David- You were right. There are two tiff libraries, one in /usr/local/lib and another in /usr/openwin/lib. Since I'm only a lowly user, I changed the configure script lines 5519,5562 from "-ltiff" to "-L/usr/local/lib -ltiff". This worked with my separate 2 line test file for GetImageInfo(). However this then caused configure to crash with the error message: checking if ImageMagick package is complete... ./configure: ac_u_lnetcdf=1: is not an identifier
the last line in config.log is: configure:6361: checking if ImageMagick package is complete the configure script is from 4.1.2 tarball since autoconf gives an error. automake --version 1.4-p5; autoheader --version =2.52, autoconf --version = 2.52. Are these errors local, (my messing blindly with configure), or are they bugs in the configure script? Thanks, Randy On Sat, 29 Sep 2001, David Thompson wrote: > Could it be that there is another libtiff in /usr/openwin/lib that > configure is finding? If so, then I would try renaming that lib just > while you compile. The older libtiffs can be missing things like this > (one of the big problems with shared libraries AFAIC). As for the > other problem with configure, you must be using a new Autoconf. I > just saw this peek its ugly head yesterday with the newest cygwin > stuff which has a brand new autoconf. We'll see what the problem > might be. > > David > > >Hello- > > > >I'm trying to configure DX to use IM5.3.9 on sunos solaris 5.7. The > >configure script gives an error with the IM GetImageInfo(). Breaking out > >this small bit and using the same flags from config.log I have determined > >the two flags -L/usr/openwin/lib -ldga cause an error, specifically it > >complains about undefined reference to TIFFIsByteSwapped when these two > >flags are included. > > > >What should I do to overcome this? I'm using the configure from the > >4.1.2tarball since I get an error with autoheader and > >autoconf: > >./aclocal.m4:17: error: m4_defn: undefined > >macro: _m4_divert_diversion > >acspecific.m4:907: AC_CYGWIN is expanded from... > >./aclocal.m4:17: the top level > > > >-thanks > >randy > > > -- > ............................................................................. > David L. Thompson The University of Montana > mailto:[EMAIL PROTECTED] Computer Science Department > http://www.cs.umt.edu/u/dthompsn Missoula, MT 59812 > Work Phone : (406)257-8530 >
