Author Topic: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil  (Read 4273 times)

JuanDavidNavarro

  • New Member
  • *
  • Posts: 6
FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
« 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

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
« Reply #1 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.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
« Reply #2 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.

JuanDavidNavarro

  • New Member
  • *
  • Posts: 6
Re: FEAP 8.6.1i Installation UBUNTU Problems with dsymutil
« Reply #3 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