On Tue, May 30, 2000 at 05:00:39PM +0100, Bradley Kieser wrote:
> Hi all,
>
> I am trying to install PG 7 but have hit a stupid hurdle. I am running linux on
> Intel, but I kepp
> getting this error message spewed out:
>
> [root@laptop1 src]# ./configure --with-tcl --with-perl --with-odbc
> --host="linux"
> loading cache ./config.cache
> checking host system type... Invalid configuration `linux': machine `linux' not
> recognized
You could try without the --host bit - I'm assuming you are compiling on the
host you want it to run on..
./configure --with-tcl --with-perl --with-odbc
Cheers,
Patrick