"=?UTF-8?Q?Leonardo_M._Ram=c3=a9?=" writes:
> El 04/11/15 a las 00:05, Tom Lane escribió:
>> Why is it invoking g++ and not gcc?
> I don't know. I just installed MinGW, then ./configure, maybe there's an
> error in the configure script?.
I looked at the configure script carefully, and so far as
El 04/11/15 a las 06:00, Leonardo M. Ramé escribió:
El 04/11/15 a las 00:05, Tom Lane escribió:
"=?UTF-8?Q?Leonardo_M._Ram=c3=a9?=" writes:
Hi, I'm trying to build the client library of PostgreSql 9.3.x using
this version of MinGW's gcc:
Nevermind, deleted my MinGW instalation, then instal
El 04/11/15 a las 00:05, Tom Lane escribió:
"=?UTF-8?Q?Leonardo_M._Ram=c3=a9?=" writes:
Hi, I'm trying to build the client library of PostgreSql 9.3.x using
this version of MinGW's gcc:
...
g++ -DFRONTEND -I../../src/include -I./src/include/port/win32
-DEXEC_BACKEND "-I../../src/include/port
"=?UTF-8?Q?Leonardo_M._Ram=c3=a9?=" writes:
> Hi, I'm trying to build the client library of PostgreSql 9.3.x using
> this version of MinGW's gcc:
> ...
> g++ -DFRONTEND -I../../src/include -I./src/include/port/win32
> -DEXEC_BACKEND "-I../../src/include/port/win32" -DBUILDING_DLL -c -o
> rel
Hi, I'm trying to build the client library of PostgreSql 9.3.x using
this version of MinGW's gcc:
gcc.exe (i686-posix-dwarf-rev0, Built by MinGW-W64 project) 5.2.0
I did a ./configure --without-zlib
then make (mingw32-make.exe), and got this:
$ /e/MinGW/mingw32/bin/mingw32-make.exe
E:/MinGW/m