IRIX installation problems

Steve ROBBINS stever@bic.mni.mcgill.ca
Tue Dec 10 13:23:00 GMT 2002


On Tue, Dec 10, 2002 at 03:55:43PM +0100, Gabriel Soubies wrote:
> I finally managed to compile it!
> I forced compilation with the C compiler as Steve Robbins suggested.

I still don't understand why you had to "force" anything.  What's wrong
with simple

    ./configure
    make

??

If it's because it picks up GCC and you'd rather the vendor compiler, then

    setenv CC=cc
    ./configure
    make

-S



More information about the Gsl-discuss mailing list