in reply to Re^3: With Inline::C, how to link to external library? (XS)
in thread With Inline::C, how to link to external library?

Yep, for the love of all things good... after all of my testing, I made the one mistake I rarely make; I made two changes at once instead of one at a time then testing.

Although hacking the .h file seemed to work, it was at that time I also changed from using END to DATA. After further testing and reverting the changed file, it works just dandy.

Thanks all for the feedback.