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 X-AuthUser: gerrit:koeln.convey.de Date: Tue, 12 Aug 2003 01:03:24 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <712117399289.20030812010324@familiehaase.de> To: =?ISO-8859-15?B?U3ZlbiBL9mhsZXI=?= CC: cygwin AT cygwin DOT com Subject: Re: how to become a package maintainer? In-Reply-To: <3F3814D2.6060702@upb.de> References: <1502113850055 DOT 20030812000415 AT familiehaase DOT de> <3F3814D2 DOT 6060702 AT upb DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Hallo Sven, Am Dienstag, 12. August 2003 um 00:12 schriebst du: >>>- 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. Add the above -no-undefined flag to Makefile.am (if automake is used). > 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' This is the point where the fun begins;) They use libtool, but Cygwin support works well only with libtool 1.5 or later. So you need to reconfig this package. Try 'autoreconf --install --force --verbose` at first. However, often tweaks are needed to get it up and running. Gerrit -- =^..^= -- 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/