Re: kdevelop -> libpq-fe.h ( part II )
От
Hugh Lawson
Тема
Re: kdevelop -> libpq-fe.h ( part II )
Дата
Msg-id
Pine.LNX.4.10.10008152107380.4194-100000@localhost.localdomain
Ответ на
kdevelop -> libpq-fe.h ( part II ) (Eduardo)
Список
Дерево обсуждения
kdevelop -> libpq-fe.h ( part II ) Eduardo <ekotuja@brasilnet.net>
Re: kdevelop -> libpq-fe.h ( part II ) Hugh Lawson <hlawson@triad.rr.com>
Re: kdevelop -> libpq-fe.h ( part II ) Jesus Aneiros <aneiros@jagua.cfg.sld.cu>
On Tue, 15 Aug 2000, Eduardo wrote: > > The libpg-fe.h is in /usr/include/pgsql/libpq-fe.h > so i did: > > #include "../include/pgsql/libpq-fe.h" > > and the message changed: > If you use the gcc C compiler try a command something like this: gcc -o program program.c -lpq -I/usr/include/pgsql # 'program' is name of executable to produce # 'program.c' is name of source file being compiled # '-lpq' means "link against libpq" # '-I/usr/include/pgsql' directory that contains libpq-fe.h See 'info gcc' for full rundown on this compiler. -- Hugh Lawson Greensboro, North Carolina hlawson@triad.rr.com
В списке pgsql-novice по дате отправления