getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] make check on OS X 10.4 on Intel based Mac


From: julien pommier
Subject: Re: [Getfem-users] make check on OS X 10.4 on Intel based Mac
Date: Thu, 02 Nov 2006 15:56:30 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060922)

Hi Koen,
This is a classical problem unfortunately. Your blas lib has been wrongly detected as needing the libg2c (which usually comes with g77). So you should run the configure script like that:
 ./configure BLAS_LIBS="-lblas"

--
Julien

Koenraad Janssens wrote:
The tests crash pretty soon, here is a printout:

make dynamic_array dynamic_tas test_int_set test_tree_sorted poly test_small_vector test_kdtree test_rtree test_mesh test_slice integration geo_trans_inv test_mat_elem test_interpolation test_assembly test_norm test_interpolated_fem laplacian elastostatic stokes helmholtz plate nonlinear_elastostatic schwarz_additive plasticity dynamic_friction bilaplacian /bin/sh ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-double -Wno-long-long -o dynamic_array dynamic_array.o ../src/libgetfem.la -lm -lblas -lg2c g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-double -Wno-long-long -o dynamic_array dynamic_array.o -Wl,-bind_at_load ../src/.libs/libgetfem.a -lm -lblas -lg2c
/usr/bin/ld: can't locate file for: -lg2c
collect2: ld returned 1 exit status
make[3]: *** [dynamic_array] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

Anybody else bumoed in to the same problem and has a solution?

Thanks - Koen

------------------------------------------------------------------------

_______________________________________________
Getfem-users mailing list
address@hidden
https://mail.gna.org/listinfo/getfem-users


--
Julien Pommier, bureau 111
GMM, INSA Toulouse, tél:05 61 55 93 42




reply via email to

[Prev in Thread] Current Thread [Next in Thread]