Environment setting LDFLAGS ineffective after installation stage 1. Any workaround?

Marc Glisse marc.glisse@inria.fr
Tue May 31 18:31:00 GMT 2011


(gcc-help ?)

On Tue, 31 May 2011, Thierry Moreau wrote:

> But with the gcc (latest 4.6.1 snapshot), -rpath (requested through LDFLAGS 
> as indicated above) is effective only for executables built in stage 1 (and 
> fixincl), but not for the installed gcc executables.
>
> Is it intentional that the LDFLAGS environment setting is partially effective 
> during gcc build?

Yes. For further stages, there is BOOT_LDFLAGS. There is also a configure 
option with a similar name.
--with-stage1-ldflags=
--with-boot-ldflags=

see:
http://gcc.gnu.org/install/configure.html

-- 
Marc Glisse



More information about the Gcc mailing list