X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Provags-ID: V01U2FsdGVkX1+PWqM5Q9yPcsfVDdPNrRGcFcObKg1NAYxLXuqb+8 pxQw== From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Re: Difficulties compiling ImageMagick Date: Mon, 19 Feb 2007 07:49:52 +0100 User-Agent: KMail/1.8.2 References: <200702180349 DOT 49112 DOT juan DOT guerrero AT gmx DOT de> <200702182317 DOT 15988 DOT juan DOT guerrero AT gmx DOT de> <200702190136 DOT l1J1aSvw021966 AT envy DOT delorie DOT com> In-Reply-To: <200702190136.l1J1aSvw021966@envy.delorie.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702190749.52953.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Am Montag, 19. Februar 2007 02:36 schrieb DJ Delorie: > > > I am looking at this. Should not gpp link libstdc++ automatically in the same > > way gcc links the c library or I am missing something here? > > Yes, but is it using gpp? Or did the libtool message mean it used gcc instead? > Yes libtool uses gpp. When TIFF 3.8.2 is compiled a file called libtiff.la is produced and installed. This file contains the ofending line: # Libraries that this one depends upon. dependency_libs=' /dev/env/DJDIR/lib/libjpeg.la -lz -lm -lc' As can be seen the last entry is -lc. ImageMagicks libtool copies this line verbatim into compiler command line making linking against -lc two times. As soon as the -lc entry is removed from libtiff.la that part of the testsuite works correct. I still must investigate why this -lc entry is added to libtiff.la and release an update of libtiff before continuing working on ImageMagick. Regards, Juan M. Guerrero