help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] Help regarding gsl installation


From: Peter Johansson
Subject: Re: [Help-gsl] Help regarding gsl installation
Date: Fri, 27 May 2016 17:44:17 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hi Dinesh,

On 05/27/2016 03:02 PM, Dinesh Kumar wrote:
Dear Sir,

I was trying to install a package libpmc package (For population monte
carlo). I was following the suggested command lines for this:-

You might have better luck asking the pmc people as it is their configure script.

===========================================================
mkdir /tmp/libpmc
pushd /tmp/libpmc
wget http://www2.iap.fr/users/kilbinge/CosmoPMC/pmclib_v1.01.tar.gz
tar zxf pmclib_v1.01.tar.gz
pushd pmclib_v1.01
./waf configure --m64 --prefix=/opt/pkgs/pmclib-1.01
./waf
sudo ./waf install
========================================================
but when i run command line : ./waf configure --m64
--prefix=/opt/pkgs/pmclib-1.01
I got the error regarding gsl not found but i installed gsl in my system. I
have attached the config.log of the above command line. Please help me to
install this.


<==
[1/2] cc: build/.conf_check_0/test.c -> 
build/.conf_check_0/testbuild/default/test_1.o
['/usr/bin/gcc', '-m64', '-I/usr/local/lib/include', '../test.c', '-c', 
'-o', 'default/test_1.o']
[2/2] cc_link: build/.conf_check_0/testbuild/default/test_1.o -> 
build/.conf_check_0/testbuild/default/testprog
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory

This suggests your compiler doesn't work. I've seen similar error messages when trying to uses switches not appropriate for my system.

Cheers,
Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]