Hi List:
I'm trying to follow the User Guide for version 1.4.3 in OSX, as version
1.4.4 is not available in binary form yet for OSX.
>From OMShell I followed the *dcmotor* example, with the following output:
>> simulate(dcmotor,startTime=0,stopTime=10)
record
resultFile = "Simulation failed.
"
end record
I can see the compiled file dcmotor.exe, but there seems to be some path
missing, as OMShell doesn't find the file.
$ more output.log
sh: dcmotor.exe: command not found
$ ./dcmotor.exe
$ file dcmotor.exe
dcmotor.exe: Mach-O executable i386
Thanks in advance!