in reply to Re: Creating my own perl module from c++ code
in thread Creating my own perl module from c++ code
Well I have an update,
I noticed that the "make install" didn't put the TamarLog.pm in the correct place.
I put it in one of the @INC directories. and then I get a new and improved error:
"ld.so.1: perl: fatal: relocation error: file /usr/perl5/site_perl/5.8.4/sun4-solaris-64int/auto/TamarLog/TamarLog.so: symbol __1c2n6FI_pv_: referenced symbol not foun"
The thing is that this exact same process worked fine on a Win32 machine.