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]

gcc-2.95.2: configure option --with-local-prefix


Hi,

this option does not work, as gcc/Makefile defines includedir as
$(local_prefix)/include, but includedir has been defined as $(prefix)/include
in the toplevel Makefile.

I fixed the problem by overriding the orignal definition of includedir via
adding the keyword "override" at the start of the includedir definition in
gcc/Makefile.

Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de


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