[EMAIL PROTECTED] wrote:
>
> Am I missing something here? I've been using Inline on CYGWIN_NT-5.0 with gcc all
>along.
David,
I did not mean to disrespect the Cygwin users. Inline has worked on
Cygwin from day one. But as great as Cygwin is (I use it daily), it's a
Unix porting layer for Windows.
The build I did was a native Win32 build, sans M$ compiler and nmake. I
think this might be important to some cross section of programmers. I
think it would be 10 times more significant if I can get it to work with
ActivePerl/Win32.
Cheers, Brian
> On Wed, 23 May 2001, Brian Ingerson wrote:
>
> >
> > If you're stuck on Windows and would like to use Inline, but just don't
> > have the cash or pirating tendencies to get MS Visual C++, there is now
> > an alternative. I just finished compiling Perl on Win2K with Mingw32/gcc
> > and dmake in the cmd shell. And Inline-0.40-TRIAL6 worked without a
> > problem. This solution is completely free of extra money, and now that
> > I've figured it out it can be free of extra time for you.
--
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'