Re: [GENERAL] PGSQL C Interface

Поиск
Список
Период
Сортировка
От Karel Zak - Zakkr
Тема Re: [GENERAL] PGSQL C Interface
Дата
Msg-id Pine.LNX.3.96.991130163050.26151F-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на PGSQL C Interface  ("Dale Anderson" <danderso@crystalsugar.com>)
Список pgsql-general


On Tue, 30 Nov 1999, Dale Anderson wrote:

>    When compiling the test C program for Postgres, I get the following errors.  Can anyone help me with what the
errormight be.  I have included th error message when compiling, and the source code ofr the tes. 
>
> Thanks in advance,
> Dale.
>
> $ gcc -I/usr/include/pgsql dba.c -o dba

gcc -I/usr/include/pgsql dba.c -o dba -lpq
                                       ^^^^
                  The gcc need libs for compilation.

                                Karel


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

Предыдущее
От: "Dale Anderson"
Дата:
Сообщение: PGSQL C Interface
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: [GENERAL] Sorting a table...