Compiling trigger function with MinGW

From: Anton Burkun <agb(at)ukr(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compiling trigger function with MinGW
Date: 2008-04-26 06:14:12
Message-ID: 4812C834.7010407@ukr.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello All.

Now I try to link dll with MinGW from Example in Postgres Help.
Linker show me this error:

D:\users\anthony\kursor\abzcrm\c\foo>gcc -shared foo.o -o foo.dll -L
"d:/files/local/PostgreSQL/8.3/lib" -l postgres
Cannot export ⌂postgres_NULL_THUNK_DATA: symbol not found
collect2: ld returned 1 exit status

What should I do?

--
Anton Burkun
+380 66 757 70 27

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2008-04-26 06:32:59 Re: we don't have a bugzilla
Previous Message Andrew Dunstan 2008-04-26 06:13:50 Re: we don't have a bugzilla