[OpenIndiana-discuss] gcc linker

Emanuele Pucciarelli ep at acm.org
Tue Oct 12 07:17:55 UTC 2010


On Tue, Oct 12, 2010 at 09:09, Edward Martinez <mindbender_1 at live.com> wrote:

> I'm not very knowledgeable about gcc, so   is there a way to change the gcc
> Id  without compiling, like, adding a environmental variable  or do i need
> to compile gcc with the correct id?

I'm not knowledgeable about LibreOffice, but in general you have two
ways to do this:

1. set the LD environment variable:

LD=/usr/gnu/bin/ld ./configure

or

LD=/usr/gnu/bin/ld
export LD
./configure

or even

./configure LD=/usr/gnu/bin/ld

2. change the PATH so that configure will find the GNU tools before the others:

PATH=/usr/gnu/bin:$PATH ./configure

(or one of the other aforementioned ways).

Best regards,

-- 
Emanuele



More information about the OpenIndiana-discuss mailing list