Re: Make-Problem Postgres on Cygwin

Поиск
Список
Период
Сортировка
От Norman Vine
Тема Re: Make-Problem Postgres on Cygwin
Дата
Msg-id 049901c29251$a140f3f0$0100a8c0@sfdev3
обсуждение исходный текст
Ответ на Re: Make-Problem Postgres on Cygwin  (Jason Tishler <jason@tishler.net>)
Ответы Re: Make-Problem Postgres on Cygwin  (Jason Tishler <jason@tishler.net>)
Список pgsql-cygwin
Jason Tishler writes:
>
> On Fri, Nov 22, 2002 at 11:39:55AM -0500, Norman Vine wrote:
>>
> > I still am getting a couple of undefined references
> >
> > nmth000018.o(.idata$4+0x0): undefined reference to `__nm__cpu_index_tuple_cost'
>
> I believe that adding a DLLIMPORT to src/include/optimizer/cost.h:
>
>     extern DLLIMPORT double cpu_index_tuple_cost;
>
> should fix this one.

**BINGO **

With this change the DLL compiles and works !

What do we need todo to get this into the Postgres source ?

Many Thanks

Norman


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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Make-Problem Postgres on Cygwin
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Make-Problem Postgres on Cygwin