Build Error while running wget command

14 views
Skip to first unread message

Pedro Rodriguez

unread,
Mar 20, 2012, 6:19:36 PM3/20/12
to lsd-users
I am attempting to build lsd using the wget command but am running
into build errors. The first thing that I attempted was imply running
that command listed on the site but immediately ran into this error

Building zlib-1.2.5 ... make: *** [zlib-1.2.5] Error 1
Error while building LSD packages. More details in /Users/
PedroRodriguez/lsd/var/pkg/log directory.

The log file contains
/Users/PedroRodriguez/lsd/var/pkg/sources/zlib-1.2.5.tar.bz2
env: illegal option -- u
usage: env [-i] [name=value ...] [utility [argument ...]]


I am trying to use this to start research at UCBerkeley and talked to
a Branimir Sesar and he helped me trying to install lsd piece by
piece. We made progress but ran into an error near the end of the
installation. The error message is below. We think it is gcc related
but my attempts at re-installing gcc from https://github.com/kennethreitz/osx-gcc-installer
doesn't seem to work. I will be working on trying to re-install gcc
another way.

Pedro-Rodriguezs-MacBook-Pro:lsd PedroRodriguez$ python setup.py
build_ext --inplace
running build_ext
building 'lsd.native' extension
creating build
creating build/temp.macosx-10.5-x86_64-2.7
creating build/temp.macosx-10.5-x86_64-2.7/src
creating build/temp.macosx-10.5-x86_64-2.7/src/native
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -isysroot /
Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -O3 -arch x86_64 -isysroot /
Developer/SDKs/MacOSX10.5.sdk -I/Library/Frameworks/EPD64.framework/
Versions/7.2/lib/python2.7/site-packages/numpy/core/include -I/Library/
Frameworks/EPD64.framework/Versions/7.2/include/python2.7 -c src/
native/main.cpp -o build/temp.macosx-10.5-x86_64-2.7/src/native/main.o
In file included from src/native/main.cpp:3:
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable: In
instantiation of ‘Internal::hash_code_base<long long unsigned int,
std::pair<const long long unsigned int, long unsigned int>,
Internal::extract1st<std::pair<const long long unsigned int, long
unsigned int> >, std::equal_to<long long unsigned int>,
std::tr1::hash<long long unsigned int>, Internal::mod_range_hashing,
Internal::default_ranged_hash, false>’:
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable:
733: instantiated from ‘std::tr1::hashtable<long long unsigned int,
std::pair<const long long unsigned int, long unsigned int>,
std::allocator<std::pair<const long long unsigned int, long unsigned
int> >, Internal::extract1st<std::pair<const long long unsigned int,
long unsigned int> >, std::equal_to<long long unsigned int>,
std::tr1::hash<long long unsigned int>, Internal::mod_range_hashing,
Internal::default_ranged_hash, Internal::prime_rehash_policy, false,
true, false>’
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/unordered_map:
110: instantiated from ‘std::tr1::unordered_multimap<long long
unsigned int, long unsigned int, std::tr1::hash<long long unsigned
int>, std::equal_to<long long unsigned int>,
std::allocator<std::pair<const long long unsigned int, long unsigned
int> >, false>’
src/native/table_join.h:137: instantiated from here
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable:
610: error: ‘Internal::hash_code_base<Key, Value, ExtractKey, Equal,
H1, H2, Internal::default_ranged_hash, false>::m_h1’ has incomplete
type
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/functional:
1096: error: declaration of ‘struct std::tr1::hash<long long unsigned
int>’
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable: In
instantiation of ‘Internal::hash_code_base<long long unsigned int,
std::pair<const long long unsigned int, long long unsigned int>,
Internal::extract1st<std::pair<const long long unsigned int, long long
unsigned int> >, std::equal_to<long long unsigned int>,
std::tr1::hash<long long unsigned int>, Internal::mod_range_hashing,
Internal::default_ranged_hash, false>’:
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable:
733: instantiated from ‘std::tr1::hashtable<long long unsigned int,
std::pair<const long long unsigned int, long long unsigned int>,
std::allocator<std::pair<const long long unsigned int, long long
unsigned int> >, Internal::extract1st<std::pair<const long long
unsigned int, long long unsigned int> >, std::equal_to<long long
unsigned int>, std::tr1::hash<long long unsigned int>,
Internal::mod_range_hashing, Internal::default_ranged_hash,
Internal::prime_rehash_policy, false, true, false>’
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/unordered_map:
110: instantiated from ‘std::tr1::unordered_multimap<long long
unsigned int, long long unsigned int, std::tr1::hash<long long
unsigned int>, std::equal_to<long long unsigned int>,
std::allocator<std::pair<const long long unsigned int, long long
unsigned int> >, false>’
src/native/table_join.h:503: instantiated from here
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/hashtable:
610: error: ‘Internal::hash_code_base<Key, Value, ExtractKey, Equal,
H1, H2, Internal::default_ranged_hash, false>::m_h1’ has incomplete
type
/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/tr1/functional:
1096: error: declaration of ‘struct std::tr1::hash<long long unsigned
int>’
src/native/main.cpp: In function ‘void initnative()’:
src/native/main.cpp:195: warning: deprecated conversion from string
constant to ‘char*’
error: command 'gcc' failed with exit status 1
Pedro-Rodriguezs-MacBook-Pro:lsd PedroRodriguez$ gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

