Re: [Mesa3d-dev] [PATCH] building osmesa using IBM xlc for BlueGene/L

2007-09-21 Thread Alexander Neundorf
On Friday 21 September 2007 10:05, you wrote: > Alexander Neundorf wrote: > > Hi, > > > > On Thursday 20 September 2007 20:44, Brian Paul wrote: > >> Daniel Stone wrote: > >>> On Thu, Sep 20, 2007 at 02:56:59PM -0400, Alexander Neundorf wrote: > CXXFLAGS = -O3 -pedantic -D_POSIX_SOURCE -D_POSI

Re: [Mesa3d-dev] [PATCH] building osmesa using IBM xlc for BlueGene/L

2007-09-21 Thread Brian Paul
Alexander Neundorf wrote: > Hi, > > On Thursday 20 September 2007 20:44, Brian Paul wrote: >> Daniel Stone wrote: >>> On Thu, Sep 20, 2007 at 02:56:59PM -0400, Alexander Neundorf wrote: CXXFLAGS = -O3 -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURC >>>

Re: [Mesa3d-dev] [PATCH] building osmesa using IBM xlc for BlueGene/L

2007-09-21 Thread Alexander Neundorf
Hi, On Thursday 20 September 2007 20:44, Brian Paul wrote: > Daniel Stone wrote: > > On Thu, Sep 20, 2007 at 02:56:59PM -0400, Alexander Neundorf wrote: > >> CXXFLAGS = -O3 -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L > >> -D_SVID_SOURCE -D_BSD_SOURC > > > >

Re: [Mesa3d-dev] [PATCH] building osmesa using IBM xlc for BlueGene/L

2007-09-20 Thread Brian Paul
Daniel Stone wrote: > On Thu, Sep 20, 2007 at 02:56:59PM -0400, Alexander Neundorf wrote: >> CXXFLAGS = -O3 -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L >> -D_SVID_SOURCE -D_BSD_SOURC > > ^ > Oo

Re: [Mesa3d-dev] [PATCH] building osmesa using IBM xlc for BlueGene/L

2007-09-20 Thread Daniel Stone
On Thu, Sep 20, 2007 at 02:56:59PM -0400, Alexander Neundorf wrote: > CXXFLAGS = -O3 -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L > -D_SVID_SOURCE -D_BSD_SOURC ^ Oops. Cheers, Daniel signatur

Re: [Mesa3d-dev] [PATCH] building osmesa using IBM xlc for BlueGene/L

2007-09-20 Thread Brian Paul
Alexander Neundorf wrote: > Hi, > > with the attached patch and the new config file I built mesa 7.0.1 > successfully using the IBM xlc compiler for the IBM BlueGene supercomputer. > > It would be nice if you could apply this to git. Done. -Brian --