This is the mail archive of the gcc-bugs@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]

--without-local-prefix Does Not Work


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'.


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