Sam Ruby via RT wrote:
> Andrew Dougherty wrote:
>
>>The offending line in config/gen/makefiles/dynclasses_pl.in
>>is probably this one:
>>
>>$LD $CFLAGS $LDFLAGS $LD_LOAD_FLAGS $LIBPARROT
>>
>>That CFLAGS doesn't belong there. CFLAGS are intended to be sent to $CC,
>>not to $LD. The command
>
> The offending line in config/gen/makefiles/dynclasses_pl.in
> is probably this one:
>
> $LD $CFLAGS $LDFLAGS $LD_LOAD_FLAGS $LIBPARROT
>
> That CFLAGS doesn't belong there. CFLAGS are intended to be sent to $CC,
> not to $LD. The command being called here is $LD, which is defined in
> c
Andrew Dougherty wrote:
The offending line in config/gen/makefiles/dynclasses_pl.in
is probably this one:
$LD $CFLAGS $LDFLAGS $LD_LOAD_FLAGS $LIBPARROT
That CFLAGS doesn't belong there. CFLAGS are intended to be sent to $CC,
not to $LD. The command being called here is $LD, which is defined i
On Sun, 5 Dec 2004, Jarkko Hietaniemi wrote:
> I am pretty certain that parrot was building fine in Tru64 back in
> 2004/11/07 15:12:42 when I submitted a patch (directly to CVS)
> for jit/alpha/jit_emit.h to get alpha JITing to compile at all.
>
> Since then something has broken building parrot i