FEAP User Forum
FEAP => FEAPpv => Topic started by: AHadoush on January 25, 2022, 10:33:32 PM
-
Dear all,
I did download the source file of feappv5.1 from feap website but during first time compiling I got several error messages like missing functiond and variables are not implicitly defined.
what can I do?
best regards
Ashraf
-
More details please.
Operating system? compiler name and version? copy of the error message?
-
ubuntu 18.04
gcc 7.5.0
gfortran 7.5.0
-
looks like you did not set the environment variable FEAPPVHOME5_1
try set it to the name of the top level folder
export FEAPPVHOME5_1=XXXX
where XXXX is the folder name
-
thanks, it is working