This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstool-NG for Alpha-Target, Error


Hello!

On Monday 15 September 2008 03:58:35 Sebastian Koenig wrote:
> On Sun, 14 Sep 2008, Martin Guy wrote:
> > why not just download gcc sources there, configure, make and make install?
> would that work for me as a user without any administrative priviliges?

Sure! Just point ./configure to a place where you have write access, smthg
like:
# ./configure --prefix=${HOME}/my-gcc [plus other options???]
# make
# make install
# export PATH="${HOME}/my-gcc/bin:${PATH}"

Note the order in PATH, so that your gcc takes precedence over the system
one.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| --==< ^_^ >==-- `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
`------------------------------^-------^------------------^--------------------'


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]