On Sun, 9 Feb 2003, Garst R. Reese wrote: > xforms-1.0release > bash$ autoconf --version > autoconf (GNU Autoconf) 2.53 > bash$ automake --version > automake (GNU automake) 1.6.3 > Also tried 2.13 and 1.5 > I get undefined reference to anything in flimage. > configure says it found flimage.h > I had a similar problem when I hadn't installed Xforms properly. In my case, I'd forgotten these libraries: libflimage.a libflimage.so -> libflimage.so.1.0 libflimage.so.1 -> libflimage.so.1.0 libflimage.so.1.0
which you should have where the libforms-libraries are: libforms.a libforms.so -> libforms.so.1.0 libforms.so.1 -> libforms.so.1.0 libforms.so.1.0 I use the switch --with-extra-prefix to tell configure where it could find these libraries (and headers). /C -- Christian Ridderström http://www.md.kth.se/~chr