From: [EMAIL PROTECTED] Date: Thu, 03 Aug 2000 14:28:44 +0200 Hi,
I\'m trying to setup a crosscompiler (under i386-linux) for the hurd. I\'ve been using a crosscompiling arm/i386 gcc for a while now, so it wasn\'t that hard. I have only one problem: the hurd-module (on subversions.gnu.org) doesn\'t contain a \"configure\" Is it broken or am I blind ? No, you're supposed to generate configure from configure.in yourself using autoconf. Assuming you have autoconf installed on your system, just type autoconf, in the directory that contains configure.in and you're ready to go. Mark

