From: | Emi Lu <emilu(at)encs(dot)concordia(dot)ca> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | postgresql 8.2 Installation error at "gmake" |
Date: | 2007-02-15 16:36:10 |
Message-ID: | 45D48BFA.90602@encs.concordia.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
Tried to install 8.2, configuration passed, but when running "gmake",
got the following error, any clues?
Thanks a lot!
Step1
========
./configure --prefix=/local/postgresql --datadir=/postgreSQL_data
--without-docdir --without-readline --disable-spinlocks --without-zlib
PASS!
Step2
========
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wendif-labels -fno-strict-aliasing zic.o ialloc.o scheck.o localtime.o
-L../../src/port -Wl,-rpath,'/local/postgresql/lib' -lpgport -lcrypt
-ldl -lm -o zic
zic.o(.text+0xb5f): In function `associate':
zic.c: undefined reference to `pg_qsort'
zic.o(.text+0x2c54): In function `writezone':
zic.c: undefined reference to `pg_qsort'
collect2: ld returned 1 exit status
gmake[2]: *** [zic] Error 1
gmake[2]: Leaving directory `/postgresql/src/timezone'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/postgresql/src'
gmake: *** [all] Error 2
FAIL?
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-02-15 16:44:10 | Re: Constraint enforcement |
Previous Message | Erik Jones | 2007-02-15 16:18:39 | Re: Recover anything from dropped database? |