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 To: cygwin AT cygwin DOT com From: Yaakov Selkowitz Subject: Re: Building dll's and executables in same package Date: Mon, 16 Feb 2004 22:07:17 -0500 Lines: 77 Message-ID: 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> <402EDE5D DOT 1090306 AT users DOT sourceforge DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: pool-68-160-213-12.ny325.east.verizon.net User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) In-Reply-To: <402EDE5D.1090306@users.sourceforge.net> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I wrote: | 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 This is consistent, whether I run autoreconf or manually retool, and as far as I can tell it's caused by libtoolize --force. What am I missing here? Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFAMYVjpiWmPGlmQSMRAuxpAJ9U/6gOhZNH/dG3Hne8i709HSHvqQCgxOpM 6wPxBnS+QwKSpxYpgckigRU= =sXvv -----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/