Not sure if this is the right forum but ...

On a particular machine config.guess outputs

i386-qnx-qnx425

but config.sub doesn't recognize that.

$ ./config.sub i386-qnx-qnx425
Invalid configuration `i386-qnx-qnx425': system `qnx425' not recognized
$ ./config.sub i386-qnx-qnx   
i386-qnx-qnx4
$ ./config.sub i386-qnx-qnx4
Invalid configuration `i386-qnx-qnx4': system `qnx4' not recognized

Correct me if I have the wrong concept here but shouldn't
   `config.guess` = `config.sub \`config.guess\``
always be true?

-- 
Peter Eisentraut                  Sernanders v�g 10:115
[EMAIL PROTECTED]                   75262 Uppsala
http://yi.org/peter-e/            Sweden


Reply via email to