FEAP User Forum

FEAP => Installation => Topic started by: JuanDavidNavarro on April 02, 2021, 12:09:03 PM

Title: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
Post 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
Title: Re: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
Post by: Prof. S. Govindjee on April 02, 2021, 01:04:29 PM
Sorry. 

Please comment out the DSYM line in makefile.in. 

It is there for MacOS.  It should be commented out by default.
Title: Re: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
Post by: Prof. S. Govindjee on April 02, 2021, 03:32:27 PM
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.
Title: Re: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
Post by: JuanDavidNavarro on April 09, 2021, 09:22:22 PM
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