When I run ./configure on a Pentium 4, it runs /usr/share/automake/config.sub.

config.sub reports:

Invalid configuration: i1586-pc-cygwin: machine 'i1586-pc' not recognized.

To work around this, I added the following to config.sub at line 165:

i*86-pc)
        basic_machine=$basic_machine
        ;;

I know this is a hack, but it works.

-Ross



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to