Dear all, I have been trying to use Inline 0.43 on Alpha Tru64 OSF1 to combine perl code with the C code that I recently developed. Unfortunately my efforts have not been successful...
I have this shared library from which I want to access several functions. The problem is that the shared library crashes when I do a function call from my Perl Inline script. This problem does not occur when I access the shared library function from another C-program... The shared library crashes on normal system calls like malloc, sockets. threads... Now I was wondering? Are there any restrictions on the type of systemcalls that may be used by the shared library? Is this maybe a known bug? I hope that somebody has a clue what is going on here! If not... I probably have to switch to the use of SWIG or XS... :( which is something I really don't want! Best regards, Marco Kleefman The Netherlands
