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: --without-local-prefix Does Not Work


Jeff,
    Before the 08/03 snapshot, --without-local-prefix and 
--with-local-prefix=no used to define 'local_prefix' as nothing.
This kept /usr/local/include out of the include directory search path.
That is the behavior I desire, and this is what used to happen when I 
specified '--with-local-prefix=no'.  Currently, I edit gcc/Makefile and set
"local_prefix = ", but there should be a way to specify my desire to 
configure.

My $.02.
  vin shelton


law@cygnus.com said:
> You can do four things with local_prefix:
>   a. --with-local-prefix=yes  which generates an error.
>   b. --with-local-prefix=no   which gives you the default value.
>   c. --with-local-prefix=somepath which will set local_prefix to
>      whatever path you select.
>   d. Do nothing and you end up with the default value.  Effectively
>   the same as "b" above.
> Specifying "no" does not disable the use of local_prefix, nor should
> it.  The fact that it did so in earlier snapshots/releases was a bug. 





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