I made the changes you had suggested to the .cshrc file.

 

>  setenv LD_LIBRARY_PATH ${GCC_PATH}/lib

>  This won't work, get rid of it.

 

I commented out that line.

 

>  alias gcc /usr/tools/gcc3/

> What's this for?  Don't use this, first check if changing your path gives you
the new gcc: `which gcc` and `gcc --version`

 

I commented out that line as well, ran source .cshrc and then ran which gcc and
gcc --version. The which gcc command gave me

the following output: gcc: aliased to /usr/tools/gcc3/. When I ran the gcc
--version command, I got the following message: 

/usr/tools/gcc3/: Permission denied. When I ran the gcc --version command as
sudo user, the following appeared onscreen: 

Gcc (GCC) 3.1

 

> You can do this if you have a cc on the PATH:

> CC=gcc ./configure ...

> Or to avoid the older gcc:

> CC=/usr/tools/gcc3/bin/gcc ./configure ...

 

I didn't make changes to the PATH as of yet.

 

When I ran the make command as sudo and a regular user, the following error
message appeared:

Cc1: warning: changing search order for system directory "/usr/local/include"

Cc1: warning: as it has already been specified as a non-system directory

Manager.c: In function 'wwwconnect':

Manager.c:503: 'h_errno' undeclared (first use in this function)

Manager.c:503: (each undeclared identifier is reported only once

Manager.c:503: for each function it appears in.)

*** Error exit code 1

 

Stop

*** Error exit code 1

 

Stop

*** Error exit code 1

 

Stop.

 

Let me know if you need me to send you the attachment.

 

 

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to