Error Compiling Postgres

From: "Segree, Gareth" <Gareth(dot)Segree(at)gleanerjm(dot)com>
To: "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org>
Subject: Error Compiling Postgres
Date: 2003-07-08 20:32:11
Message-ID: 706F7FF7ADC24C4E9299261CA739A51F067169@COMMSRV04.gleanerjm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

If I do a straight
./configure
gmake
gmake install

I'm able to compile and Install postgresql. But if I do the following:

CFLAGS="-O2 -march=i586 -funroll-loops" CXXFLAGS="-O2 -march=i586
-funroll-loops -felide-constructors -fno-exceptions -fno-rtti" ./configure
--prefix=/usr --includedir=/usr/include --lib-dir= --localstatedir=/var
--docdir=/usr/share/doc --sysconfdir=/etc --mandir=/usr/share/man
--disable-shared --disable-debug --disable-nls --enable-syslog --without-tcl
--without-perl --without-python --with-CXX --with-pam
gmake
gmake install

I get the following error.

make[2]: Entering directory
`/var/tmp/postgresql-7.3.3/src/backend/utils/mb/conversion_procs/ascii_and_m
ic'
/bin/sh ../../../../../../config/install-sh -c -m 755
/usr/lib/postgresql/ascii_and_mic.so
install: /usr/lib/postgresql/ascii_and_mic.so does not exist
make[2]: *** [install] Error 1
make[2]: Leaving directory
`/var/tmp/postgresql-7.3.3/src/backend/utils/mb/conversion_procs/ascii_and_m
ic'
make[1]: *** [install] Error 2
make[1]: Leaving directory
`/var/tmp/postgresql-7.3.3/src/backend/utils/mb/conversion_procs'
make: *** [install] Error 2
make: Leaving directory `/var/tmp/postgresql-7.3.3/src'

Am I missing something in the ./configure?

Browse pgsql-bugs by date

  From Date Subject
Next Message Shachar Shemesh 2003-07-08 20:50:49 Re: case sensitivity
Previous Message Stephan Szabo 2003-07-08 15:12:02 Re: Backwards index scan