| From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | 8.0 libpq: missing get_home_path() |
| Date: | 2004-08-18 13:42:05 |
| Message-ID: | 20040818134205.GB14530@zf.jcu.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Hi,
I tried compile some program with latest CVS libpq:
gcc -O2 -O2 -g -pipe -march=i386 -mcpu=i686 -I/usr/include/httpd
-Wall -I/usr/lib/postgresql/include -DLIBAPMOM_FUNCALL=1 -Wall
-Wmissing-prototypes -Wmissing-declarations `xml2-config --cflags`
`Wand-config --cppflags` -o jsn-importer main.o file.o db.o md5.o
-L/usr/lib/postgresql/lib -lpq `xml2-config --libs` -lMagick -lWand
/usr/lib/postgresql/lib/libpq.so: undefined reference to `get_home_path'
collect2: ld returned 1 exit status
make: *** [jsn-importer] Error 1
It looks like port/path.c (libpgport) isn't compiled in PostgreSQL client libs,
but the get_home_path() is used there.
Karel
--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2004-08-18 13:44:05 | Re: tablespace and sequences? |
| Previous Message | Gavin Sherry | 2004-08-18 12:23:21 | Re: Tablespace and cpu costs |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-08-18 14:47:09 | Re: pg_restore recognizing $-quotes |
| Previous Message | Philip Warner | 2004-08-18 12:01:24 | Re: pg_restore recognizing $-quotes |