search path for compiler components
Ian Lance Taylor
iant@google.com
Mon Apr 25 21:50:00 GMT 2011
ali hagigat <hagigatali@gmail.com> writes:
> 3.14 Options for Directory Search
> -Bprefix
> It tries prefix as a prefix for each program it tries to run, both
> with and without ‘machine /version /’
> --------------------------------
> I am using gcc, version 4.4.4 of Fedora 12.
> The compiler path is as follows:
> COMPILER_PATH=
>
> /usr/libexec/gcc/i686-redhat-linux/4.4.4/
> /usr/libexec/gcc/i686-redhat-linux/4.4.4/
> /usr/libexec/gcc/i686-redhat-linux/4.4.4/
> /usr/libexec/gcc/i686-redhat-linux/
> /usr/libexec/gcc/i686-redhat-linux/
> /usr/lib/gcc/i686-redhat-linux/4.4.4/
> /usr/lib/gcc/i686-redhat-linux/4.4.4/
> /usr/lib/gcc/i686-redhat-linux/
> /usr/lib/gcc/i686-redhat-linux/
>
> I just reordered the result by gcc -v and then put each path on a
> separate line. Why "machine /version /" rule of the gcc manual is not
> kept here?
> ----------------------------------------------
I'm sorry, I have no idea what you are asking.
Ian
More information about the Gcc-help
mailing list