FEAP User Forum

FEAP => Installation => Topic started by: FeaPpV on July 20, 2013, 11:01:19 AM

Title: installation error Feap8.2 OpenSuse
Post by: FeaPpV 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
Title: Re: installation error Feap8.2 OpenSuse
Post by: FEAP_Admin 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.
Title: Re: installation error Feap8.2 OpenSuse
Post by: FeaPpV 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  ;)