Re: [GENERAL] Compiling libpq

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [GENERAL] Compiling libpq
Дата
Msg-id Pine.LNX.4.04.9906091052220.7310-100000@emerald.netskate.ru
обсуждение исходный текст
Ответ на Compiling libpq  (fabian baena <fabbaena@hotmail.com>)
Список pgsql-general
Hi!

On Tue, 8 Jun 1999, fabian baena wrote:
> I need to compile a ╢C╢ program with the libpq library but I don╢t know what
> commands do I have to write in the linux shell to do this.
> Thank you.

   This is the least:

cc myprogram.c -o myprog -lpq

   My be you'll need to add some libs (-lcrypt, e.g.)...

> Fabian.

Oleg.
----
    Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.


В списке pgsql-general по дате отправления:

Предыдущее
От: mascarim@yahoo.com
Дата:
Сообщение: ...
Следующее
От: Jeroen Schaap
Дата:
Сообщение: Howto convert arrays 2 query results