|
Posted by Ilya Zakharevich on May 5, 2008, 8:31 pm
Please log in for more thread options
[A complimentary Cc of this posting was sent to
Rajan S
> Hello "XS Gurus":
> I am trying to develop a perl extension using XS that would execute a DB2's
> '.sqc' generated c executable.( equivalent of Oracle's pro*c generated
> executable). The 'C' executable executes fine by itself. I am having a hard
> time getting the perl module work.
> I added in the '.xs' file the Xsubb for the function that is declared in the
> 'C' program.
> In the Makefile.PL, I added the object files generated from the 'C' program
> and also the path where the object file can be fouind.
> Still, the make process does not succeed in building the 'C' function into
> the Perl module.
> Could anyone show pointers as to what i am missing
A way to ask meaningful (meaning sufficiently complete) questions?
Hope this helps,
Ilya
|