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]

gcc 3.01 does not compile


Hello!

gcc3.01 searches for 
/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3/../gcc/gthr.h

and it does not find it. IMHO it should read instead of ".." "../../.."

----------------------
gmake[2]: Entering directory 
`/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3'
Making all in include
gmake[3]: Entering directory 
`/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3/include'
sed -e 
'/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' 
\
    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
    < 
/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3/../gcc/gthr.h 
> alphaev56-dec-osf4.0g/bits/gthr.h
/bin/sh: 
/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3/../gcc/gthr.h: 
cannot open
gmake[3]: *** [alphaev56-dec-osf4.0g/bits/gthr.h] Error 1
gmake[3]: Leaving directory 
`/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3/include'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3'
gmake[1]: *** [all-recursive-am] Error 2
gmake[1]: Leaving directory 
`/opt_prog/local/INSTALL/gcc301/gcc-3.0.1/alphaev56-dec-osf4.0g/libstdc++-v3'
gmake: *** [all-target-libstdc++-v3] Error 2


bash-2.05# gcc -v
Reading specs from 
/opt_prog/local/lib/gcc-lib/alphaev56-dec-osf4.0g/2.95.3/specs
gcc version 2.95.3 20010315 (release)


bash-2.05# uname -a
OSF1 alpha04.faidor.de V4.0 1530 alpha
bash-2.05# 

Kind regards
Hermann Rochholz

-- 
Hermann Rochholz

Please reply to:
mailto:Hermann.Rochholz@gmx.de


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