Author Topic: installation error Feap8.2 OpenSuse  (Read 6803 times)

FeaPpV

  • New Member
  • *
  • Posts: 2
installation error Feap8.2 OpenSuse
« on: July 20, 2013, 11:01:19 AM »
Hello,

if I try to install feap8.2 on my linux system, at the installations point "make feap" i still get massages like :

sld2d5.f:(.text+0x2d3c): undefined reference to `_gfortran_st_write'
sld2d5.f:(.text+0x2d53): undefined reference to `_gfortran_transfer_character_write'   
etc.

What is the problem?  I use the gfortran and gcc compiler.


best regards
« Last Edit: July 20, 2013, 03:21:20 PM by FeaPpV »

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: installation error Feap8.2 OpenSuse
« Reply #1 on: July 21, 2013, 10:01:25 AM »
The first thing that comes to mind is that
you have object files build with different compilers.   try removing your archive and all *.o files and rebuild from scratch.
If this does not work, then
your build system is possibly corrupt and you need to re-install your compiler system.

FeaPpV

  • New Member
  • *
  • Posts: 2
Re: installation error Feap8.2 OpenSuse
« Reply #2 on: July 21, 2013, 02:52:32 PM »
I have removed all archive and *.o files and rebuild from scracht
It works now without any problems!

Thank you very much  ;)