Re: [HACKERS] Cannot build latest snapshot under Mingw

2004-10-12 Thread Dann Corbit
> -Original Message- > From: Magnus Hagander [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 12, 2004 12:46 PM > To: Dann Corbit; [EMAIL PROTECTED] > Subject: SV: [HACKERS] Cannot build latest snapshot under Mingw > > > >dlltool --dllname postgres.exe --ou

Re: [HACKERS] Cannot build latest snapshot under Mingw

2004-10-12 Thread Magnus Hagander
>dlltool --dllname postgres.exe --output-exp postgres.exp --def >postgres.def >gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes >-Wmissing-declarations -L../../src/port -o postgres.exe >-Wl,--base-file,postgres.base postgres.exp access/SUBSYS.o >bootstrap/SUBSYS.o catalog/SUBSYS.o parser/S

[HACKERS] Cannot build latest snapshot under Mingw

2004-10-12 Thread Dann Corbit
dlltool --dllname postgres.exe --output-exp postgres.exp --def postgres.def gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -L../../src/port -o postgres.exe -Wl,--base-file,postgres.base postgres.exp access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.