Re: unable to cross compile classpath for arm linux
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <[email protected]> |
On 07/20/2009 05:20 AM, asutosh gopinath wrote: > Hi, > I am getting following error when i want to build classpath-0.98 for xscale > linux platform. Same error is throw when i try to build it for my Fedora linux. > > gcc Versions: > arm-linux-gcc 3.4.4 > > gcc 4.1.0 > I think you need either to install cairo-devel or use --disable-gtk-peer as an argument to configure. Andrew.