On Sat, 9 Aug 2008, James Keenan via RT wrote:
> I think that many of the things you say are interesting, but they are
> part of a much broader discussion.
> In a conversation I had with particle and chromatic at YAPC, particle
> indicated that we would be revisiting the design of our configurati
Merged into trunk in r41508. A Smolder report of tests done just before
the merge is viewable at
http://smolder.plusthree.com/app/public_projects/report_details/3830.
The coding standards test failures were addressed before the merge.
I'll allow a couple days for road testing, then resolve the t
On Mon Aug 11 07:26:33 2008, coke wrote:
>
> With this patch, the probe now reports using the ccflags I passed in on
> the command line, thanks.
Thanks. I'll do the merging this evening.
kid51
On Sat Aug 09 07:02:16 2008, [EMAIL PROTECTED] wrote:
> Last weekend tetragon and I had considerable discussion on #parrot about
> this problem. My diagnosis was that we should not be handling
> command-line options at all in 'hints' files; they should be handled in
> inter::progs.
>
> The patch
I think that many of the things you say are interesting, but they are
part of a much broader discussion.
In a conversation I had with particle and chromatic at YAPC, particle
indicated that we would be revisiting the design of our configuration at
a point before 1.0. So what I'm doing now is larg
On Sat, 9 Aug 2008, James Keenan via RT wrote:
> Last weekend tetragon and I had considerable discussion on #parrot about
> this problem. My diagnosis was that we should not be handling
> command-line options at all in 'hints' files; they should be handled in
> inter::progs.
I didn't see any of
Last weekend tetragon and I had considerable discussion on #parrot about
this problem. My diagnosis was that we should not be handling
command-line options at all in 'hints' files; they should be handled in
inter::progs.
The patch attached removes options handling from
config/init/hints/darwin.pm
On Fri, 1 Aug 2008, James Keenan via RT wrote:
> On Fri Aug 01 07:31:55 2008, doughera wrote:
>
> >
> > Right. The problem is still exactly the same -- the hints file is still
> > unconditionally overwriting ccflags. Since that hasn't changed, the
> > problem is still there.
> >
>
> Okay.
On Fri Aug 01 07:31:55 2008, doughera wrote:
>
> Right. The problem is still exactly the same -- the hints file is still
> unconditionally overwriting ccflags. Since that hasn't changed, the
> problem is still there.
>
Okay. When I was writing tests for the config step classes, I never
wen
On Fri, 1 Aug 2008, Will Coleda wrote:
> On Thu, Jul 31, 2008 at 7:44 PM, James Keenan via RT
> <[EMAIL PROTECTED]> wrote:
> > Are you still experiencing these problems?
> The problem is still there. Note that the problem isn't "can't find
> GMP"[1], but that configure is ignoring the --ccflags
On Thu, Jul 31, 2008 at 7:44 PM, James Keenan via RT
<[EMAIL PROTECTED]> wrote:
> On Wed Feb 14 09:09:14 2007, coke wrote:
>> Trying to build with GMP support on OSX intel. I have libgmp in
>> /opt/local/bin/
>>
>
> coke:
>
> Are you still experiencing these problems?
>
> Thank you very much.
>
> k
On Wed Feb 14 09:09:14 2007, coke wrote:
> Trying to build with GMP support on OSX intel. I have libgmp in
> /opt/local/bin/
>
coke:
Are you still experiencing these problems?
Thank you very much.
kid51
Coke: We've done some work on config/auto/gmp.pm since this thread was
last active. Has it improved the situation for you at all?
Thank you very much.
kid51
On Thu Jan 24 10:31:46 2008, coke wrote:
>
> I think this helps verify my original claim, but how to address it?
>
What would happen if in config/auto/gmp.pm we had some code similar to
that found in config/auto/readline.pm?
sub _init {
my $self = shift;
my %data;
$data{descriptio
On Thu Jan 24 17:43:06 2008, doughera wrote:
>
> This sounds like a problem in the hints file. I don't know what platform
> this is, but I'd look in the hints file to see if it unconditionally
> sets ccflags and ldflags without checking the command line options.
>
It's Darwin, whose hints file
> On Thu Jan 24 10:31:46 2008, coke wrote:
>
> >
> > Here's my current Config script:
> >
> > CCACHE="ccache "
> > CC="${CCACHE}gcc-4.0"
> > CX="${CCACHE}g++-4.0"
> > perl Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" --ld="$CX"
> > --ccflags="-L/opt/local/lib -I/opt/local/include"
> > --ldf
On Jan 23, 2008 11:15 PM, James Keenan via RT
<[EMAIL PROTECTED]> wrote:
> On Wed Feb 14 09:09:14 2007, coke wrote:
> > Trying to build with GMP support on OSX intel. I have libgmp in
> > /opt/local/bin/
> >
> > if I run:
> >
> > CC="ccache gcc-4.0"
> > CX="ccache g++-4.0"
> > perl Configure.pl --c
On Wed Feb 14 09:09:14 2007, coke wrote:
> Trying to build with GMP support on OSX intel. I have libgmp in
> /opt/local/bin/
>
> if I run:
>
> CC="ccache gcc-4.0"
> CX="ccache g++-4.0"
> perl Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" --ld="$CX"
> --ccflags="-L/opt/local/lib -I/opt/local/i
On Fri Jan 11 13:46:02 2008, [EMAIL PROTECTED] wrote:
> On Wed Feb 14 16:38:10 2007, coke wrote:
> > Turns out the bug isn't quite what I described. You need to use --
> > linkflags to specify for the linker: when doing this, the library is
> > correctly found in a full run of Configure.pl
> >
On Wed Feb 14 16:38:10 2007, coke wrote:
> Turns out the bug isn't quite what I described. You need to use --
> linkflags to specify for the linker: when doing this, the library is
> correctly found in a full run of Configure.pl
>
> For some reason, specifying ccflags/ldflags is enough when run
Turns out the bug isn't quite what I described. You need to use --
linkflags to specify for the linker: when doing this, the library is
correctly found in a full run of Configure.pl
For some reason, specifying ccflags/ldflags is enough when running
the single step.
Regards.
On Feb 14, 200
# New Ticket Created by Will Coleda
# Please include the string: [perl #41508]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41508 >
Trying to build with GMP support on OSX intel. I have libgmp in
/opt/local/bin/
if I r
22 matches
Mail list logo