Re: postgresql and C++/C

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: postgresql and C++/C
Дата
Msg-id 20050928094358.GB2436@svana.org
обсуждение исходный текст
Ответ на postgresql and C++/C  ("vdm.fbsd@virgilio.it" <vdm.fbsd@virgilio.it>)
Список pgsql-general
On Wed, Sep 28, 2005 at 10:11:45AM +0100, vdm.fbsd@virgilio.it wrote:
> Context:FREEBSD 5.4, postgresql 8.0.3
>
> I'm not a C newbye and I'm
> having a go at compiling my first, simple C(++) program:

1. If it's a C program, you should name the file .c otherwise gcc is
likely to consider it a c++ program.

2. If it's a c++ program, use g++ to compile and link to make sure you
get all the right libraries and paths.

3. Use -lpq to link to the postgresql client library. You may need a -L
so it looks in the right place.

Hope this helps,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

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

Предыдущее
От: Wijnand Wiersma
Дата:
Сообщение: Triggers after a rule
Следующее
От: Janning Vygen
Дата:
Сообщение: Re: ERROR: type "temp_gc" already exists