|
From: SourceForge.net <no...@so...> - 2004-05-04 21:20:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2554182 By: gnulrich1 Hi, I have a simple Java-App ulrich/Britt.java and would like to first complie and then link it. I installed: MinGW-3.1.0-1.exe to C:/mingw I unpacked the following 3 packages and put them to C:/mingw/core, C:/mingw/gpp and C:/mingw/java gcc-core-3.3.1-20030804-1.tar.gz gcc-g++-3.3.1-20030804-1.tar.gz gcc-java-3.3.1-20030804-1.tar.gz I set my path: set path=%path%;C:/mingw/core/bin set path=%path%;C:/mingw/gpp/bin; set path=%path%;C:/mingw/java/bin; set path=%path%;C:/mingw/bin; I compiled and got an error: gcj -c -g -O ulrich/Britt.java gcj: installation problem, cannot exec `as': No such file or directory I set my path and compiled without an error: set path=%path%;C:\mingw\lib\gcc-lib\mingw32\3.2.3 No I linked and got an error: gcj --main=ulrich.Britt -o Britt Britt.o \mingw\lib\gcc-lib\mingw32\..\..\..\mingw32\bin\ld.exe: cannot open crtbegin.o: No such file or directory How do I have to install MinGW to work with it without these problems? Thanks Ulrich ______________________________________________________________________ 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=286533 |