This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


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: IRIX installation problems


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


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