Re: gcj 4.4 and AWT toolkit
Mark Wielaard <[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