Re: problem with MyBackendId

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with MyBackendId
Дата
Msg-id 25079.1123022034@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with MyBackendId  (Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>)
Ответы Re: problem with MyBackendId  (Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>)
Список pgsql-hackers-win32
"Andreas 'ads' Scherbaum" <adsmail@wars-nicht.de> writes:
> i successfully installed PostgreSQL 8.0.3 and MingW on a windows xp box
> and tried to compile a module of mine. Thats the error i got back:

> nmth000000.o(.idata$4+0x0): undefined reference to `_nm__MyBackendId'

MyBackendId isn't DLLIMPORT'ed.  I believe you can hack around this by
doing

extern DLLIMPORT BackendId MyBackendId;

in your own code.

            regards, tom lane

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

Предыдущее
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: problem with MyBackendId
Следующее
От: "Richard Luckhurst"
Дата:
Сообщение: Problem installing Postgresql 8 on Win 2000