Pedro-Rodriguezs-MacBook-Pro:lsd PedroRodriguez$

Thanks,
Pedro Rodriguez
pe...@berkeley.edu

Mario Juric

unread,
Mar 20, 2012, 6:29:30 PM3/20/12
to lsd-...@googlegroups.com
On 3/20/12 15:19 , Pedro Rodriguez wrote:
> I am attempting to build lsd using the wget command but am running
> into build errors. The first thing that I attempted was imply running
> that command listed on the site but immediately ran into this error
>

Hi Pedro,
Unfortunately, the automated installer only works on Linux, and I'm not
even sure if LSD works on OS X at all (has anyone tried it?). I recall
there was a problem with OS X' lack of support for sparse files.

Let me have a look at it over the next couple of days, I may find a way
to get it to work.
--
Mario Juric,
Data Mgmt. Project Scientist, Large Synoptic Survey Telescope
Web : http://www.cfa.harvard.edu/~mjuric/
Phone : +1 617 744 9003 PGP: ~mjuric/crypto/public.key

Pedro Rodriguez

unread,
Mar 20, 2012, 6:40:05 PM3/20/12
to lsd-users
Branimir had told me it works on Mac, but I have a Virtual Linux box
running Ubuntu on my computer as well. Let me pull that up because
there was an error on there. It doesn't matter much which one it works
on.

