Hi,

Has anybody seen this? It seems ecpg tries to link with backend functions.

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels 
-fno-strict-aliasing  -DECPG_COMPILE -L../../../../src/port  
-Wl,-rpath,'/usr/local/src/pgsql/current/lib' preproc.o type.o ecpg.o output.o 
parser.o keywords.o c_keywords.o ecpg_keywords.o kwlookup.o 
../ecpglib/typename.o descriptor.o variable.o -lpgport -lz -lreadline -lncurses 
-lcrypt -ldl -lm   -o ecpg
parser.o(.text+0xa0): In function `pg_parse_string_token':
: undefined reference to `elog_start'
parser.o(.text+0xb0): In function `pg_parse_string_token':
: undefined reference to `elog_finish'
collect2: ld returned 1 exit status
make: *** [ecpg] Error 1
--
Tatsuo Ishii
SRA OSS, Inc. Japan

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to