latest snapshot won't find C++ header files
Alexandre Oliva
oliva@dcc.unicamp.br
Tue Oct 6 11:49:00 GMT 1998
Hi!
The following change has caused cppp to stop finding C++ header files,
for two reasons. First, it looks for include/g++, instead of
include/g++-2, where libstdc++ installs them now. Second, because
include/g++-2 is architecture independent, so it is installed into
$prefix, but ${libdir}/${unlibsubdir} is within $exec_prefix. What is
the proper way to fix it, modify libstdc++ so that it installs at
${libdir}/${unlibsubdir}/g++ or fix gcc/Makefile.in so that
GPLUSPLUS_INCLUDE_PATH becomes architecture-independent again?
Fri Oct 2 02:01:59 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (unlibsubdir): Define.
(DRIVER_DEFINES): Use unlibsubdir.
(cccp.o, cpplib.o, protoize.o, unprotoize.o): Similarly.
(stmp-fixinc): Similarly.
--
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:oliva@gnu.org mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil
More information about the Gcc-bugs
mailing list