Compilation of C function on Windows

From: "Seung-won Hwang" <shwang5(at)students(dot)uiuc(dot)edu>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Compilation of C function on Windows
Date: 2001-10-07 00:39:12
Message-ID: 003a01c14ec8$7c4d7000$0100a8c0@bluebird
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi, does anyone have experience in compiling c function into *.so file?

That is, it's making that "unixtime.so" file that I'm stuck on at
the moment in below codelet.
CREATE FUNCTION unixtime()
RETURNS int4
AS '/opt/postgres/lib/unixtime.so'
LANGUAGE 'c' ;

Any comment would help me a lot. THanks!

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2001-10-07 07:26:26 Re: distance vector databases and country maps
Previous Message Russ McBride 2001-10-06 20:27:00 Mac OS X installation web page