| From: | Neil Conway <neilc(at)samurai(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | contrib/ compile warnings |
| Date: | 2004-05-28 13:54:48 |
| Message-ID: | 40B744A8.6090501@samurai.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I see the following on this machine: (OSX 10.3.4, gcc 3.3)
[neilc:/Users/neilc/build-pgsql/contrib]% make -s all
ld: warning multiple definitions of symbol _nextval
pending.o definition of _nextval in section (__TEXT,__text)
../../src/backend/postgres definition of _nextval
ld: warning multiple definitions of symbol _setval
pending.o definition of _setval in section (__TEXT,__text)
../../src/backend/postgres definition of _setval
/Users/neilc/pgsql/contrib/pgcrypto/rijndael.tbl:3: warning:
`pow_tab' defined but not used
/Users/neilc/pgsql/contrib/pgcrypto/rijndael.tbl:22: warning:
`log_tab' defined but not used
/Users/neilc/pgsql/contrib/pgcrypto/rijndael.tbl:41: warning:
`sbx_tab' defined but not used
/Users/neilc/pgsql/contrib/pgcrypto/rijndael.tbl:60: warning:
`isb_tab' defined but not used
-Neil
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Jowett | 2004-05-28 14:09:01 | temp tables broken in CVS HEAD? |
| Previous Message | Marc G. Fournier | 2004-05-28 13:52:52 | Re: Win32, PITR, nested transactions, tablespaces |