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 |
Date: | Sat, 14 Feb 2004 18:51:13 +0100 |
From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
Reply-To: | "Gerrit @ cygwin" <cygwin AT cygwin DOT com> |
Organization: | Esse keine toten Tiere |
Message-ID: | <6925152046.20040214185113@familiehaase.de> |
To: | Yaakov Selkowitz <yselkowitz AT users DOT sourceforge DOT net> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: Building dll's and executables in same package |
In-Reply-To: | <402C6D2E.20403@users.sourceforge.net> |
References: | <402C2069 DOT 7070403 AT users DOT sourceforge DOT net> <402C3B62 DOT 6000902 AT cwilson DOT fastmail DOT fm> <402C6D2E DOT 20403 AT users DOT sourceforge DOT net> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Hallo Yaakov, Am Freitag, 13. Februar 2004 um 07:22 schriebst du: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > Charles Wilson wrote: > | You might want to use automake+autoconf+libtool, instead of just > | autoconf+libtool. > Do I need to --force these? See below. I usually run `autoreconf --install --force --verbose` and add the -no-undefined flag where neccessary. |>> 2) I added an empty main function to one of the src .c files: |>> |>> +int main () |>> +{ return 0; } > | > | You don't need to do this. > I got this from the Cygwin FAQ, regarding WinMain AT 16 errors. When I > didn't do this, after autoconf and libtoolize, I still get: You won't get these errors when using current autotools which you get into the sourcetree when running `autoreconf --install --force --verbose`. [snip] Fribidi is not an easy candidate, they included libtool.m4 as acinclude.m4 in the source directory which is really bad since this overrides the system libtool.m4 when running configure creats libtool, see my patch here: http://anfaenger.de/cygwin/fribidi/ 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 |