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: GCJ and Swing


Am Montag, 23. August 2004 16:23 schrieb Ivan Ivanov:
> --- Michael Koch <konqueror@gmx.de> wrote:
> > Thats not totally true anymore. AWT now works really
> > good but still
> > lacks some features. Swing is in the works and
> > partly works. It
> > always depends on the stuff you need and the GCJ
> > version you use. AWT
> > and Swing is under heavy development currently.
>
> Well, I supposed that should be some development for
> AWT and Swing, but when I tried to compile a simple
> class that uses JComponents, I received several errors
> of the kind
> undefined reference to
> 'java::awt::Component::setLocation(int, int)'.

Huh ? Either you forgot to to specify -lgcj or you should use gcj to 
link your app.

> My GCJ version is gcj (GCC) 3.3.3 20040412. Are these
> features implementted in 3.4.1?

The latest stable release is always preferable over older releases.


Michael


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