This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Solaris 64-bit compilation fails with otherwise successful gcc-3.1
- From: George dot R dot Goffe at seagate dot com
- To: jsturm at one-point dot com
- Cc: aydiner at empc22 dot ece dot uiuc dot edu, gcc at gcc dot gnu dot org
- Date: Sun, 26 May 2002 22:30:18 -0700
- Subject: Re: Solaris 64-bit compilation fails with otherwise successful gcc-3.1
Jeff,
I think the path /usr/lib/64 is an IRIX phenonema, don't you mean
/usr/lib/sparcv9?
Regards,
George...
Jeff Sturm <jsturm@one-point.com>@gcc.gnu.org on 05/26/2002 06:37:36 PM
Sent by: gcc-owner@gcc.gnu.org
To: "Alaeddin A. Aydiner" <aydiner@empc22.ece.uiuc.edu>
cc: gcc@gcc.gnu.org
Subject: Re: Solaris 64-bit compilation fails with otherwise successful
gcc-3.1
On Sun, 26 May 2002, Alaeddin A. Aydiner wrote:
> g++ -O2 -W -Wall -fstrict-aliasing -m64 -o par_antenna -static
> par_antenna.o
> ld: fatal: library -lm: not found
> ld: fatal: library -lc: not found
Check that you have these libraries installed:
/usr/lib/64/libc.so.1
/usr/lib/64/libm.so.1
Jeff