|
From: SourceForge.net <no...@so...> - 2003-12-22 20:41:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2345214 By: enry2k My copies of MinGW and MSYS should now be installed correcly in my computer. What commandline I should type in MSYS screen to compile a sourcecode I have got? Inside the sourcecode there is a file named "build" Should I call that script? I have already done some attempts, but the only message I get is "command not found" The content of the build file is like: < #!/bin/sh gcc -O2 -Wall -shared -o alfa.dll alfa.c alfa.def gcc -O2 -Wall beta.c -o beta.exe strip alfa.dll beta.exe > Enrico ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=338575 |