User Portlet User Portlet

Discussions
Hi, I'm trying to link some C and Fortran files that I need to use via MathLink. As I try to link the libraries to these file I got errors. Here I write down the command line I use in my makefile and the errors I got [code] MAKEFILE: CXX = c++ ...
Hello, I need to call a C code using Mathematica via MathLink, I followed the prescriptions described on the User Guide: I made the template and then I tried to compile the source using the "mcc" script. (I got the same errors when I try to compile...