All:  I use something like this for Inline testing:

# Use for debug, causes a re-compile each time, and sets -g for debugging
use Inline 'Info', 'Force', 'Noclean';
use Inline 'C' =>
         Config => INC      => '-I/ops/tools/include',
                   OPTIMIZE => '-g',
                   DIRECTORY => '/ops/tools/lib/Inline';

This should force a re-compile each time in the Inline directory you 
specify.  You could make sure that the specified directory is
erased and recreated before the test.

Regards,

   Doug


[EMAIL PROTECTED]
Software Engineer III
UCAR - COSMIC, Tel. (303) 497-2611

On Wed, 22 Oct 2008, Chris Marshall wrote:

> There is an Inline config option to set the directory
> used.  Maybe we could use that?  I don't know if
> that would be the same as a clean directory and config.
>
> --Chris
>
> Sisyphus wrote:
>>
>> ----- Original Message ----- From: "Sisyphus" <[EMAIL PROTECTED]>
>> To: "Chris Marshall" <[EMAIL PROTECTED]>; "perldl list"
>> <[email protected]>
>> Sent: Wednesday, October 22, 2008 5:50 PM
>> Subject: Re: [Perldl] PDL-2.4.3_01 breakage break down
>>
>>
>>>
>>> ----- Original Message ----- From: "Chris Marshall" <[EMAIL PROTECTED]>
>>> .
>>> .
>>>>>
>>>>> inlinepdlpp is the Gorilla problem.  All OSes tested with
>>>>> perls 5.8.x or 5.10.0 fail on this one!  Debugging help
>>>>> welcomed.  I have never seen an error with autoload or
>>>>> inlinepdlpp on cygwin.  I'll try a clean test tonight.
>>>>>
>>>
>>> I have one explanation - if the Inline directory (where Inline builds
>>> its
>>> stuff) already has a config file, then instead of writing a new
>>> config file,
>>> Inline just uses the existing one - and if that existing config file
>>> doesn't
>>> mention  Pdlpp (and it won't mention Pdlpp) then Inline stops with
>>> the error
>>> message we're seeing.
>>>
>>
>> I've just sent off a post about this to [EMAIL PROTECTED]
>> . I'll report back - once I find out what the go is.
>>
>> Cheers,
>> Rob
>>
>>
>
>
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
>

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to