Using source updated Mar 12 11:42 GMT on NetBSD-1.5S/i386 I have a few
failed tests. In directory tests running demo-conf.test then demo-make.test
gives...

creating hell
/bin/sh ./libtool --mode=link gcc  -g -O2   -o hell.static -static main.o libhello.la 
gcc -g -O2 -o hell.static main.o  ./.libs/libhello.a -lm
gmake: *** No rule to make target `helldl', needed by `all-am'.  Stop.


In demo/Makefile:

BUILD_helldl = helldl
bin_PROGRAMS = hell hell.static $(BUILD_helldl)
helldl_SOURCES = dlmain.c
helldl_LDFLAGS = -export-dynamic -dlpreopen libhello.la
helldl_DEPENDENCIES = libhello.la

etc, so I don't really see why...

Is it worth trying the multi-language-branch instead?

Cheers,

Patrick

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to