Re: Spurious warning from libtool when -dlopen self is used, no @PROGRAM@ symbols in final binary

2003-10-23 Thread Gary V. Vaughan
Kevin P. Fleming wrote: Makefile.am contains: bin_PROGRAMS = src/nALFS src_nalfs_LDFLAGS = -dlopen self When configure is given --enable-static --disable-shared, the link of src/nALFS produces this warning: ./libtool: line 1: src/.libs/src/nALFS.exp: No such file or directory This comes from

Spurious warning from libtool when -dlopen self is used, no @PROGRAM@ symbols in final binary

2003-10-22 Thread Kevin P. Fleming
Makefile.am contains: bin_PROGRAMS = src/nALFS src_nalfs_LDFLAGS = -dlopen self When configure is given --enable-static --disable-shared, the link of src/nALFS produces this warning: ./libtool: line 1: src/.libs/src/nALFS.exp: No such file or directory This comes from line 4296 of the CVS