Linking to palloc and elog. (fwd)

Поиск
Список
Период
Сортировка
От Robert J. Sprawls
Тема Linking to palloc and elog. (fwd)
Дата
Msg-id Pine.LNX.4.20.0007100046250.347-100000@tacdyn.com
обсуждение исходный текст
Ответы Re: Linking to palloc and elog. (fwd)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

Hello,
    I'm not too familiar with linking to pgsql libs. I've linked to
the static libpq libs before, but this is new ground. I'm following the
example in complex.  When I try to link here is my errors:

gcc -g -I /usr/pgsql/include testepg.o compos.o vect3d.o -o testepg
compos.o: In function `compos_in':

/home/sprawlsr/devel/projects/galwars/misc/compos.c:10: undefined
reference to `elog'

/home/sprawlsr/devel/projects/galwars/misc/compos.c:14: undefined
reference to `CurrentMemoryContext'

/home/sprawlsr/devel/projects/galwars/misc/compos.c:14: undefined
reference to `MemoryContextAlloc'

/home/sprawlsr/devel/projects/galwars/misc/compos.c:16: undefined
reference to `elog'

There is more, but this should do it.

Robert J. Sprawls            sprawlsr@worldnet.att.net
Tactical Dynamics            http://home.att.net/~sprawlsr
CEO (Chief Everything Officer)


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

Предыдущее
От: Graeme Merrall
Дата:
Сообщение: Re: Slashdot discussion
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Find all the dates in the calendar week?