From: | "Dann Corbit" <DCorbit(at)connx(dot)com> |
---|---|
To: | "Magnus Hagander" <mha(at)sollentuna(dot)net>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Cannot build latest snapshot under Mingw |
Date: | 2004-10-12 19:50:38 |
Message-ID: | D425483C2C5C9F49B5B7A41F8944154705554E@postal.corporate.connx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> -----Original Message-----
> From: Magnus Hagander [mailto:mha(at)sollentuna(dot)net]
> Sent: Tuesday, October 12, 2004 12:46 PM
> To: Dann Corbit; pgsql-hackers(at)postgresql(dot)org
> Subject: SV: [HACKERS] Cannot build latest snapshot under Mingw
>
>
> >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.o commands/SUBSYS.o
> >executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o
> >nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o
> >regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o
> >utils/SUBSYS.o ../../src/timezone/SUBSYS.o win32ver.o
> -lpgport_srv -lz
> >-lwsock32 -lcrypt -lm -lws2_32
> >access/SUBSYS.o(.text+0x24ba4):xact.c: undefined reference to
> >`MemoryContextIsEmpty'
> >access/SUBSYS.o(.text+0x24be9):xact.c: undefined reference to
> >`XactLockTableDelete'
> >collect2: ld returned 1 exit status
> >make[2]: *** [postgres] Error 1
> >make[2]: Leaving directory `/u/postgresql-snapshot/src/backend'
> >make[1]: *** [all] Error 2
> >make[1]: Leaving directory `/u/postgresql-snapshot/src'
> >make: *** [all] Error 2
>
> FYI, I'm not seeing this on cvs tip. Compiles fine on win32.
> Could be it pulled the snapshot between two parts of a commit?
Certainly, anything is possible. Should have tried Beta 3 instead, I
imagine.
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2004-10-12 19:53:35 | Re: Required permissions for data directory |
Previous Message | Magnus Hagander | 2004-10-12 19:46:18 | Re: Cannot build latest snapshot under Mingw |