Re: gcc
- From: Boyd Lynn Gerber <gerberb@xxxxxxxxx>
- Date: Thu, 22 May 2008 09:03:47 -0600
On Wed, 21 May 2008, migurus wrote:
I have OSR507 with MP5. I need to compile on this box, so I downloaded
and installed gcc and gnu make from ftp2.caldera.com/skunkware.
So, I have
GNU make (ver 3.78.1)
Gcc - GNU Compiler Collection (ver 2.95.2)
What is your PATH and LD_LIBRARY_PATH.
I have this in my .profile
[ -d /usr/local/bin -a -x /usr/local/bin ] && PATH=$PATH:/usr/local/bin
[ -d /usr/gnu/bin -a -x /usr/gnu/bin ] && PATH=$PATH:/usr/gnu/bin
PATH=$PATH:$HOME/bin:. # set command search path
export PATH
[ -d /usr/local/lib -a -x /usr/local/lib ] && LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
[ -d /usr/gnu/lib -a -x /usr/gnu/lib ] && LD_LIBRARY_PATH=/usr/gnu/lib:$LD_LIBRARY_PATH
[ -d /usr/X11R6/lib -a -x /usr/X11R6/lib ] && LD_LIBRARY_PATH=/usr/X11R6/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
With the above every thing works for me.
--
Boyd Gerber <gerberb@xxxxxxxxx>
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
.
- Follow-Ups:
- Re: gcc
- From: Nico Kadel-Garcia
- Re: gcc
- References:
- gcc
- From: migurus
- gcc
- Prev by Date: Re: gcc
- Next by Date: Re: vi dup
- Previous by thread: Re: gcc
- Next by thread: Re: gcc
- Index(es):
Relevant Pages
|