This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with Mohans GCJ 20030522 build


Hi All,

It seems that gcj (mingw flavor) now expects as.exe and ld.exe (at least) to be placed in:
lib\gcc-lib\mingw32\3.3


If gcj.exe is in c:\thisiscool-gcc\gcc-3.3\bin and you place both as.exe and ld.exe in c:\thisiscool-gcc\gcc-3.3\lib\gcc-lib\mingw32\3.3, none of those directories should have to be in your path.

Then, if you would use
c:\thisiscool-gcc\gcc-3.3\bin\gcj.exe <usual stuff>,
everything should work fine. At least it works OK for me (I'm not using Mohan's build).



João



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]