On 2008-09-25, 13:55 GMT, Jason Stover wrote: >> could anybody help me what's wrong with my build on Fedora >> Rawhide? Here is the log of my build >> http://mcepl.fedorapeople.org/tmp/pspp-local-build.txt > > Looks like an error while linking to GSL. Where is libgsl installed? > What version is it?
libraries are /usr/lib64/libgsl* and header files are in /usr/include/gsl This is what I get from pkg-config [EMAIL PROTECTED] ~]$ pkg-config --cflags --libs gsl -lgsl -lgslcblas -lm (which looks right to me) and the version is [EMAIL PROTECTED] ~]$ rpm -qa \*gsl\* gsl-1.11-3.fc10.x86_64 gsl-devel-1.11-3.fc10.x86_64 gsl-debuginfo-1.11-2.fc10.x86_64 (yeah, old -debuginfo -- no big deal in building a package). Compiler is [EMAIL PROTECTED] devel]$ gcc --version gcc (GCC) 4.3.2 20080905 (Red Hat 4.3.2-3) However, I still don't how it relates to the problem with missing (or unfound) g_sheet_column_columns_change function? Thanks, Matěj _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
