Re: [Java-gnome-developer] How to compile native with gcj
Brought to you by:
afcowie
From: Luca M. <luc...@ti...> - 2005-03-18 14:18:38
|
On Thu, 2005-03-17 at 22:39 +0100, Abcdefg wrote: > --------- Oorspronkelijk bericht -------- > Van: Luca Merolla <luc...@ti...> > Naar: jav...@li... > <jav...@li...> > Onderwerp: [Java-gnome-developer] How to compile native with gcj > Datum: 17/03/05 22:24 >=20 > > Hi, > > I'm trying to compile a sample program natively with gcj but I got this > > annoying message: > > ... > > How can I solve this? > > Thanks in advance > > >=20 > Hi, >=20 > I had the same problem some time ago because the name has changed, it sho= uld > be -lgtkjava-2.6 and -lgladejava2.8 >=20 > David >=20 >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer I have changed LIBS with "-lgtkjava-2.6 and -lgladejava2.8" and now when I try to compile with "make native" I got this: gcj -classpath /usr/share/libgtk-java-2.6/lib/gtk2.6.jar:/usr/share/java-gnome/= lib/glade2.8.jar -lgtkjava-2.6 and -lgladejava2.8 --main=3Dcom.osnetwork.Ma= in -o bin/jquote src/com/osnetwork/Main.java gcj: and: No such file or directory make: *** [native] Error 1 Which file or directory is looking for? Thanks in advance --=20 Luca Merolla <luc...@ti...> |