wbest
June 16th, 2009, 04:20 PM
Okay, so I have a perl script that builds come C++ programs that use windows calls and API references (like Win32, which is BTW also used in the perl script). Now, I need to get it all working (someway, somehow) on Linux. Hopefully I can get it all working in Wine, if not, I have a long road ahead of me...
Anywho, I opened wine cmd and went to the directory with my perl code in it, and tried to run it.
I got a file not found error.
I tried again in another directory on "Hello, world!" but again, same error.
So either perl doesn't exist yet in wine cmd and it doesn't know how to say command not found, or it can't see the file (which is why I also need to know the Windows command prompt version of find).
Can you guys help me out?
Anywho, I opened wine cmd and went to the directory with my perl code in it, and tried to run it.
I got a file not found error.
I tried again in another directory on "Hello, world!" but again, same error.
So either perl doesn't exist yet in wine cmd and it doesn't know how to say command not found, or it can't see the file (which is why I also need to know the Windows command prompt version of find).
Can you guys help me out?