[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] linking problems for beginner
From: |
bjg |
Subject: |
Re: [Help-gsl] linking problems for beginner |
Date: |
Mon, 19 Jun 2006 19:25:32 +0100 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) |
At Thu, 15 Jun 2006 15:52:47 +0100,
Sung, Raymond CW wrote:
> I am trying to compile GSL on an SGI machine running IRIX 6.5. I am wanting
> to use the 64-bit libraries but I am getting the following error message:
>
> ld64: FATAL 12: Expecting 64-bit objects: cblas/.libs/libgslcblas.a is 32-bit.
>
> Being a newcomer to makefiles I'm not 100% sure on the tip given in the
> INSTALL file for 64-bit compilation:
>
> CC=cc CFLAGS="-64" LDFLAGS="-64" ./configure
>
> Does this mean setting each of the options separately or are all the options
> meant to be all on the one line in the makefile?
You just need to type the line above as a command, then make.
$ CC=cc CFLAGS="-64" LDFLAGS="-64" ./configure
$ make
--
Brian Gough
(GSL Maintainer)
Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.com/gsl/