This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/3457: enable-version-specific-runtime-libs vs. gxx-include-dir
- To: bkoz at gcc dot gnu dot org, gawrilow at math dot tu-berlin dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Subject: Re: libstdc++/3457: enable-version-specific-runtime-libs vs. gxx-include-dir
- From: bkoz at gcc dot gnu dot org
- Date: 24 Aug 2001 19:17:31 -0000
Synopsis: enable-version-specific-runtime-libs vs. gxx-include-dir
Responsible-Changed-From-To: unassigned->bkoz
Responsible-Changed-By: bkoz
Responsible-Changed-When: Fri Aug 24 12:17:31 2001
Responsible-Changed-Why:
Mine.
State-Changed-From-To: open->analyzed
State-Changed-By: bkoz
State-Changed-When: Fri Aug 24 12:17:31 2001
State-Changed-Why:
current configury for this on the trunk looks like this:
gxx_include_dir='$(libdir)/gcc-lib/$(target_alias)/'${gcc_version}/include/g++
glibcpp_toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
glibcpp_toolexeclibdir='$(toolexecdir)/'${gcc_version}'$(MULTISUBDIR)'
changequote([,])dnl
],version_specific_libs=no)
AC_MSG_RESULT($version_specific_libs)
# Default case for install directory for include files.
if test x"$version_specific_libs" = x"no" \
&& test x"$gxx_include_dir" = x"no"; then
gxx_include_dir='$(prefix)'/include/g++-${libstdcxx_interface}
fi
I suspect this will solve your problem, no?
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3457&database=gcc