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
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
>
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;
mak
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
>
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 s
# New Ticket Created by Packy Anderson
# Please include the string: [perl #55950]
# in the subject line of all future correspondence about this issue.
# 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 23:17