Re: gcj 4.4 and AWT toolkit
"ffileppo" <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
> Hi ffileppo, > > On Thu, 2008-07-31 at 13:50 +0200, ffileppo wrote: > > Yes, I've built AWT peer > > > > My configure: > > > > Configured with: ../configure --prefix=/media/disk/x86-gcc-inst --disable-libssp --disable-libgomp --disable-libmudflap --enable-libgcj --disable-bootstrap --disable-multilib --disable-sjlj-exceptions --enable-languages=c,c++,java --enable-java-awt=gtk > > > > The problem seems to be that it can't find libgtkpeer.so, which is obviously present. > > > > This is working as intended with gcc 4.3 > > > > Can anyone try to reproduce this problem? > > For me AWT/Swing applications compiled with gcj from gcc trunk > (../gcc/configure --prefix=/usr/local/gcc --enable-languages=c,c++,java > --enable-java-awt=gtk) seem to work fine. Do you have an example program > and the specific compilation line used for it to test? > > Thanks, > > Mark > > Hi Mark, thanks for your interest. I will try with your configure. With my configure (../configure --prefix=/media/disk/x86-gcc-inst --disable-libssp --disable-libgomp --disable-libmudflap --enable-libgcj --disable-bootstrap --disable-multilib --disable-sjlj-exceptions --enable-languages=c,c++,java --enable-java-awt=gtk) this problem happens with any AWT/SWING code. Francesco