----- Original Message ----- 
From: Stephen Turner <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 22, 1999 2:55 AM
Subject: Re: [analog-help] still seeing compiling errors with Solaris


> On Thu, 21 Oct 1999, Catherine Montalvo wrote:
> 
> > Ok, I got gcc installed on our Solaris Box.
> > However, now I am receiving the error below when running the make
> > command.
> > _________________________________________________________________________
> > 
> > ld.so.1: make: fatal: relocation error: file make: symbol stat64:
> > referenced symbol not found
> > Killed
> > _______________________________________________________________________
> > 
> 
> I'm afraid it looks as though gcc isn't set up properly. Have you succeeded
> in building other programs with it?


In particular, the error is happening with the make executable itself. The ld.so error 
tells us that the LD_LIBRARY_PATH is pointing to shared libraries that are 
incompatible or non-existent, which is required by the make program when it was 
compiled.

Don't just check the gcc installation, also check your LD_LIBRARY_PATH environment 
variable, and the make installation.

cheers,
    Simon


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to