I might be posting this to the wrong group, but any help would be appreciated. This is my problem, I am trying to use h2xs to create a extension for perl using an api provided by a 3rd party vendor. I have the .h,.so,.o files for their c libraries. I cannot figure out how to build the extension. I have not programmed in c for years and have forgotten all the secrets of it. I have gotten h2xs to run, but the function prototypes are not listed in the .xs file, but I am using the -x option which I think is supposed to do the trick. I have gotten make and make install to run, but when I try to test the module I am getting all kinds of errors about undefined symbols and such.
Does anyone have any suggestions? Thanks, Blayne