twice linked

Tarjei Knapstad tarjeik at chemcon.no
Wed Sep 12 19:43:37 BST 2001


On Wed, 12 Sep 2001, Markus Wagner wrote:

> Hi,
>
> my kdevelop project is linked twice, once by libtool and once by gcc. There
> is nothing special about it, just some c-files added and no changes to the
> Makefiles.
> Why this?
>
I'm tempted to throw a RTFM at you :)

libtool does not do any linking at all. libtool is just a wrapper script
to ensure that building dynamic libraries and dynamic linking is done
correctly on different platforms. (Well actually gcc doesn't do any
linking either, it calls up ld - but you don't see that from any
output). Refer to this site for more information:

http://www.gnu.org/software/libtool/libtool.html

Cheers,
-- 
Tarjei Knapstad


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list