Hi all, > > trying to build classpath cvs fails for me right now, because I > > don't have package "mozilla-plugin" installed on my Linux system. > > (I do have mozilla, but I don't have any plugins except Suns JRE > > and flash-blocked flash.) > > > > Anyway, I think that classpath should be buildable without any > > mozilla dependencies. > > Try --disable-plugin. I also stepped over this some days ago. This build failure is a little crude (at least for me it was), because ./configure did _not_ complain about a missing firefox-dev package or so, but completed successfully. Later in the build I got a couple of error messages that are not exceptionally useful, until I figured out that I was only missing a mozilla header file package. I already reported this as bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29346 And I think we should really solve this before release, as it will certainly confuse people who want to compile classpath and don't happen to have all the required packages installed. Something similar happens with a missing c++ compiler: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29345 /Roman