Re: [Java-gnome-developer] gcj-compile
Brought to you by:
afcowie
From: Darko O. <dob...@gm...> - 2003-10-28 00:32:15
|
Am 27.10.2003 21:25 schrieb(en) Luca De Rugeriis: > Ok, the configure stage recognizes gcc >=3D 3.2 now, but unfortunately > the > the make process aborts with the following messages: >=20 > gcj: using both @FILE with multiple files not implemented > make[1]: *** [native-gtk] Error 1 >=20 > (the Makefile in question is the src/Makefile) >=20 > I haven't had the time for working out that, and since I'm not > absolutely a gcc expert, it would be very nice if someone has any =20 > clue > on how to resolve this issue. One more problem I ommited in my mail, would have gotten too long. The =20 problem is, taht gcj is invoked with "@GCJ_FLAGS@" or similar, but it =20 never gets substituted. You'll see that in the tewrminal right before =20 the error. The definition of this variable seems to be broken, but =20 simply removing it from the appropriate two commands in the Makefile =20 will solve this temporarily. But hey, how could you claim it's working fine for you? ;o) bye, Darko Obradovic |