Re: Problems adding C Extentions

Поиск
Список
Период
Сортировка
От Oliver Vecernik
Тема Re: Problems adding C Extentions
Дата
Msg-id 3E376D56.4070506@aon.at
обсуждение исходный текст
Ответ на Problems adding C Extentions  (DDonnelly@rochgrp.com)
Список pgsql-cygwin
DDonnelly@rochgrp.com schrieb:

>I am moving a Postgres application from Linux to Cygwin.  The application
>has some Postgres extensions built in C.  I get a clean compile and load,
>but when I go to load the functions into Postgres I get a load error.  I
>would appreciate any guidance.  Here is the code and error message:
>
>create function RealPct(int4, int4) returns float8
>        as '/home/ddonn/stc/model/stcdemo/STCModel.so' language 'c'
>with(isStrict);
>ERROR:  Load of file /home/ddonn/stc/model/stcdemo/STCModel.so failed:
>dlopen: Win32 error 3221225622
>
Doesn't windows need *.dll files instead of *.so?

Oliver

--
VECERNIK Datenerfassungssysteme
A-2560 Hernstein, Hofkogelgasse 17
Tel.: +43 2633 47530, Fax: DW 50
http://members.aon.at/vecernik




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

Предыдущее
От: "Norman Vine"
Дата:
Сообщение: Re: Problems adding C Extentions
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Plperl, createlang fails