PDA

View Full Version : need help -lf95 create mex file


mathelp
09-15-2005, 07:06 PM
I followed the matlab comaptibility notes completed steps installed the matlab comatibility files to their proper location. When I try to create mex function using the example given in the notes:

lf95 yprimef.f yprimefg.f @mexlink.rsp -out yprime.dll

I got the following error message:

ERROR -- Could not find specified source file \Program.f90

I need help to understand what causes this error....

Help!

Lahey Support
09-15-2005, 09:34 PM
Looks like the command line information in mexlink.rsp uses long file names to specify a path/location. Change it to use the 8.3 version or enclose the path in quotes.