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] [32mcc: build/.conf_check_0/test.c ->
build/.conf_check_0/testbuild/default/test_1.o
[0m['/usr/bin/gcc', '-m64', '-I/usr/local/lib/include', '../test.c', '-c',
'-o', 'default/test_1.o']
[2/2] [33mcc_link: build/.conf_check_0/testbuild/default/test_1.o ->
build/.conf_check_0/testbuild/default/testprog
[0m/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