This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: system setup with egcs installed
- To: "Pinwu Xu" <pinwu_xu at hotmail dot com>
- Subject: Re: system setup with egcs installed
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 07 Dec 1997 11:08:24 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19971206053830.15502.qmail@hotmail.com>you write:
> with configure option --prefix=/usr/local/egcs for egcs. However,
> I used --prefix=/usr/lpp/egcs instead, but the link from
>
> ln -sf /usr/lpp/egcs/bin/gcc /usr/lpp/bin/gcc
>
> doesn't work (gcc -v generates error), so I simply add
> /usr/lpp/egcs/bin into my PATH. So now the egcs gcc stuff (cpp,
> g++, c++, etc.) works fine now.
Exactly what error did it generate? I'm not aware of any reason why
this wouldn't work.
jeff