On Sun, 17 Mar 2002, Medi Montaseri wrote:
> I then copy this .so and one msi.h to my MSI directory.
> My MSI.xs looks like this
[cut]
> My Makefile.PL is just what h2xs(1) produced.
You need to add an entry to your writemakefile 'LIBS' entry, like so:
WriteMakefile(
NAME
Hi,
I am having a linking problem while attempting to test my XS.
Your help is appreciated.
I am experiementing with an RPC procedure. I have written a C version
of my client and server (which is pretty basic, an echo server) and am
using the protocol compiler rpcgen(1).
I am now trying to writ