Re: [suse-sparc] How to build gcc 3.x on a SuSE 7.3 sparc system?

From: David List (david_at_davidlist.dk)
Date: Thu May 22 2003 - 08:46:09 CEST


Date: Thu, 22 May 2003 08:46:09 +0200 (CEST)
From: David List <david@davidlist.dk>
Message-ID: <Pine.LNX.4.44.0305220839120.4809-100000@dt.initio.dk>
Subject: Re: [suse-sparc] How to build gcc 3.x on a SuSE 7.3 sparc system?

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

-- 
To unsubscribe, e-mail: suse-sparc-unsubscribe@suse.com
For additional commands, e-mail: suse-sparc-help@suse.com


This archive was generated by hypermail 2.1.7 : Thu May 22 2003 - 08:46:13 CEST