MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: RE SUN OS



Followup to:  <Pine.BSF.3.91.960224003735.22974B-100000@vespucci.iquest.com>
By author:    Edward Goff <egoff@iquest.com>
In newsgroup: local.moo
>
> wel I found out where the GCC is .. so where/what do I edit to make SH 
> configure work??
> 

If you're wondering how to compile/install GCC:

Read the INSTALL and other doc files carefully, then do:

./configure [options]


If you have found GCC on *your* system, just not in your PATH, add it
to your PATH variable before running configure the MOO distribution:

/foo/gnu/bar/bin is assumed to be the directory gcc is in:

[csh/tcsh]

set path=(/foo/gnu/bar/bin $path)

[sh/ksh/bash/zsh]

PATH=/foo/gnu/bar/bin:$PATH
export PATH

	-hpa
-- 
PGP public key available - finger hpa@terminus.storm.net
"The earth is but one country, and mankind its citizens."  --  Bahá'u'lláh
GE/CS 3.1 d- s-:- a- C++++ ULIS++++$ P+++ L++++>+++++ E++ W++ N++ o+ K
w--- O@ M V- PGP+ t+ 5++ X? R@ tv- b++ DI++++ D++(+) G e++ h- r-- y-


References:

Home | Subject Index | Thread Index