This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: __register_frame_info & shared library compatibility


Zack Weinberg <zack@rabi.columbia.edu> writes:

|> Using an explicit -lc is always recommended, but it has nothing to do
|> with the above - it just ensures that the dynamic linker has a full
|> dependency graph for the shared libraries.

Note that you don't have to specify -lc explicitly, the gcc driver already
does this by default, even with -shared, since gcc 2.8.1.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]