| From: | Peter Wiersig <peter(at)friesenpeter(dot)de> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Installation Problem |
| Date: | 2005-10-25 20:15:22 |
| Message-ID: | 20051025201522.GC3048@london087.server4you.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, Oct 24, 2005 at 08:59:17PM -0400, phil campaigne wrote:
> Hi All,
> I'm trying ot install postgresql 8.0.4 on suse 9.0.
>
> I can run ./configure but when I try to run make, the program cannot
> find a usable c compiler.
> I tried
> ./configure CC=/usr/lib/gcc-lib/i586-suse-linux/3.3.3/cc1
>
> but get the error: cannot run c compiled programs.
> I tried to downlaod and install GCC.3.3.4 but the error message says it
> needs a c compiler
>
> Any ideas on how I might proceed?
less config.log
after running "./configure" without any arguments. You don't have
all needed packages for build, configure does sometimes do a bad
job reporting the real issues.
Peter
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Elphick | 2005-10-25 20:33:32 | Re: Why different execution times for different instances for the |
| Previous Message | Michael Fuhr | 2005-10-25 19:48:40 | Re: PostgreSQL vs mySQL, any performance difference for |