Post, Mark K wrote: > I'm trying to build gcc 3.2. The very first thing that comes out is the > following message: > > *** This configuration is not supported in the following subdirectories: > target-libffi target-boehm-gc target-zlib target-libjava > (Any other directories should still work fine.) > > The configure I'm running is: > CFLAGS="-Wall -O2" LDFLAGS=-s \ > ../gcc-$VERSION/configure --prefix=/usr \ > --enable-shared \ > --with-gnu-ld \ > --enable-threads \ > --verbose \ > --target=s390-slackware-linux \ > --host=s390-slackware-linux > > > > What is this message really telling me? What would I have to do to > eliminate it? Can I eliminate it? Am I going to have a problem? >
Just what it says: gcc 3.2 has on quite a few archs java support (via gcj etc). For zSeries (s390x) the libffi hasn't been ported yet, so everything depending on it won't build, including java support. But to answer your question: Appart from no java support you won't have problems (at least not more than the usual ones with a completely new compiler ;-). Read ya, Phil -- Philipp Knirsch | Tel.: +49-711-96437-470 Development | Fax.: +49-711-96437-111 Red Hat GmbH | Email: Phil Knirsch <[EMAIL PROTECTED]> Hauptstaetterstr. 58 | Web: http://www.redhat.de/ D-70178 Stuttgart Kaa's Law: In any sufficiently large group of people most are idiots.
