This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build fails... what gives?


make[2]: Entering directory `/home/jungman/sandbox/gsl'
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2   -o gsl-randist
gsl-randist.o libgsl.la cblas/libgslcblas.la -lm
gcc -g -O2 -o .libs/gsl-randist gsl-randist.o  ./.libs/libgsl.so
cblas/.libs/libgslcblas.so -lm  -Wl,--rpath
-Wl,/home/jungman/sandbox/local/lib
./.libs/libgsl.so: undefined reference to
`gsl_matrix_complex_const_subrow'
./.libs/libgsl.so: undefined reference to `gsl_matrix_subcolumn'
./.libs/libgsl.so: undefined reference to `gsl_matrix_complex_subrow'
./.libs/libgsl.so: undefined reference to `gsl_matrix_complex_subcolumn'
./.libs/libgsl.so: undefined reference to `gsl_matrix_subrow'
./.libs/libgsl.so: undefined reference to
`gsl_matrix_complex_const_subcolumn'
./.libs/libgsl.so: undefined reference to `gsl_matrix_const_subcolumn'
collect2: ld returned 1 exit status




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]