Hi there --

 

I mounted an NFS directory that has a newer version of gcc/ I then mounted tthe
following lines to my .cshrc file:

 

 setenv GCC_PATH /usr/tools/gcc3

 setenv PATH ${GCC_PATH}/bin:${PATH}

 setenv LD_LIBRARY_PATH ${GCC_PATH}/lib

 

 alias gcc /usr/tools/gcc3/

 

After the changes were made, I ran source .cshrc to have them go into effect.

 

I then went through the motions of running the configure script and then the
make command. I encountered an Exit Status 1 error, although the cause of the
error seems different than before. 

 

I've included it in this e-mail as an attachment. Is there something else I need
to do? Thanks. 

 

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

Reply via email to