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]

libstdc++ problem


This change...
2001-07-13  Stephen M. Webb  <stephen@bregmasoft.com>
            Loren J. Rittle  <ljrittle@acm.org>
            Phil Edwards  <pme@sources.redhat.com>

        * include/Makefile.am:  New file encapsulating header generation rules.
        * Makefile.am (SUBDIRS):  Prepend 'include' directory.
        * acinclude.m4:  Moved/removed rules for building various headers.
        * configure.in (AC_OUTPUT):  Add include/Makefile.
        * mkc++config:  Removed.

Introduced a configury problem. libstdc++-v3 fails to build if you configure with a relative path to the source, like
../gcc/configure 

The symlinks should be created with absolute paths.

AG


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