From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Borthwick To: egcs@cygnus.com Subject: install problem with 10/31/97 Date: Wed, 05 Nov 1997 10:52:00 -0000 Message-id: X-SW-Source: 1997-11/msg00184.html Hi, I installed the 10/31/97 snapshot on my sparc-sun-solaris2.5.1 machine, but when I try to compile a simple "Hello World" program I get the following error: ------------------------------------------------ johnson:codeT% cat hello.C #include int main() { cout << "Hello World!\n"; } johnson:codeT% g++ hello.C ld: fatal: file=/johnson.a/proteus/borthwic/install/lib/libstdc++.a(filebuf.o): relocation [R_SPARC_32] (symbol ) against non-aligned offset (0xef197587) ld: fatal: file=/johnson.a/proteus/borthwic/install/lib/libstdc++.a(stdiostream.o): relocation [R_SPARC_32] (symbol ) against non-aligned offset (0xef197807) collect2: ld returned 1 exit status ---------------------------------------------------- Any suggestions? Thanks, Andrew Borthwick