Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
it gives me a message:'nmake' is not recognized as an internal or external command.#!/usr/bin/perl -w use Inline C; use strict; hello_inline(); __END__ __C__ #include <stdio.h> void hello_inline( ) { printf( "Hello World. Best Regards from Inline\n" ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inline C preliminaries
by Anonymous Monk on Jul 07, 2009 at 08:17 UTC | |
by Anonymous Monk on Jul 07, 2009 at 09:23 UTC | |
|
Re: Inline C preliminaries
by missingthepoint (Friar) on Jul 07, 2009 at 08:28 UTC |