compilation fail, continue

From: Marek Florianczyk <franki(at)mentat(dot)oko(dot)com(dot)pl>
To: pgsql-ports(at)postgresql(dot)org
Subject: compilation fail, continue
Date: 2001-02-20 16:31:32
Message-ID: 20010220173132.A94256@mentat.oko.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi

I mailed some time ago about problem with compilation under
FreeBSD 3.4. I was told to to coment some lines in src/include/c.h
"
#ifdef STDC_HEADERS
#endif
at lines 53 and 56 of src/include/c.h."

After this compilation goes fine, but I cant make initdb.
Permission on /usr/local/pgsql/data is OK.
I attach initdb.log, it is output from
initdb --pgdata=/usr/local/pgsql/data --pglib=/usr/local/pgsql/lib --debug
and second file config.log with-perl, with-odbc and enable-locale
I upgraded gmake to 3.79.1
Got autoconf 2.13, gettext-0.10.35, m4-1.4
but old gcc-2.7.2.3, is it important?

Attached files are from postgresql6.5 installation, but with 7.0.3
it is all this same.

Can someone help?
I will be greateful
Marek

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message ksprague 2001-02-21 15:38:56 PostgreSQL 7.0.3 on solaris 2.8
Previous Message Peter Eisentraut 2001-02-19 17:07:20 Re: compilation fail