| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <gp AT familiehaase DOT de> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <712117399289.20030812010324@familiehaase.de> |
| To: | =?ISO-8859-15?B?U3ZlbiBL9mhsZXI=?= <skoehler AT upb DOT de> |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: how to become a package maintainer? |
| In-Reply-To: | <3F3814D2.6060702@upb.de> |
| References: | <bh864b$gk3$1 AT sea DOT gmane DOT org> |
| <1502113850055 DOT 20030812000415 AT familiehaase DOT de> <3F3814D2 DOT 6060702 AT upb DOT de> | |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |