hello,
i'm trying to use some c functions via perl using inline. It seems that my script is well I get an
Finished Build Compile Stage
but after that perl is not able to locate my .al file for my function. Until now I can't locate by myself. But I don't see any errors or warnings - nothing. Can somebody help me out ?. I'm new to perl but not to C.
It's just that the inline function can't be found for some reason - so perl assumes the function must be loadable from an .al file - but can't find that file because it doesn't (and shouldn't) exist.
Post us a simple script that exhibits the problem and someone should be able to tell you why the inline function is not being found.
Cheers, Rob