Giter Site home page Giter Site logo

Comments (6)

physkets avatar physkets commented on May 29, 2024 1

Nope, still have the same issue. The output is:

$ make check
make  check-recursive
make[1]: Entering directory '/home/user1/Applications/FGSL/fgsl-master'
Making check in .
make[2]: Entering directory '/home/user1/Applications/FGSL/fgsl-master'
make[2]: Leaving directory '/home/user1/Applications/FGSL/fgsl-master'
Making check in tests
make[2]: Entering directory '/home/user1/Applications/FGSL/fgsl-master/tests'
make  check-am
make[3]: Entering directory '/home/user1/Applications/FGSL/fgsl-master/tests'
make  poly interp specfunc permutation integration sort array linalg eigen fft rng histogram statistics ntuple siman ode deriv roots minim multiroots montecarlo bspline multimin fit nlfit version chebyshev error ieee_utils math interp2d
make[4]: Entering directory '/home/user1/Applications/FGSL/fgsl-master/tests'
/bin/sh ../libtool  --tag=FC   --mode=link ifort -I.. -I.. -g   -o poly mod_unit.o poly.o ../libfgsl.la /usr/lib/libgsl.so 
libtool: link: ifort -I.. -I.. -g -o .libs/poly mod_unit.o poly.o /usr/lib/libgsl.so  ../.libs/libfgsl.so -Wl,-rpath -Wl,/usr/local/lib
/usr/lib/libgsl.so: undefined reference to `cblas_ctrmv'
.
.
.
make[4]: *** [Makefile:859: poly] Error 1
make[4]: Leaving directory '/home/user1/Applications/FGSL/fgsl-master/tests'
make[3]: *** [Makefile:1375: check-am] Error 2
make[3]: Leaving directory '/home/user1/Applications/FGSL/fgsl-master/tests'
make[2]: *** [Makefile:1378: check] Error 2
make[2]: Leaving directory '/home/user1/Applications/FGSL/fgsl-master/tests'
make[1]: *** [Makefile:734: check-recursive] Error 1
make[1]: Leaving directory '/home/user1/Applications/FGSL/fgsl-master'
make: *** [Makefile:1023: check] Error 2

from fgsl.

physkets avatar physkets commented on May 29, 2024 1

Oh! I didn't know that. It went ahead! Most things showed a PASS. Just one XFAIL. Thanks!!

../build-aux/test-driver: line 107:  9464 Aborted                 (core dumped) "$@" > $log_file 2>&1
XFAIL: error

from fgsl.

reinh-bader avatar reinh-bader commented on May 29, 2024 1

Good. XFAIL is "expected failure" so you'd only would worry if it didn't happen.

from fgsl.

physkets avatar physkets commented on May 29, 2024 1

Thanks a lot! Ran make distcheck and again had all PASSes and one XFAIL. Thanks! (and sorry for turing this into a support thread)

from fgsl.

reinh-bader avatar reinh-bader commented on May 29, 2024

Assuming that the libraries really exist at the path names you specify,

export gsl_LIBS="-L/usr/lib -lgsl -lgslcblas"

should resolve this problem.

Cheers
Reinhold

from fgsl.

reinh-bader avatar reinh-bader commented on May 29, 2024

Did you do
make distclean
export gsl_LIBS= ....
(further exports)
./configure ...
?
I believe the settings are built into the Makefiles during the configure step.

from fgsl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.