Re: Compiling under SunOs 4.1.3
Brought to you by:
jeffmurphy
From: Joel M. <jm...@ca...> - 1996-02-23 23:07:01
|
According to the ars programmers guide, if you don't compile with the sys v compiler, you need to link with libarcat.a. so just add -larcat to the $ARS_LIBS line in Makefile.PL. > I finally compiled ARSperl extension successfully on SunOs 4.1.3_U1. I have to > recompile perl5 to make it work. I think the previous version of perl5 I used > was bad. > > Then I tried to run the example script List_Entries.pl with the new perl5. I > got the following error as soon as I 'use ARS;' > > ld.so: Undefined symbol: _catopen > > Please help. > |