Open miramar98 opened 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!
I have the same problem.
UPDATE: problem solved. The swift lib has already been included in "deps/" folder of the installation package.
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!