This is the mail archive of the gcc@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]

Still have origina libstdc++-v3 problem


The original probelm is also still there.  From g++.log:

Executing on host: /g/gcc/alpha3/gcc/testsuite/../g++ -B/g/gcc/alpha3/gcc/testsuite/../ /g/gcc/egcs/gcc/testsuite/g++.dg/ext/instantiate1.C  -nostdinc++ -I/g/gcc/alpha3/alphaev56-dec-osf4.0c/libstdc++-v3/include/alphaev56-dec-osf4.0c -I/g/gcc/alpha3/alphaev56-dec-osf4.0c/libstdc++-v3/include -I/g/gcc/egcs/libstdc++-v3/libsupc++ -I/g/gcc/egcs/libstdc++-v3/libio -I/g/gcc/egcs/libstdc++-v3/include/backward -I/g/gcc/egcs/libstdc++-v3/testsuite -fmessage-length=0     -L/g/gcc/alpha3/alphaev56-dec-osf4.0c//libstdc++  -L/g/gcc/alpha3/alphaev56-dec-osf4.0c//libstdc++-v3/src/.libs -L/g/gcc/alpha3/alphaev56-dec-osf4.0c//libiberty  -lm   -o a.out    (timeout = 300)
spawn /g/gcc/alpha3/gcc/testsuite/../g++ -B/g/gcc/alpha3/gcc/testsuite/../ /g/gcc/egcs/gcc/testsuite/g++.dg/ext/instantiate1.C -nostdinc++ -I/g/gcc/alpha3/alphaev56-dec-osf4.0c/libstdc++-v3/include/alphaev56-dec-osf4.0c -I/g/gcc/alpha3/alphaev56-dec-osf4.0c/libstdc++-v3/include -I/g/gcc/egcs/libstdc++-v3/libsupc++ -I/g/gcc/egcs/libstdc++-v3/libio -I/g/gcc/egcs/libstdc++-v3/include/backward -I/g/gcc/egcs/libstdc++-v3/testsuite -fmessage-length=0 -L/g/gcc/alpha3/alphaev56-dec-osf4.0c//libstdc++ -L/g/gcc/alpha3/alphaev56-dec-osf4.0c//libstdc++-v3/src/.libs -L/g/gcc/alpha3/alphaev56-dec-osf4.0c//libiberty -lm -o a.out 
/usr/bin/ld:
Unresolved:
void f<int>(int)
A<int>::f()
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/bin/ld:
Unresolved:
void f<int>(int)
A<int>::f()
collect2: ld returned 1 exit status


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