Unless you know what version of HP-UX that version of gcc 3 was built
on, I wouldn't trust that it will run on your 10.20 machine. If the
compiler you are trying to use was built on 11.0 or later, don't count
on it working at all.

You know how old HP-UX 10.20 is, right? HP has not supported 10.20 in
more than 3 years. I have access to lots of HP-UX machines, but no
10.20 machines.

Jeff D

On 2/7/06, Kaplan, Andrew H. <[EMAIL PROTECTED]> wrote:
> 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