From: | pasman pasmański <pasman(dot)p(at)gmail(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Problem with odbc_fdw |
Date: | 2011-10-17 06:36:26 |
Message-ID: | CAOWY8=bD9eDJwA+VO+tzO7PTV0_jiVYeSwayUCvuYaHSrSnSmw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi.
I can't compile odbc_fdw module:
make: Entering directory `/e/pg91/postgres/contrib/odbc_fdw'
dllwrap -o odbc_fdw.dll --dllname odbc_fdw.dll --def libodbc_fdwdll.def odbc_fd
w.o -L../../src/port -Wl,--allow-multiple-definition -Wl,--as-needed -lodbc -
L../../src/backend -lpostgres
c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lodbc
collect2: ld returned 1 exit status
C:\MinGW\bin\dllwrap.exe: C:\MinGW\bin\gcc exited with status 1
make: *** [odbc_fdw.dll] Error 1
make: Leaving directory `/e/pg91/postgres/contrib/odbc_fdw'
Platform: WinXp sp3 + mingw32
How to solve it ?
------------
pasman
From | Date | Subject | |
---|---|---|---|
Next Message | Szymon Guz | 2011-10-17 07:15:48 | Re: index bloat question |
Previous Message | Rob Sargent | 2011-10-17 03:38:55 | Re: index bloat question |