Hi everyone,
I am trying out the example shown in the Feap wiki (
http://feap.berkeley.edu/wiki/index.php?title=MATLAB) regarding calling the Matlab functions from FEAP.
I have copied out the content given there to individual files and also modified the umarc6.F to give the paths of Matlab installation files and the FEAP files in the Ubuntu system. I have also made the corresponding changes in the make file. But when I tried to compile them, I am getting an error '/usr/bin/ld: cannot find -leng
/usr/bin/ld: cannot find -lmx' (see the attached picture of the terminal window).
To be honest, I am not sure what role these leng, lmx play here. I even tried to compile the make file after deleting them. But then I was getting some other error.
Could you please help me out here? I have also attached my make file below.
Two other small questions:
. Is the command 'dsymutil' needed in my makefile for Ubuntu.
. In the make file given in the wiki link above (made for mac), there a line '-L/$(MLROOT)/bin/maci64'. What does the program look for in the maci64 folder?
I have a Ubuntu system. So I have changed it to '-L/$(MLROOT)/bin/glnxa64'. Does this make sense?
Thank you very much!