stefano-meschiari / Systemic2

Systemic is a C library for modeling exoplanetary radial velocities, with an R binding and a full GUI IDE.
http://www.stefanom.org/?systemic
GNU General Public License v3.0
54 stars 17 forks source link

Error in making file #32

Open miramar98 opened 6 years ago

miramar98 commented 6 years ago

Systemic (v2.172); R version 3.2.3; 16.04.2-Ubuntu; gcc version 5.4.0; GSL-2.4; java 1.8.0_151

While running "make -f Makefile.linux" this error appeared:

gcc -shared -o libsystemic.so objects/*.o -L/home/mjouve/gsl/lib -lm -lgsl -lgslcblas -lgomp -lc -lswift -lf2c -lgfortran /usr/bin/ld: cannot find -lswift collect2: error: ld returned 1 exit status Makefile.linux:29: recipe for target 'linux' failed make: *** [linux] Error 1

Thanks!

wangleon commented 6 years ago

I have the same problem.

UPDATE: problem solved. The swift lib has already been included in "deps/" folder of the installation package.