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]
Other format: [Raw text]

libstdc++/6595: gcc-3.1 unable to find files in c++/bits



>Number:         6595
>Category:       libstdc++
>Synopsis:       gcc-3.1 unable to find files in c++/bits
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 07 09:06:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.1 20020506 (prerelease)
>Organization:
>Environment:
System: Linux muyc 2.4.19-pre3 #25 wto mar 12 07:57:57 CET 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-20020506/configure --prefix=/usr/local/gcc-3.1 --disable-nls --enable-threads --enable-shared --disable-debug --enable-languages=c c++ --enable-concept-checks --with-gnu-ld
>Description:

g++ is unable to find files in $(PREFIX)/include/g++-v3/c++/bits:

In file included from main.cpp:1:
/usr/local/gcc-3.1/include/g++-v3/iostream:44:28: bits/c++config.h: No such file or directory

>How-To-Repeat:

Standard installation (after 'make bootstrap', 'rm -fr /usr/local/gcc-3.1', 'make install').

>Fix:

Adding $(PREFIX)/include/g++-v3/c++ to include dirs? Moving c++/bits/* to bits/ ?
>Release-Note:
>Audit-Trail:
>Unformatted:


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