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 Date: Sat, 14 Feb 2004 18:51:13 +0100 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere Message-ID: <6925152046.20040214185113@familiehaase.de> To: Yaakov Selkowitz 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/