From: Andrew L. <and...@in...> - 2007-05-07 09:41:55
|
Hi, The system environment is: x86_64 (Mandriva 2007, running on a Dual-Core-2 system); gcc 4.1.1 kernel 2.6.17-13 SheepShaver-2.2-20050321.tar.bz2 BasiliskII_src_31052001.tar.gz BasiliskII configures and makes OK. If I then cd SheepShaver ./autogen.sh, the script proceeds to its end, without problems. If I then cd src/Unix NO_CONFIGURE=3D1 ACLOCAL_FLAGS=3D"-I m4" ./autogen.sh the result is as expected I, however, I then run ./configure, the script fails to recognize my system and aborts. Here's the output from ./configure: [andrew@localhost Unix]$ ./configure checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed [andrew@localhost Unix]$ Is there an option I can pass to the 'configure', that would enable the script to proceed beyond this point please ? Cheers, Andrew PS: I have also tried the CVS version of SheepShaver. ./configure proceeds further than the version described above, but still fails to complete. Here's the tail end of the configure output from the CVS version of SheepShaver: checking for linux/fb.h... yes checking for XF86DGAQueryExtension in -lXxf86dga... yes checking for XF86VidModeQueryExtension in -lXxf86vm... yes ./configure: line 7143: syntax error near unexpected token `newline' ./configure: line 7143: ` gthread' [andrew@localhost Unix]$ I'd welcome & appreciate your suggestions as to how to proceed from here. |