Subject: RE: What does "Machine not recognized" when checking host system
To: Fischer, Roger <RFischer@PanAmSat.com>
From: Frederick Bruckman <fb@enteract.com>
List: tech-pkg
Date: 04/30/1999 11:00:26
On Fri, 30 Apr 1999, Fischer, Roger wrote:

> But I ran ltconfig manually, and it seemed to recognize my system, so I
> don't know why it couldn't find the host system type when I was building
> kdebase.
> 
> :  max# ./ltconfig ltmain.sh
> :  checking host system type... m68k-apple-netbsd1.3.2

What's in "config.log"? That should tell you the last command that
failed, probably an invokation of ltconfig, a shell script? (I'm
guessing.) If you then repeat the command that failed, prefixed with
"bin/sh -x", it should get you even closer to the actual error.