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.
>
> kid51
>

The problem is still there. Note that the problem isn't "can't find
GMP"[1], but that configure is ignoring the --ccflags argument.

$ perl Configure.pl --ccflags="-I/tmp -L/tmp" --verbose-step=auto::gmp
2>&1 | tee config.out

The probe for GMP is not using the command line ccflag option I specified.

Even better, I don't see these options in the

Compiling with:
xx.c

output during make, either.


[1]
So, I can link against GMP now, but only because someone made parrot
check in the directories that I was trying to tell it about in the
first place.

-- 
Will "Coke" Coleda

Reply via email to