[Java-gnome-developer] RE: howto compile on RH7.1?
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2001-10-16 20:06:53
|
I compile the project daily using gcc 3.0.0 on rh 7.1. >=20 > RE: [Java-gnome-developer] howto compile on RH7.1?I have=20 > 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=3D" argument is used for theese. It is not used > for compiling TestGTK. >=20 > Has anyone succesfully compiled java-gnome 0.7 on RedHat 7.1? > (with gcc 3.0.2) >=20 > S=F8ren >=20 > >----- Original Message ----- > >From: Jeffrey Morgan > >To: 'S=F8ren' > >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=3D/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=F8ren >=20 >=20 |