Hello Richard, * richard wrote on Tue, Apr 17, 2007 at 11:18:24PM CEST: > > I'd like to start slow by just crosscompile a executable and a dynamic > library, > but i fail at building the .dll with libtool complaining about > >libtool: link: warning: undefined symbols not allowed in > >i586-pc-mingw32msvc shared libraries [...] > The --no-undefined is set for the library,
Typo: -no-undefined (just one leading hyphen). > i would be very thankful for an simple howto or demo program which > accomplishes what i am trying to do. > I took a look at the libltdl sources, because they compile perfectly as > a dll, but did not manage to get much out of it. Look at the mdemo test sources, that's a test that uses libltdl. Is that a little better? > >AC_C_CONST FWIW, I don't think you need AC_C_CONST nowadays. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool