[Xastir] Libgeotiff & OS X
Derrick J Brashear
shadow at dementia.org
Thu Aug 26 18:31:10 EDT 2004
On Thu, 26 Aug 2004, Jeff Wigal wrote:
> Thanks for your assistance, I can't find the specific reference, my xastir
> config log is here:
>
[]
This is special. libtiff is found, but not added to the list of libraries
before the attempt to test libgeotiff.
Jeff: for now, edit "configure" directly, find all occurances of -lgeotiff
and replace them with -lgeotiff -ltiff
This is a hack but it should get you back in business for now.
configure:12527: checking for TIFFClose in -ltiff
configure:12558: gcc -o conftest -g -O2 -pipe -Wall -I/usr/local/include
-I/sw/include -I/usr/X11R6/include -L/usr/local/lib -L/sw/lib
-L/usr/X11R6/lib conftest.c -ltiff -lintl -lXm -lXt -lXp -lXext -lSM -lICE -lX11 -lshp
-lpcre -lproj >&5
configure:12561: $? = 0
configure:12564: test -s conftest
configure:12567: $? = 0
configure:12579: result: yes
configure:12582: checking for pj_init in -lproj
configure:12634: result: yes
configure:12637: checking for GTIFNew in -lgeotiff
configure:12668: gcc -o conftest -g -O2 -pipe -Wall -I/usr/local/include
-I/sw/include -I/usr/X11R6/include -L/usr/local/lib -L/sw/lib
-L/usr/X11R6/lib conftest.c -lgeotiff -lintl -lXm -lXt -lXp -lXext -lSM
-lICE -lX11 -lshp -lpcre -lproj >&5
ld: Undefined symbols:
_TIFFGetField
> Does DarwinPorts allow you to upgrade/compile from source and/or CVS? I'm
> not opposed to it, but I like to keep up with the changes made via CVS... If
> darwinports will allow me to do that, I'd do it.
it does. it's all built from either source distributions or cvs; xastir is
from cvs.
More information about the Xastir
mailing list