Displaying 2 results from an estimated 2 matches for "pgxs".
Did you mean:
pgds
2011 Sep 15
1
Using unix paths in console mode wine apps
...to cross compile PostgreSQL and some third party modules
on my Fedora 15 system to 64-bit Windows. PostgreSQL uses its
"pg_config" for 3rd party code to tell the include dir, compile flags, etc:
[zozo at localhost postgis-1.5.3]$ /usr/x86_64-w64-mingw32/sys-root/mingw/bin/pg_config.exe
--pgxs
Z:/usr/X86_~FWL/sys-root/mingw/lib/POST~SMW/pgxs/src/MAKE~WLE/pgxs.mk
This path doesn't exist as is but "winepath --unix" can convert it to a more useful one.
Is there an environment variable or a winecfg setting so applications always
use the unix path?
Best regards,
Zolt?n B?sz?r...
2006 Apr 07
1
Compiling PL/R against R.dll in Win32/MinGW
...s -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
-I. -Ic:/Progra~1/R/R-2.3.0alpha/include
-Ic:/Progra~1/R/R-2.3.0alpha/include -I. -Ic:/MinGW/include/server
-Ic:/MinGW/incl
ude/internal -I./src/include/port/win32 -DEXEC_BACKEND
"-IC:/msys/pgsql/lib/pgxs/src/MAKEFI~1/../../src/include/port/win32"
-Ic:/MinGW/include/server/port/win32 -Ic:/msys/src/pgsql/src/include
-Ic:/msys/src/pgsql/src/include/port/win32 -DPKGLIBDIR=\
"c:/MinGW/lib\" -DDLSUFFIX=\".dll\" -c -o pg_rsupport.o pg_rsupport.c
dlltool --export-all --output-def...