latest CVS snapshot configure error - mh/mt-frag

Albert Cranford AlbertC@millennium.net
Sun Feb 8 16:41:00 GMT 1998


I found a configuration bug that prevents compiling the latest CVS
snapshot.
I previously compiled 1.0.1 successfully and attempted to try the latest
and see that
the wrong mt & mh types are being used.  I dump the config.status for
your analysis.

In my successful configuration:
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../configure --host=i486-pc-linux-gnu --prefix=/usr --enable-threads
--enable-shared --norecursion 
# using "../config/mh-x86pic" and "../config/mt-x86pic"

>From the latest snapshot:
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../configure --host=i486-pc-linux-gnu --prefix=/usr --enable-threads
--enable-shared --norecursion 
# using "mh-frag" and "mt-frag"

I even tried to force the site to mh-x86pic and mt-x86pic with
site=x86pic
with no change, still get frag as the site.
I looked over the mail archive site and see only Jeff Johnson reported a
similar
problem(i think).

Any ideas?
Albert




More information about the Gcc mailing list