Stephen J. Turnbull wrote:
>>>>> "Mats" == Mats Lidell
<matsl(a)xemacs.org> writes:
[...]
Mats> I can possibly recreate the error if needed.
That would be helpful.
[...]
cd ./modules/postgresql && make all
make[1]: Entering directory `/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql'
../../lib-src/ellcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts
-Wpacked -Wpointer-arith -Wunused-parameter -g --mode=compile
--mod-output=postgresql.o -I../../src
-I/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/../../src -c postgresql.c
ELLMAKEDOC=../../lib-src/make-docfile ../../lib-src/ellcc --mode=init
--mod-output=postgresql_i.c \
--mod-name=postgresql --mod-version=1.0.0 \
--mod-title="PostgreSQL Client Interface for XEmacs"
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c
../../lib-src/ellcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts
-Wpacked -Wpointer-arith -Wunused-parameter -g --mode=compile
--mod-output=postgresql_i.o -I../../src
-I/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/../../src -c postgresql_i.c
../../lib-src/ellcc --mode=link --mode=verbose --mod-output=postgresql.ell \
postgresql.o postgresql_i.o ../../src/xemacs-import.a
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../lib/noX
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../lib/noX -lpq
ellcc driver version 21.5-b22 for EMODULES version 1.1.0 (1010)
gcc -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../lib/noX
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../lib/noX -shared -o postgresql.ell
postgresql.o postgresql_i.o ../../src/xemacs-import.a
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../lib/noX
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../lib/noX -lpq
postgresql.o: In function `make_pgconn':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:181: undefined
reference to `_wrap_record_1'
postgresql.o: In function `print_pgconn':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:208: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `make_pgresult':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:300: undefined
reference to `_wrap_record_1'
postgresql.o: In function `print_pgresult':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:329: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_connect_poll':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:581: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_finish':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:661: undefined
reference to `_error_check_pgconn'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:668: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_clear':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:680: undefined
reference to `_error_check_pgresult'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:685: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_is_busy':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:698: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_consume_input':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:713: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_reset':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:734: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_reset_start':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:751: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_reset_poll':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:771: undefined
reference to `_error_check_pgconn'
postgresql.o:/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:811:
more undefined references to `_error_check_pgconn' follow
postgresql.o: In function `Fpq_result_status':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1053: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_res_status':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1079: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_result_error_message':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1094: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_ntuples':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1108: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_nfields':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1122: undefined
reference to `_error_check_pgresult'
postgresql.o:/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1136:
more undefined references to `_error_check_pgresult' follow
postgresql.o: In function `Fpq_fname':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1155: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_fnumber':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1168: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_ftype':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1188: undefined
reference to `_error_check_pgresult'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1191: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_fsize':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1204: undefined
reference to `_error_check_pgresult'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1207: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_fmod':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1220: undefined
reference to `_error_check_pgresult'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1223: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_get_value':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1237: undefined
reference to `_error_check_pgresult'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1240: undefined
reference to `_XINT_1'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1240: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_get_length':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1257: undefined
reference to `_error_check_pgresult'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1260: undefined
reference to `_XINT_1'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1260: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_get_is_null':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1273: undefined
reference to `_error_check_pgresult'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1276: undefined
reference to `_XINT_1'
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1276: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_cmd_status':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1287: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_cmd_tuples':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1301: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_oid_value':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1315: undefined
reference to `_error_check_pgresult'
postgresql.o: In function `Fpq_set_nonblocking':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1339: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_is_nonblocking':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1353: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_flush':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1367: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_notifies':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1388: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_lo_import':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1425: undefined
reference to `_error_check_pgconn'
postgresql.o:/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1446:
more undefined references to `_error_check_pgconn' follow
postgresql.o: In function `Fpq_lo_export':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1452: undefined
reference to `_XINT_1'
postgresql.o: In function `Fpq_make_empty_pgresult':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1466: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_get_line':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1507: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_put_line':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1528: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_get_line_async':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1573: undefined
reference to `_error_check_pgconn'
postgresql.o: In function `Fpq_put_nbytes':
/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1596: undefined
reference to `_error_check_pgconn'
postgresql.o:/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql/postgresql.c:1612:
more undefined references to `_error_check_pgconn' follow
collect2: ld returned 1 exit status
make[1]: *** [postgresql.ell] Error 1
make[1]: Leaving directory `/usr/src/xemacs/xemacs-cvs-20050919/modules/postgresql'
make: *** [modules/postgresql] Error 2