Hello,
I am installing FEAPPV on Linux. I set the makefile.in to g77 fortran and the environment variable for FEAPPVHOME3_1. The compilation starts but there are few errors related to memory:
setmem.f:83:
adr(n) = malloc(length*ipa)
^
Invalid declaration of or reference to symbol `malloc' at (^) [initially seen at (^)]
make[2]: *** [/gpfs/home/mhk13/ver31/Feappv_gnu.a(setmem.o)] Error 1
make[2]: Leaving directory `/gpfs/home/mhk13/ver31/program'
......
a - seteq.o
a - sethis.o
a - setmac.o
--->/gpfs/home/mhk13/ver31/program objects now up-to-date<---
make[1]: *** [archive] Error 1
make[1]: Leaving directory `/gpfs/home/mhk13/ver31/program'
make: *** [archive] Error 2
Is there a setting I need to specify in the setmem.f file? Thanks.
Mohammad