Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: can not guess host type



Frederic De Leersnijder writes:

> Hi, I've installed postgres on my machine before but now I get
> checking host system type... configure: error: can not guess host
> type; you must specify one A very odd situation. What options can I
> use with configure to compile postgres on my redhat 6.2 machine?

Try ./configure --host='i686-pc-linux' ... (other options), or whatever
your processor is.

There's a long-standing problem with config.guess that it doesn't
recognize certain Linux platforms when the compiler is installed in a
strange way. (Did you change anything in your compiler installation?)
Please go to ftp://ftp.gnu.org/pub/config and download the latest version
of config.guess and config.sub to see if they recognize your platform.
(Just run config.guess from the shell.)

If not, send a problem report to config-patches(at)gnu(dot)org(dot)

Let us know.

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e(at)gmx(dot)net                   75262 Uppsala
http://yi.org/peter-e/            Sweden




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group