[Java-gnome-developer] Re: howto compile on RH7.1?
Brought to you by:
afcowie
From: <bi...@ma...> - 2001-10-16 20:04:16
|
RE: [Java-gnome-developer] howto compile on RH7.1?I have tried compiling it several times but it consistently fails when it reaches TestGTK. Before "make" reaches TestGTK, it succesfully compiles a bunch of other javasources with gcj. The gcj "classpath=" argument is used for theese. It is not used for compiling TestGTK. Has anyone succesfully compiled java-gnome 0.7 on RedHat 7.1? (with gcc 3.0.2) Søren >----- Original Message ----- >From: Jeffrey Morgan >To: 'Søren' >Sent: Tuesday, October 16, 2001 12:27 PM >Subject: RE: [Java-gnome-developer] howto compile on RH7.1? > > >This is a strange behavior that happens fairly frequently. >Typically if you just type make immediately after getting >this error you will compile fine. I haven't been able >to determine the cause. >> >> I am trying to compile java-gnome for use with native gcj: >> >> ./configure --libdir=/usr/lib --with-gcj-compile >> make >> >> ... then when its about finished it tries to compile >> TestGTK with gcj, but gets a lot of undefined references >> for gnu.gtk methods. Do I need to set the classpath before >> using "make"? and where should it point? >> >> Søren |