Ticket #19820: cvsopt_fixup.txt

File cvsopt_fixup.txt, 1.2 KB (added by davidh@…, 15 years ago)

terminal window of fixip

Line 
1/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c C/gsl.c -o build/temp.macosx-10.4-ppc-2.5/C/gsl.o
2/usr/bin/gcc-4.0 -L/opt/local/lib -bundle -undefined dynamic_lookup build/temp.macosx-10.4-ppc-2.5/C/gsl.o -L/opt/local/lib -lm -lgsl -lblas -o build/lib.macosx-10.4-ppc-2.5/cvxopt/gsl.so
3/usr/bin/ld: can't locate file for: -lblas
4collect2: ld returned 1 exit status
5error: command '/usr/bin/gcc-4.0' failed with exit status 1
6
7
8davidh$ cd /opt/local/lib
9skylark:/opt/local/lib davidh$ ls *blas*
10libcblas.a              libgslcblas.0.dylib     libgslcblas.dylib       libptcblas.a
11libf77blas.a            libgslcblas.a           libgslcblas.la          libptf77blas.a
12skylark:/opt/local/lib davidh$ sudo cp -p libcblas.a libblas.a
13Password:
14skylark:/opt/local/lib davidh$ nice sudo port install py25-cvxopt +gsl +glpk
15--->  Building py25-cvxopt
16--->  Staging py25-cvxopt into destroot
17--->  Installing py25-cvxopt @1.1_0+fftw+glpk+gsl
18--->  Activating py25-cvxopt @1.1_0+fftw+glpk+gsl
19--->  Cleaning py25-cvxopt
20skylark:/opt/local/lib davidh$