Re: How to build gcc 3.x on a SuSE 7.3 sparc system?
David List <[email protected]> Thu, 22 May 2003 08:46:09 +0200 (CEST)
| Newsgroups | gmane.linux.suse.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 21 May 2003, Robert Schiele wrote: >All 3.x releases build on suse-sparc-7.3 without any problem for me. > >If you told us what you were doing and what the errors are, we could have >indicated what was going wrong for you. Here are my commands used: # cd gcc-3.2.2/ # mkdir objdir # cd objdir # ../configure --prefix=/usr/local --enable-threads=posix --enable-languages=c,c++ # make -j4 > ~/make_output 2>&1 & Here is the last output from the make process: /usr/bin/ld: cannot find /lib/libc.so.6 collect2: ld returned 1 exit status make[2]: *** [libgcc_s.so] Error 1 make[2]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/home/david/packages/gcc-3.2.2/objdir/gcc' make[2]: Leaving directory `/home/david/packages/gcc-3.2.2/objdir/gcc' make[1]: *** [stmp-multilib] Error 2 make[1]: Leaving directory `/home/david/packages/gcc-3.2.2/objdir/gcc' make: *** [all-gcc] Error 2 Here is what my libc.so.6 looks like: david@sol:~> ls -l /lib/libc.so.6 -rwxr-xr-x 1 root root 1537287 Oct 4 2002 /lib/libc.so.6 Best regards, David List