FEAP User Forum
FEAP => Installation => Topic started by: JuanDavidNavarro on April 02, 2021, 12:09:03 PM
-
Dear Prof. R.L. Taylor and Prof. S. Govindjee
I am trying to compile FEAP-8.6.1i in a Linux (Ubuntu 20.04.2 LTS) using intel compiler (ifort version 19.1.3.304). The compiling procedure works fine until it calls dsymutil. I have installed LLVM version 10.0.0. (sudo apt-get install llvm) But still I am having the following error (see enclosed figure):
Thank you in advanced for your guidance
-
Sorry.
Please comment out the DSYM line in makefile.in.
It is there for MacOS. It should be commented out by default.
-
Actually, I can see that this is a mess for Linux machines. Look for "dsymutil" also in the makefiles that generate executables and delete the lines.
We will fix up the defaults for the next minor release.
-
Dear Prof. S. Govindjee
I commented dsymutil in the FEAPHOME8_6/main/makefile and the compilation was successful.
Should I search in the remaining makefiles this line?
Thank you again,
Juan