Hello,
I admit this might be a stupid question. I am currently trying to compile v8.3 with user mesh (umesh1) and element (elmt05). Using Cygwin, all the libraries are constructed properly. However, when the executable is being compiled I get the below error:
/home/philips/FEAP_PCS/ver83/Feap8_3.a(elmlib.o):elmlib.f:(.text+0x955): undefined reference to `_elmt05_'
/home/philips/FEAP_PCS/ver83/Feap8_3.a(umshlib.o):umshlib.f:(.text+0x59): undefined reference to `_umesh1_'
As far as I can tell from looking at my code and the above libraries, everything should work properly. Any thoughts on what might be causing this error?
Thanks