X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Provags-ID: V01U2FsdGVkX1/hEjt9WCrh8uh18CfRWNwZoUH0wGyYAfIt0E+n46 ioiA== From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Re: Difficulties compiling ImageMagick Date: Sun, 18 Feb 2007 23:17:15 +0100 User-Agent: KMail/1.8.2 References: <200702180349 DOT 49112 DOT juan DOT guerrero AT gmx DOT de> <200702180307 DOT l1I37N3N024004 AT envy DOT delorie DOT com> In-Reply-To: <200702180307.l1I37N3N024004@envy.delorie.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702182317.15988.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Am Sonntag, 18. Februar 2007 04:07 schrieb DJ Delorie: > > libtool: ignoring unknown tag CXX > > libtool not fully ported to djgpp? The libtool script is produced by latest autoconf 2.61. I do not know if autoconf 2.61 still contains djgpp specific code. In the worst case the latest autoconf, autmake and libtool needs to be ported. > > c:/djgpp/bin/../lib/gcc/djgpp/4.10/libgcc.a(unwind-dw2-fde.o):: multiple definition of `___register_frame_info' > > c:/djgpp/lib/libc.a(rfinfo.o):rfinfo.c:(.text+0x0): first defined here > > DJGPP includes that "just in case" but really libstdc++ should be > providing it. I think libtool isn't linking in the C++ libraries. 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? Regards, Juan M. Guerrero