From: | "Roman Burgonov" <burgonov(at)sibindustry(dot)ru> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | postgresql-7.1.3 bugs |
Date: | 2001-10-26 05:42:48 |
Message-ID: | 002d01c15de1$0c0c9320$0a00a8c0@roman |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
make -C ../../../src/interfaces/libpq all
make[1]: Entering directory
`/usr/local/src/postgresql-7.1.3/src/interfaces/libpq'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/usr/local/src/postgresql-7.1.3/src/interfaces/libpq'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
pg_encoding.o -L../../
../src/interfaces/libpq -lpq -Wl,-rpath,/usr/local/pgsql/lib -lcrypt -lreso
lv -lnsl -ldl -lm -o pg_encoding
pg_encoding.o: In function `main':
pg_encoding.o(.text+0x3d): undefined reference to `pg_char_to_encoding'
pg_encoding.o(.text+0x81): undefined reference to `pg_encoding_to_char'
collect2: ld returned 1 exit status
make: *** [pg_encoding] Error 1
Why???
From | Date | Subject | |
---|---|---|---|
Next Message | Andy Hallam | 2001-10-26 15:38:05 | Select with backslash '\' character |
Previous Message | Bruno Wolff III | 2001-10-25 20:30:11 | Porting issue with openssl and no /dev/random |