[perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-19 Thread James Keenan via RT
On Wed Jun 18 06:55:49 2008, packy wrote: With my patch for DEPLOYMENT_TARGET in place, running 'make realclean; perl Configure.pl; make' yields the same warning messages, but the build doesn't stop immediately afterward, probably because it's no longer running a parallel make and

[perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-18 Thread Will Coleda via RT
On Tue Jun 17 17:12:30 2008, japhb wrote: On Tue, 2008-06-17 at 11:27 -0700, Packy Anderson wrote: Here's the command I'm using to configure and make $ make realclean; CC=gcc-4.0 CX=g++-4.0 perl Configure.pl -- cc=$CC --cxx=$CX --link=$CX --ld=$CX --optimize; make -j 2 That's a pretty

Re: [perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-18 Thread Packy Anderson
On Tue Jun 17 17:12:30 2008, japhb wrote: * Does it still fail if you don't override the compiler and linker? * Does it still fail if you don't run a parallel make? * Does it still fail if you don't configure with --optimize? * Does it still fail for just 'make realclean; perl Configure.pl;

[perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-18 Thread Will Coleda via RT
On Tue Jun 17 17:12:30 2008, japhb wrote: On Tue, 2008-06-17 at 11:27 -0700, Packy Anderson wrote: Here's the command I'm using to configure and make $ make realclean; CC=gcc-4.0 CX=g++-4.0 perl Configure.pl -- cc=$CC --cxx=$CX --link=$CX --ld=$CX --optimize; make -j 2 That's a pretty

[perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-17 Thread via RT
# New Ticket Created by Packy Anderson # Please include the string: [perl #55950] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55950 On Jun 17, 2008, at 11:36 AM, Geoffrey Broadwell wrote: On Mon, 2008-06-16 at

Re: [perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-17 Thread Geoffrey Broadwell
On Tue, 2008-06-17 at 11:27 -0700, Packy Anderson wrote: Here's the command I'm using to configure and make $ make realclean; CC=gcc-4.0 CX=g++-4.0 perl Configure.pl -- cc=$CC --cxx=$CX --link=$CX --ld=$CX --optimize; make -j 2 That's a pretty advanced build method. OK, let's sanity check: