Re: to build xdiv
Re: to build xdiv
- Subject: Re: to build xdiv
- From: Jeremy Huddleston <email@hidden>
- Date: Fri, 17 Feb 2012 22:12:05 -0800
On Feb 17, 2012, at 14:52, James K. Lowden wrote:
> How to build & install xdiv?
>
> I downloaded xdvi-22.85.tar.gz from sourceforge. The configure script
> fails because the Xt library isn't found. That seems to be bogus, but
> if so I'm not sure what to do about it.
>
> I'm running 10.6.8, Darwin kernel 10.8.0. Leopard? And whatever
> version of X came with the system in December 2010. (I don't know how
> to find or characterize X's version. I could traipse through the
> logs, but I'm sure there's an easier way....)
>
> Details follow. Many thanks for any help.
>
> --jkl
>
> $ otool -L $(command -V oclock | awk '{print $3}') | grep Xt
> /usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0,
> current version 7.0.0)
>
> $ ../configure --x-libraries=/usr/X11
I think you want --x-include=/usr/X11/include --x-lib=/usr/X11/lib ... not /usr/X11
It's sad that they're not using pkg-config ...
_______________________________________________
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>) |