Problems adding C Extentions - Mailing list pgsql-cygwin

From DDonnelly@rochgrp.com
Subject Problems adding C Extentions
Date
Msg-id 904D0CA3F6F98441BB3D7703189859940DD68F@trgmsg.rochgrp.com
Whole thread Raw
List pgsql-cygwin
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

Dan Donnelly

pgsql-cygwin by date:

Previous
From: Dan Holmsand
Date:
Subject: Re: Initdb fails... Again!
Next
From: "Norman Vine"
Date:
Subject: Re: Problems adding C Extentions