Here is the information for trying to install it on linux. It gives me
an error on lapack installation that refers me to a log file. below
are the contents of the log file
/home/pedro/lsd/var/pkg/sources/lapack-3.3.1-mjuric.tar.bz2
make[1]: Entering directory `/home/pedro/lsd/var/pkg/build/
lapack-3.3.1-mjuric'
( cd BLAS/SRC; make )
make[2]: Entering directory `/home/pedro/lsd/var/pkg/build/
lapack-3.3.1-mjuric/BLAS/SRC'
gfortran -O2 -m64 -fPIC -c isamax.f -o isamax.o
gfortran -O2 -m64 -fPIC -c sasum.f -o sasum.o
gfortran -O2 -m64 -fPIC -c saxpy.f -o saxpy.o
gfortran -O2 -m64 -fPIC -c scopy.f -o scopy.o
gfortran -O2 -m64 -fPIC -c sdot.f -o sdot.o
gfortran -O2 -m64 -fPIC -c snrm2.f -o snrm2.o
gfortran -O2 -m64 -fPIC -c srot.f -o srot.o
gfortran -O2 -m64 -fPIC -c srotg.f -o srotg.o
gfortran -O2 -m64 -fPIC -c sscal.f -o sscal.o
gfortran -O2 -m64 -fPIC -c sswap.f -o sswap.o
gfortran -O2 -m64 -fPIC -c sdsdot.f -o sdsdot.o
gfortran -O2 -m64 -fPIC -c srotmg.f -o srotmg.o
gfortran -O2 -m64 -fPIC -c srotm.f -o srotm.o
gfortran -O2 -m64 -fPIC -c sgemv.f -o sgemv.o
gfortran -O2 -m64 -fPIC -c sgbmv.f -o sgbmv.o
gfortran -O2 -m64 -fPIC -c ssymv.f -o ssymv.o
gfortran -O2 -m64 -fPIC -c ssbmv.f -o ssbmv.o
gfortran -O2 -m64 -fPIC -c sspmv.f -o sspmv.o
gfortran -O2 -m64 -fPIC -c strmv.f -o strmv.o
gfortran -O2 -m64 -fPIC -c stbmv.f -o stbmv.o
gfortran -O2 -m64 -fPIC -c stpmv.f -o stpmv.o
gfortran -O2 -m64 -fPIC -c strsv.f -o strsv.o
gfortran -O2 -m64 -fPIC -c stbsv.f -o stbsv.o
gfortran -O2 -m64 -fPIC -c stpsv.f -o stpsv.o
gfortran -O2 -m64 -fPIC -c sger.f -o sger.o
gfortran -O2 -m64 -fPIC -c ssyr.f -o ssyr.o
gfortran -O2 -m64 -fPIC -c sspr.f -o sspr.o
gfortran -O2 -m64 -fPIC -c ssyr2.f -o ssyr2.o
gfortran -O2 -m64 -fPIC -c sspr2.f -o sspr2.o
gfortran -O2 -m64 -fPIC -c sgemm.f -o sgemm.o
gfortran -O2 -m64 -fPIC -c ssymm.f -o ssymm.o
gfortran -O2 -m64 -fPIC -c ssyrk.f -o ssyrk.o
gfortran -O2 -m64 -fPIC -c ssyr2k.f -o ssyr2k.o
gfortran -O2 -m64 -fPIC -c strmm.f -o strmm.o
gfortran -O2 -m64 -fPIC -c strsm.f -o strsm.o
gfortran -O2 -m64 -fPIC -c idamax.f -o idamax.o
gfortran -O2 -m64 -fPIC -c dasum.f -o dasum.o
gfortran -O2 -m64 -fPIC -c daxpy.f -o daxpy.o
gfortran -O2 -m64 -fPIC -c dcopy.f -o dcopy.o
gfortran -O2 -m64 -fPIC -c ddot.f -o ddot.o
gfortran -O2 -m64 -fPIC -c dnrm2.f -o dnrm2.o
gfortran -O2 -m64 -fPIC -c drot.f -o drot.o
gfortran -O2 -m64 -fPIC -c drotg.f -o drotg.o
gfortran -O2 -m64 -fPIC -c dscal.f -o dscal.o
gfortran -O2 -m64 -fPIC -c dsdot.f -o dsdot.o
gfortran -O2 -m64 -fPIC -c dswap.f -o dswap.o
gfortran -O2 -m64 -fPIC -c drotmg.f -o drotmg.o
gfortran -O2 -m64 -fPIC -c drotm.f -o drotm.o
gfortran -O2 -m64 -fPIC -c dgemv.f -o dgemv.o
gfortran -O2 -m64 -fPIC -c dgbmv.f -o dgbmv.o
gfortran -O2 -m64 -fPIC -c dsymv.f -o dsymv.o
gfortran -O2 -m64 -fPIC -c dsbmv.f -o dsbmv.o
gfortran -O2 -m64 -fPIC -c dspmv.f -o dspmv.o
gfortran -O2 -m64 -fPIC -c dtrmv.f -o dtrmv.o
gfortran -O2 -m64 -fPIC -c dtbmv.f -o dtbmv.o
gfortran -O2 -m64 -fPIC -c dtpmv.f -o dtpmv.o
gfortran -O2 -m64 -fPIC -c dtrsv.f -o dtrsv.o
gfortran -O2 -m64 -fPIC -c dtbsv.f -o dtbsv.o
gfortran -O2 -m64 -fPIC -c dtpsv.f -o dtpsv.o
gfortran -O2 -m64 -fPIC -c dger.f -o dger.o
gfortran -O2 -m64 -fPIC -c dsyr.f -o dsyr.o
gfortran -O2 -m64 -fPIC -c dspr.f -o dspr.o
gfortran -O2 -m64 -fPIC -c dsyr2.f -o dsyr2.o
gfortran -O2 -m64 -fPIC -c dspr2.f -o dspr2.o
gfortran -O2 -m64 -fPIC -c dgemm.f -o dgemm.o
gfortran -O2 -m64 -fPIC -c dsymm.f -o dsymm.o
gfortran -O2 -m64 -fPIC -c dsyrk.f -o dsyrk.o
gfortran -O2 -m64 -fPIC -c dsyr2k.f -o dsyr2k.o
gfortran -O2 -m64 -fPIC -c dtrmm.f -o dtrmm.o
gfortran -O2 -m64 -fPIC -c dtrsm.f -o dtrsm.o
gfortran -O2 -m64 -fPIC -c scabs1.f -o scabs1.o
gfortran -O2 -m64 -fPIC -c scasum.f -o scasum.o
gfortran -O2 -m64 -fPIC -c scnrm2.f -o scnrm2.o
gfortran -O2 -m64 -fPIC -c icamax.f -o icamax.o
gfortran -O2 -m64 -fPIC -c caxpy.f -o caxpy.o
gfortran -O2 -m64 -fPIC -c ccopy.f -o ccopy.o
gfortran -O2 -m64 -fPIC -c cdotc.f -o cdotc.o
gfortran -O2 -m64 -fPIC -c cdotu.f -o cdotu.o
gfortran -O2 -m64 -fPIC -c csscal.f -o csscal.o
gfortran -O2 -m64 -fPIC -c crotg.f -o crotg.o
gfortran -O2 -m64 -fPIC -c cscal.f -o cscal.o
gfortran -O2 -m64 -fPIC -c cswap.f -o cswap.o
gfortran -O2 -m64 -fPIC -c csrot.f -o csrot.o
gfortran -O2 -m64 -fPIC -c cgemv.f -o cgemv.o
gfortran -O2 -m64 -fPIC -c cgbmv.f -o cgbmv.o
gfortran -O2 -m64 -fPIC -c chemv.f -o chemv.o
gfortran -O2 -m64 -fPIC -c chbmv.f -o chbmv.o
gfortran -O2 -m64 -fPIC -c chpmv.f -o chpmv.o
gfortran -O2 -m64 -fPIC -c ctrmv.f -o ctrmv.o
gfortran -O2 -m64 -fPIC -c ctbmv.f -o ctbmv.o
gfortran -O2 -m64 -fPIC -c ctpmv.f -o ctpmv.o
gfortran -O2 -m64 -fPIC -c ctrsv.f -o ctrsv.o
gfortran -O2 -m64 -fPIC -c ctbsv.f -o ctbsv.o
gfortran -O2 -m64 -fPIC -c ctpsv.f -o ctpsv.o
gfortran -O2 -m64 -fPIC -c cgerc.f -o cgerc.o
gfortran -O2 -m64 -fPIC -c cgeru.f -o cgeru.o
gfortran -O2 -m64 -fPIC -c cher.f -o cher.o
gfortran -O2 -m64 -fPIC -c chpr.f -o chpr.o
gfortran -O2 -m64 -fPIC -c cher2.f -o cher2.o
gfortran -O2 -m64 -fPIC -c chpr2.f -o chpr2.o
gfortran -O2 -m64 -fPIC -c cgemm.f -o cgemm.o
gfortran -O2 -m64 -fPIC -c csymm.f -o csymm.o
gfortran -O2 -m64 -fPIC -c csyrk.f -o csyrk.o
gfortran -O2 -m64 -fPIC -c csyr2k.f -o csyr2k.o
gfortran -O2 -m64 -fPIC -c ctrmm.f -o ctrmm.o
gfortran -O2 -m64 -fPIC -c ctrsm.f -o ctrsm.o
gfortran -O2 -m64 -fPIC -c chemm.f -o chemm.o
gfortran -O2 -m64 -fPIC -c cherk.f -o cherk.o
gfortran -O2 -m64 -fPIC -c cher2k.f -o cher2k.o
gfortran -O2 -m64 -fPIC -c dcabs1.f -o dcabs1.o
gfortran -O2 -m64 -fPIC -c dzasum.f -o dzasum.o
gfortran -O2 -m64 -fPIC -c dznrm2.f -o dznrm2.o
gfortran -O2 -m64 -fPIC -c izamax.f -o izamax.o
gfortran -O2 -m64 -fPIC -c zaxpy.f -o zaxpy.o
gfortran -O2 -m64 -fPIC -c zcopy.f -o zcopy.o
gfortran -O2 -m64 -fPIC -c zdotc.f -o zdotc.o
gfortran -O2 -m64 -fPIC -c zdotu.f -o zdotu.o
gfortran -O2 -m64 -fPIC -c zdscal.f -o zdscal.o
gfortran -O2 -m64 -fPIC -c zrotg.f -o zrotg.o
gfortran -O2 -m64 -fPIC -c zscal.f -o zscal.o
gfortran -O2 -m64 -fPIC -c zswap.f -o zswap.o
gfortran -O2 -m64 -fPIC -c zdrot.f -o zdrot.o
gfortran -O2 -m64 -fPIC -c zgemv.f -o zgemv.o
gfortran -O2 -m64 -fPIC -c zgbmv.f -o zgbmv.o
gfortran -O2 -m64 -fPIC -c zhemv.f -o zhemv.o
gfortran -O2 -m64 -fPIC -c zhbmv.f -o zhbmv.o
gfortran -O2 -m64 -fPIC -c zhpmv.f -o zhpmv.o
gfortran -O2 -m64 -fPIC -c ztrmv.f -o ztrmv.o
gfortran -O2 -m64 -fPIC -c ztbmv.f -o ztbmv.o
gfortran -O2 -m64 -fPIC -c ztpmv.f -o ztpmv.o
gfortran -O2 -m64 -fPIC -c ztrsv.f -o ztrsv.o
gfortran -O2 -m64 -fPIC -c ztbsv.f -o ztbsv.o
gfortran -O2 -m64 -fPIC -c ztpsv.f -o ztpsv.o
gfortran -O2 -m64 -fPIC -c zgerc.f -o zgerc.o
gfortran -O2 -m64 -fPIC -c zgeru.f -o zgeru.o
gfortran -O2 -m64 -fPIC -c zher.f -o zher.o
gfortran -O2 -m64 -fPIC -c zhpr.f -o zhpr.o
gfortran -O2 -m64 -fPIC -c zher2.f -o zher2.o
gfortran -O2 -m64 -fPIC -c zhpr2.f -o zhpr2.o
gfortran -O2 -m64 -fPIC -c zgemm.f -o zgemm.o
gfortran -O2 -m64 -fPIC -c zsymm.f -o zsymm.o
gfortran -O2 -m64 -fPIC -c zsyrk.f -o zsyrk.o
gfortran -O2 -m64 -fPIC -c zsyr2k.f -o zsyr2k.o
gfortran -O2 -m64 -fPIC -c ztrmm.f -o ztrmm.o
gfortran -O2 -m64 -fPIC -c ztrsm.f -o ztrsm.o
gfortran -O2 -m64 -fPIC -c zhemm.f -o zhemm.o
gfortran -O2 -m64 -fPIC -c zherk.f -o zherk.o
gfortran -O2 -m64 -fPIC -c zher2k.f -o zher2k.o
gfortran -O2 -m64 -fPIC -c lsame.f -o lsame.o
gfortran -O2 -m64 -fPIC -c xerbla.f -o xerbla.o
gfortran -O2 -m64 -fPIC -c xerbla_array.f -o xerbla_array.o
ar cr ../../libblas.a isamax.o sasum.o saxpy.o scopy.o sdot.o snrm2.o
srot.o srotg.o sscal.o sswap.o sdsdot.o srotmg.o srotm.o sgemv.o
sgbmv.o ssymv.o ssbmv.o sspmv.o strmv.o stbmv.o stpmv.o strsv.o
stbsv.o stpsv.o sger.o ssyr.o sspr.o ssyr2.o sspr2.o sgemm.o ssymm.o
ssyrk.o ssyr2k.o strmm.o strsm.o idamax.o dasum.o daxpy.o dcopy.o
ddot.o dnrm2.o drot.o drotg.o dscal.o dsdot.o dswap.o drotmg.o drotm.o
dgemv.o dgbmv.o dsymv.o dsbmv.o dspmv.o dtrmv.o dtbmv.o dtpmv.o
dtrsv.o dtbsv.o dtpsv.o dger.o dsyr.o dspr.o dsyr2.o dspr2.o dgemm.o
dsymm.o dsyrk.o dsyr2k.o dtrmm.o dtrsm.o scabs1.o scasum.o scnrm2.o
icamax.o caxpy.o ccopy.o cdotc.o cdotu.o csscal.o crotg.o cscal.o
cswap.o csrot.o cgemv.o cgbmv.o chemv.o chbmv.o chpmv.o ctrmv.o
ctbmv.o ctpmv.o ctrsv.o ctbsv.o ctpsv.o cgerc.o cgeru.o cher.o chpr.o
cher2.o chpr2.o cgemm.o csymm.o csyrk.o csyr2k.o ctrmm.o ctrsm.o
chemm.o cherk.o cher2k.o dcabs1.o dzasum.o dznrm2.o izamax.o zaxpy.o
zcopy.o zdotc.o zdotu.o zdscal.o zrotg.o zscal.o zswap.o zdrot.o
zgemv.o zgbmv.o zhemv.o zhbmv.o zhpmv.o ztrmv.o ztbmv.o ztpmv.o
ztrsv.o ztbsv.o ztpsv.o zgerc.o zgeru.o zher.o zhpr.o zher2.o zhpr2.o
zgemm.o zsymm.o zsyrk.o zsyr2k.o ztrmm.o ztrsm.o zhemm.o zherk.o
zher2k.o lsame.o xerbla.o xerbla_array.o
ranlib ../../libblas.a
make[2]: Leaving directory `/home/pedro/lsd/var/pkg/build/lapack-3.3.1-
mjuric/BLAS/SRC'
make[1]: Leaving directory `/home/pedro/lsd/var/pkg/build/lapack-3.3.1-
mjuric'
make[1]: Entering directory `/home/pedro/lsd/var/pkg/build/
lapack-3.3.1-mjuric'
( cd INSTALL; make; ./testlsame; ./testslamch; \
./testdlamch; ./testsecond; ./testdsecnd; ./testversion )
make[2]: Entering directory `/home/pedro/lsd/var/pkg/build/
lapack-3.3.1-mjuric/INSTALL'
gfortran -O2 -m64 -fPIC -c lsame.f -o lsame.o
gfortran -O2 -m64 -fPIC -c lsametst.f -o lsametst.o
gfortran -o testlsame lsame.o lsametst.o
/usr/bin/ld: i386:x86-64 architecture of input file `lsame.o' is
incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `lsametst.o' is
incompatible with i386 output
collect2: ld returned 1 exit status
make[2]: *** [testlsame] Error 1
make[2]: Leaving directory `/home/pedro/lsd/var/pkg/build/lapack-3.3.1-
mjuric/INSTALL'
/bin/sh: ./testlsame: not found
/bin/sh: ./testslamch: not found
/bin/sh: ./testdlamch: not found
/bin/sh: ./testsecond: not found
/bin/sh: ./testdsecnd: not found
/bin/sh: ./testversion: not found
make[1]: *** [lapack_install] Error 127
make[1]: Leaving directory `/home/pedro/lsd/var/pkg/build/lapack-3.3.1-
mjuric'

Mario Juric

unread,
Mar 20, 2012, 6:43:07 PM3/20/12
to lsd-...@googlegroups.com
On 3/20/12 15:40 , Pedro Rodriguez wrote:
> Branimir had told me it works on Mac, but I have a Virtual Linux box
> running Ubuntu on my computer as well. Let me pull that up because
> there was an error on there. It doesn't matter much which one it works
> on.
>
> Here is the information for trying to install it on linux. It gives me
> an error on lapack installation that refers me to a log file. below
> are the contents of the log file
> /home/pedro/lsd/var/pkg/sources/lapack-3.3.1-mjuric.tar.bz2
> make[1]: Entering directory `/home/pedro/lsd/var/pkg/build/
> lapack-3.3.1-mjuric'
> ( cd BLAS/SRC; make )

Hi Pedro,
Is this a 32 bit or 64 bit Ubuntu? Could you run 'uname -a'?

PS: Let's take the rest of the debugging off-list.

Cheers,

Reply all
Reply to author
Forward
0 new messages