From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | eric07 <borg48(at)hotmail(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: configure on a P4? |
Date: | 2001-04-26 14:47:13 |
Message-ID: | Pine.LNX.4.30.0104261643520.758-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
eric07 writes:
> I'm using Slackware 7.1 on VMWare with Postgresql 7.1
> When i do a ./configure it stops with this message:
>
> checking host system type... Invalid configuration 'i?86-pc-linux-gnu':
> machine 'i?86-pc' not recognized
>
> Any ideas on this and how to solve it?
You need to put something in place of the '?'. E.g.,
configure --host=i686-pc-linux-gnu ... other options ...
Either your uname program is not set up to handle P4's yet, or VMWare is
messing something up. Please report this to either of these two entities.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
From | Date | Subject | |
---|---|---|---|
Next Message | Ricardo Campos Passanezi | 2001-04-26 14:54:16 | Re: PostgreSQL - PHP insert deleted from database immediately? |
Previous Message | Rod Taylor | 2001-04-26 14:38:42 | Re: last comma inside "CREATE TABLE ()" statements |