This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
--without-local-prefix Does Not Work
- To: egcs-bugs at cygnus dot com
- Subject: --without-local-prefix Does Not Work
- From: Vin Shelton <acs at alumni dot princeton dot edu>
- Date: Sun, 16 Aug 1998 18:35:38 -0400
The configure option '--without-local-prefix' has not worked in either
of the 2 most recent snapshots, 08/03 or 08/16. It worked successfully
on the 07/27 snapshot. The gcc/Makefile generated from these snapshots
contains the following line:
local_prefix = /usr/local
The 07/27 snapshot, when configured with the option '--without-local-prefix'
contained instead the following line:
local_prefix = no
Thank you,
Vin Shelton
PS. I believe this is platform-independent, but in case it matters, this
is on a UnxWare 2.1.2 dual PentiumPro computer. config.guess identifies
it as 'i386-pc-sysv4.2uw2.1.2'.