- how do i build DLLs? i could compile libao, libogg and libvorbis but i
only get *.la and *.a files but no *.dll like i would expect. i thought that this would be managed by autoconf/configure somehow, but it isn't as it seems.

Add -no-undefined to the libtool LDFLAGS.

I looked a little closer at the output of the build process, and i retried to compile libao.
I added foudna warning "undefiend symbols are not allowed ..." so i added "-no-undefined" to my LDFLAGS, but now i got the message


/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to [EMAIL PROTECTED]'


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/



Reply via email to