Re: Problems compiling test program program form pgsql
Hugh Lawson <hlawson@triad.rr.com>
From: Hugh Lawson <hlawson@triad.rr.com>
To: Miguel Fernandez <miguelfernandez@bridge.com.br>
Cc: pgsql-novice@postgresql.org
Date: 2000-06-04T02:47:56Z
Lists: pgsql-novice
On Sat, 3 Jun 2000, Miguel Fernandez wrote: > Hi , I've got a problem compiling the test program in the programmers guide. > t frist how I do to link libpg.a in gcc and g++ ? > > Later I've got the screen : > > $bash: g++ test.C -o test.o -o test /usr/lib/libpg.a // my libpg.a is in /usr/lib > /usr/lib/libpq.a (fe-auth.o) : in function 'pg_password_sendauth' : > fe_auth.o(.text+0x27):undefined reference to 'crypt' I believe that if you add a '-l' option to your compile command it will work: <To your presend command add> -lcrypt -- Hugh Lawson Greensboro, North Carolina hlawson@triad.rr.com