Re: to build xdiv
Re: to build xdiv
- Subject: Re: to build xdiv
- From: Brandon Allbery <email@hidden>
- Date: Fri, 17 Feb 2012 23:14:26 -0500
On Fri, Feb 17, 2012 at 17:52, James K. Lowden
<email@hidden> wrote:
$ ../configure --x-libraries=/usr/X11
(...)
$ tail config.log
configure:1252: gcc -o conftest.dSYM -g -O2 conftest.c -lXt 1>&5
ld: library not found for -lXt
It didn't pass the location of the X libraries to the compiler, so they're not being found.
You have an additional problem as well, though; note the .dSYM (and recurrent "rm" errors involving .dSYM) in the log, which indicates something's gone really weird about how configure identified the executable suffix.
As to getting xdvi, you might do better installing a LaTeX distribution, either a binary distribution such as MacTeX or something from MacPorts or Homebrew.
--
brandon s allbery
email@hidden
wandering unix systems administrator (available) (412) 475-9364 vm/sms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
References: | |
| >to build xdiv (From: "James K. Lowden" <email@hidden>) |