OK.
What are you running this on. The code I gave you was run under Linux
RH7.3 + perl 5.6.1 + Inline 0.43.
you could also trygiving us some of the output from the _Inline
directory ( located from where you are running that script ).
CHeers.
On Tue, Aug 27, 2002 at 07:43:21PM +0100, Piers Harding wrote:
>
> Try it like this:
>
> use Inline C;
> greet();
> __END__
> __C__
> void greet() {
> printf("Hello, world\n");
> }
>
>
>
> Cheers.
>
> On Tue, Aug 27, 2002 at 11:12:53AM -0700, Yimeng Dou wrote:
> > I have this very simple inline C code, but somehow
> > it doesn't work.
> >
> > I receive "INIT failed--call queue aborted." when I run it.
> >
> > Here is the code, please help. Thanks!
> >
> > use Inline C;
> > __END__
> > __C__
> > void greet() {
> > printf("Hello, world\n");
> > }
> > greet;
> >
> >
> > -------------------------------------------------
> > Yimeng Dou
> > [EMAIL PROTECTED]
> > Department of Information and Computer Science
> > University of California, Irvine