On 22/10/02 01:46 -0700, James Michael DuPont wrote:
> The makefile says :
> PASTHRU = LIB="$(LIB)"\
>       LIBPERL_A="$(LIBPERL_A)"\
>       LINKTYPE="$(LINKTYPE)"\
>       PREFIX="$(PREFIX)"\
>       OPTIMIZE="$(OPTIMIZE)"
> 
> LIB="$(LIB)" is evaled to LIB="blah\blah\blah\" that kills make.
> I have change it to 
>       PASTHRU = LIB="$(LIB) "\

What makefile? I really don't understand the comments above. Could you give
me a little more context.

> 
> 
> Inline:
> All tests successful, 1 test skipped.
> Files=6, Tests=14,  4 wallclock secs ( 2.39 cusr +  0.93 csys =  3.32
> CPU)
> 
> Inline::C
> All tests successful.
> Files=6, Tests=12,  4 wallclock secs ( 2.51 cusr +  0.95 csys =  3.46
> CPU)
> 
> Brian, for the testing of inline::c++/java and such, what versions
> should I use? the CPAN ones?

Yes. Thanks for the help!

Cheers, Brian

Reply via email to