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  <[EMAIL PROTECTED]>
 http://home.zf.jcu.cz/~zakkr/

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to