Hello, I am trying to install gmm++ on a MacBook Pro, Mac os 10.4.11. Configure runs fine except a warning saying 'config.status: WARNING: gmm-config.in seems to ignore the --datarootdir setting'. I have also ran config as explained in a previous post: ./configure BLAS_LIBS="-lblas" but the same happens.
Then make produces simply: make all-recursive Making all in include make[2]: Nothing to be done for `all'. Making all in tests make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all-am'. without compiling any of the lib binaries. Finally when I run 'make check': Making check in tests make dummy if CC -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -MT dummy.o -MD -MP -MF ".deps/dummy.Tpo" -c -o dummy.o dummy.cc; \ then mv -f ".deps/dummy.Tpo" ".deps/dummy.Po"; else rm -f ".deps/dummy.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CXX --mode=link CC -o dummy dummy.o -lm mkdir .libs CC -o dummy dummy.o -Wl,-bind_at_load -lm /usr/bin/ld: Undefined symbols: std::ios_base::Init::Init() std::ios_base::Init::~Init() ___gxx_personality_v0 collect2: ld returned 1 exit status make[2]: *** [dummy] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 I am not so Unix savy and can not find the problem. I will appreciate any help. If somebody has pre-compiled binaries that I can use please send them to me. Thanks Vess _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
