to build xdiv
to build xdiv
- Subject: to build xdiv
- From: "James K. Lowden" <email@hidden>
- Date: Fri, 17 Feb 2012 17:52:50 -0500
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
loading cache ./config.cache
...
checking for mingw32 environment... no
checking for executable suffix... rm: conftest.dSYM: is a directory
.dSYM
checking how to run the C preprocessor... rm: conftest.dSYM: is a
directory gcc -E
checking for X... no
configure: error: this program cannot be compiled without X
$ tail config.log
configure:1252: gcc -o conftest.dSYM -g -O2 conftest.c -lXt 1>&5
ld: library not found for -lXt
...
$ xcodebuild -showsdks # in case it matters
Mac OS X SDKs:
Mac OS X 10.6 -sdk macosx10.6
iOS SDKs:
iOS 4.3 -sdk iphoneos4.3
iOS Simulator SDKs:
Simulator - iOS 3.2 -sdk iphonesimulator3.2
Simulator - iOS 4.0 -sdk iphonesimulator4.0
Simulator - iOS 4.1 -sdk iphonesimulator4.1
Simulator - iOS 4.2 -sdk iphonesimulator4.2
Simulator - iOS 4.3 -sdk iphonesimulator4.3
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden