From: | "Jim C(dot) Nasby" <jim(at)nasby(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Problem linking libecpg.5.3.dylib on OS X |
Date: | 2007-01-11 21:26:10 |
Message-ID: | 20070111212610.GV36267@nasby.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I'm seeing the following on cuckoo:
gcc -pipe -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Winline -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing -g -dynamiclib -install_name
/Users/buildfarm/buildfarm/HEAD/inst/lib/libecpg.5.dylib
-compatibility_version 5 -current_version 5.3 -multiply_defined
suppress execute.o typename.o descriptor.o data.o error.o prepare.o
memory.o connect.o misc.o path.o thread.o -L../pgtypeslib
-L../../../../src/interfaces/libpq -L../../../../src/port
-L/opt/local/lib -lpgtypes -lpq -lm -o libecpg.5.3.dylib
ld: Undefined symbols:
_ecpg_internal_regression_mode
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libecpg.5.3.dylib] Error 1
http://lnk.nu/pgbuildfarm.org/cxd.pl
Any suggestions? Google and the archives aren't turning anything up :(
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-01-11 21:32:42 | Re: [HACKERS] Checkpoint request failed on version 8.2.1. |
Previous Message | Jim C. Nasby | 2007-01-11 21:19:26 | Re: [HACKERS] Checkpoint request failed on version 8.2.1. |