Re: C program compilation - Mailing list pgsql-interfaces

From Alfred Perlstein
Subject Re: C program compilation
Date
Msg-id 20001027151511.J28123@fw.wintelcom.net
Whole thread Raw
In response to C program compilation  ("Gustavo R. Bonet" <gbonet@bna.com.ar>)
List pgsql-interfaces
* Gustavo R. Bonet <gbonet@bna.com.ar> [001027 14:54] wrote:
> I'm a beginner in PostGreSQL and I'm trying to meka my first interface with
> a C
> program.
> 
> Like the documentation says, I'm using the following sentence to compile:
> 
> gcc -o output_name -I /usr/include/pgsql -lpq myprogram.c
> 
> But, in two diferent Linux servers the answer was:
> 
> /usr/lib/libpq.so: undefined reference to `crypt'
> collect2: ld returned 1 exit status

try adding '-lcrypt' to the compile flags.

-Alfred (who also stumbled on this)


pgsql-interfaces by date:

Previous
From: "Nikolaus Rumm"
Date:
Subject: List archive, getBigDecimal()
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: C program compilation