I recently upgraded autoconf (to 2.59), automake (to 1.8), and libtool (to 1.5) on FreeBSD 4.9. There seems to be two problems:
I posted this to the list before, but had no replies. I'm really stuck here and am hoping someone can point me in the right direction. I've spent lots of time reading and searching for an answer but am still lacking the knowledge... Suddenly I am getting a failure when doing a make distcheck, with files left over after uninstall. I was not getting this on the older versions of autoconf & friends. Specifically: Making uninstall in ucode /bin/sh ../../libtool --mode=uninstall rm -f '/u1/hpemu/hpemu-0.1/_inst/lib/12901A.la' rm -f '/u1/hpemu/hpemu-0.1/_inst/bin/hpemu' ERROR: files left after uninstall: ./lib/12901A.so.0 ./info/dir *** Error code 1 I am guessing the germane configuration that I have is: lib_LTLIBRARIES = 12901A.la 12901A_la_SOURCES = 12901A.c 12901A.h 12901A_la_CPPFLAGS = @INCLTDL@ $(AM_CPPFLAGS) 12901A_la_LDFLAGS = -module I'm not sure what is going on here. Can someone clue me into what to look for as to why 12901A.so.0 is left hanging around? I could just add it to distclean, but something tells me that would be covering up the problem rather than fixing it. Jay West --- [This E-mail scanned for viruses by Declude Virus] _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
