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: <402EDE5D.1090306@users.sourceforge.net> Date: Sat, 14 Feb 2004 21:50:05 -0500 From: Yaakov Selkowitz User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Building dll's and executables in same package 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> <6925152046 DOT 20040214185113 AT familiehaase DOT de> In-Reply-To: <6925152046.20040214185113@familiehaase.de> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [68.161.125.122] at Sat, 14 Feb 2004 20:49:43 -0600 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gerrit P. Haase wrote: | Hallo Yaakov, | | I usually run `autoreconf --install --force --verbose` and add the | -no-undefined flag where neccessary. Since you said fribidi has problems, let's move our test case to clamav. ~ When I do it this way, it configures fine but make fails horribly: $ ./clamav-0.66-2.sh build cd /home/Yaakov/devel/testing/clamav/clamav-0.66 && /bin/bash /home/Yaakov/devel/testing/clamav/clamav-0.66/missing --run autoheader touch /home/Yaakov/devel/testing/clamav/clamav-0.66/clamav-config.h.in cd . && /bin/bash ./config.status clamav-config.h config.status: creating clamav-config.h config.status: clamav-config.h is unchanged make all-recursive make[1]: Entering directory `/home/Yaakov/devel/testing/clamav/clamav-0.66/.build' Making all in libclamav make[2]: Entering directory `/home/Yaakov/devel/testing/clamav/clamav-0.66/.build/libclamav' if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. - -I/home/Yaakov/devel/testing/clamav/clamav-0.66/libclamav -I.. -I.. - -I/home/Yaakov/devel/testing/clamav/clamav-0.66/libclamav/zziplib -O2 - -MT matcher.lo -MD -MP -MF ".deps/matcher.Tpo" \ ~ -c -o matcher.lo `test -f '/home/Yaakov/devel/testing/clamav/clamav-0.66/libclamav/matcher.c' || echo '/home/Yaakov/devel/testing/clamav/clamav-0.66/libclamav/'`/home/Yaakov/devel/testing/clamav/clamav-0.66/libclamav/matcher.c; \ then mv -f ".deps/matcher.Tpo" ".deps/matcher.Plo"; \ else rm -f ".deps/matcher.Tpo"; exit 1; \ fi ../libtool: line 1: s%^.*/%%: No such file or directory ../libtool: line 1: -e: command not found *** Warning: inferring the mode of operation is deprecated. *** Future versions of Libtool will require -mode=MODE be specified. ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found ../libtool: line 1: -e: command not found : compile: cannot determine name of library object from `' make[2]: *** [matcher.lo] Error 1 make[2]: Leaving directory `/home/Yaakov/devel/testing/clamav/clamav-0.66/.build/libclamav' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Yaakov/devel/testing/clamav/clamav-0.66/.build' make: *** [all] Error 2 [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/ I'll have to look this over. Thanks for your help. Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFALt5cpiWmPGlmQSMRAjBrAKDbja+TO9hSPcjD2QVzT5Ua7T18+gCg7VMl nrxoz1kAL3APUZN5ENOmBIY= =OUY9 -----END PGP SIGNATURE----- -- 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/