X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1/nahB3YpHnGmPkHxNfcUwhpPZt6MOm86bMLqxy4p v+mKpfIJ+PcB+z From: Juan Manuel Guerrero To: DJ Delorie Subject: Re: collect2 question Date: Mon, 30 Aug 2010 23:53:56 +0200 User-Agent: KMail/1.9.10 Cc: djgpp AT delorie DOT com References: <201008302230 DOT 48568 DOT juan DOT guerrero AT gmx DOT de> <201008302052 DOT o7UKqH3I029536 AT envy DOT delorie DOT com> In-Reply-To: <201008302052.o7UKqH3I029536@envy.delorie.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201008302353.57034.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Am Montag, 30. August 2010 schrieb DJ Delorie: > > IIRC command lines are not limited when djgpp programs call other > djgpp programs. Are any of the programs involved non-djgpp ones? > AFAIK there are only djgpp programs involved. The make program executes the libtool script and the makefile has SHELL = /bin/sh set so bash is used to run the script.