help-gplusplus
[Top][All Lists]
Advanced

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

Re: Problem creating shared library


From: Paul Pluzhnikov
Subject: Re: Problem creating shared library
Date: Fri, 11 Mar 2005 19:09:47 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910

dina_vr@hotmail.com wrote:

  I want to pass the option -E to  the  'ld' command invoked by g++
when it builds a shared library.

The '-E' is the default when building a shared library anyway.
This option is only useful when building executables.

I specify the path of GNU 'ld' in the
option -B/usr/local/bin.

AFAIK, the /usr/ccs/bin/ld is hard-coded into gcc/g++ when it is built. You'll have to re-configure with '--with-gnu-ld' and rebuild gcc if you want the GNU ld.

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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