This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to become a package maintainer?


- 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 `_WinMain@16'


-- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]