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]

pb with gcc on alphaev56-dec-osf4.0d


Hi, 

This is the first time that I install gcc on my machine and I have some
trouble with g++ can you help please.

/usr/bin/ld:
Unresolved:
__rtti_class
__rtti_si
__rtti_user


What I have done

 mkdir obj
cd obj
../configure

make bootstrap-lean

make install LANGUAGES="c c++"


 g++ -v
Reading specs from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.2/specs
gcc version 2.95.2 19991024 (release)

ls -l /usr/local/bin
rwxr-xr-x   2 root     system    294912 Aug 31 10:01 c++
-rwxr-xr-x   1 root     system    163840 Aug 31 10:01 c++filt
-rwxr-xr-x   1 root     system      2913 Aug 31 10:01 chill
-rwxr-xr-x   1 root     system    294912 Aug 31 10:01 cpp
-rwxr-xr-x   2 root     system    294912 Aug 31 10:01 g++
-rwxr-xr-x   2 root     system    294912 Aug 31 10:01 gcc
-rwxr-xr-x   1 root     system    294912 Aug 31 10:01 gcj
-rwxr-xr-x   1 root     system    245760 Aug 31 10:01 gcjh
-rwxr-xr-x   1 root     system     98304 Aug 31 10:01 gcov
-rwxr-xr-x   1 root     system    262144 Aug 31 10:01 jcf-dump
-rwxr-xr-x   1 root     system    163840 Aug 31 10:01 jv-scan
-rwxr-xr-x   1 root     system    212992 Aug 31 10:01 protoize
-rwxr-xr-x   1 root     system    204800 Aug 31 10:01 unprotoize

buisl@batist ~/gnat_porting> g++ toto.cpp
collect2: ld returned 1 exit status
/usr/bin/ld:
Unresolved:
__rtti_class
__rtti_si
__rtti_user
terminate(void)
collect2: ld returned 1 exit status

toto.cpp
#include <iostream.h>

main()
{
  cout << "coucou " << endl;
}
> Cyril Buis
> IN7 Engineering
> Common Services -Telecommunications Platform Division 
       COMPAQ Computer Centre Technique (Europe)
   *	BP 027 06901 Sophia-Antipolis Cedex - FRANCE
> 	*	Office:  +33.(0)4.92.95.54.72	*	DTN:  828-54.72
> 	*	E-Mail:  Cyril.Buis@compaq.com	*	FAX:
> +33.(0)4.92.95.58.48
> 
> 

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