Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F3814D2.6060702@upb.de> Date: Tue, 12 Aug 2003 00:12:34 +0200 From: =?ISO-8859-15?Q?Sven_K=F6hler?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: de, en MIME-Version: 1.0 To: "Gerrit @ cygwin" Subject: Re: how to become a package maintainer? References: <1502113850055 DOT 20030812000415 AT familiehaase DOT de> In-Reply-To: <1502113850055.20030812000415@familiehaase.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-15.7, required 4, IN_REP_TO, REFERENCES, USER_AGENT_MOZILLA_UA) >>- 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 AT 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/