[GRASS5] CRAY T3E compile errors
James Cameron
quozl at us.netrek.org
Sun Sep 24 08:15:05 EDT 2000
On Tue, Sep 19, 2000 at 05:34:35PM +0100, Markus Neteler wrote:
> On Tue, Sep 19, 2000 at 05:36:00PM +0200, Bernhard Reiter wrote:
> > Even when compatible with C standards,
> > there can be significant differences.
> Yes, very true. But I have no admin rights there... So I will have
> to live with this compiler currently.
> > What version of make are you using?
> > (It might be an idea to build gnu make first.)
> It is a CRAY make. As only the libes/digitizer/OBJ*/make.rules fails
> but all others are o.k. it might be a problem in
> libes/digitizer/OBJ*/make.rules (only I can't see it).
You have no admin rights, but you have shell and disk space? If so,
install gcc and make in your own home directory ...
cd
mkdir bin
# include ~/bin in your PATH
cd
tar xfz make-*.tar.gz
cd make-*
./configure --prefix=`echo ~`
make
make install
cd
tar xfz gcc-*.tar.gz
cd gcc-*
./configure --prefix=`echo ~`
make
make install
Then I'd remake make with gcc. ;-)
--
James Cameron mailto:quozl at us.netrek.org http://quozl.netrek.org/
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'
More information about the grass-dev
mailing list