libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should libtool link in libgcc when building a shared library?


From: Bob Friesenhahn
Subject: Re: Should libtool link in libgcc when building a shared library?
Date: Wed, 23 Mar 2005 12:14:22 -0600 (CST)

On Wed, 23 Mar 2005, Steve Ellcey wrote:

I would just like to verify that the intended behaviour of libtool, when
using GCC to build a shared library, is to *not* automatically include
'-lgcc' on the link line used to build the shared library.

Libtool does not include '-lgcc' because it is a compiler-specific support library that the compiler normally provides. It may not make sense to use -lgcc if a different compiler is used.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]