Re: [HACKERS] Problem linking libecpg.5.3.dylib on OS X

2007-01-12 Thread Michael Meskes
On Thu, Jan 11, 2007 at 10:47:32PM -0500, Tom Lane wrote: Actually I'd suggest that using an exported variable at all is probably bad style. I'd suggest that libecpg export a set() function instead: ... I think I found an easier solution. With my latest commit ecpg uses a #define to set a

[HACKERS] Problem linking libecpg.5.3.dylib on OS X

2007-01-11 Thread Jim C. Nasby
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

Re: [HACKERS] Problem linking libecpg.5.3.dylib on OS X

2007-01-11 Thread Tom Lane
Jim C. Nasby [EMAIL PROTECTED] writes: I'm seeing the following on cuckoo: -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 It looks like Joachim's last patch thinks it's OK for