> * Michel Briand wrote on Tue, Aug 26, 2008 at 05:09:34PM CEST: > > libtraining_la_LDFLAGS = -version-info ${LIBRARY_VERSION}
You could add -no-undefined here, so that your library will also be built shared on w32 systems. Of course, that requires that your library doesn't use undefined symbols. Cheers, Ralf