This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/15390] New: No DESTDIR for libstdc++ includes
- From: "lloyd at must-have-coffee dot gen dot nz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 May 2004 03:52:33 -0000
- Subject: [Bug libstdc++/15390] New: No DESTDIR for libstdc++ includes
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Files from libstdc++-v3/include/bits cannot be installed when DESTDIR is set.
The definition of DESTDIR is being ignored. This appears to be because even
though libstdc++-v3/include/Makefile.am doesn't recurse through subdirs, make
does call itself recursively and the definitions of AM_MAKEFLAGS and
FLAGS_TO_PASS aren't set up for this. The error messages are rather long, so
I'll add them as an attachment. I'm in the process of creating and testing a
patch but that may take several days.
--
Summary: No DESTDIR for libstdc++ includes
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lloyd at must-have-coffee dot gen dot nz
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.8
GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15390