Return to BSD News archive
Newsgroups: comp.lang.perl.misc,comp.unix.bsd.bsdi.misc Subject: Re: perl5.003_93/BSDI 3.0 with dynamic loading Message-ID: <x7vi44sywl.fsf@kci.kciLink.com> From: Vivek Khera <khera@kciLink.com> Date: 27 May 1997 11:44:10 -0400 Followup-To: comp.lang.perl.misc References: <5maabc$n4t@cais2.cais.com> Organization: Khera Communications, Inc., Rockville, MD NNTP-Posting-Host: 204.117.82.1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Newsreader: Gnus v5.4.37/XEmacs 19.15 Lines: 10 Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.netspace.net.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.erols.net!news.maxwell.syr.edu!news.he.net!gridnntp1!summer.Opus1.COM!opus1.com!sen.ca.gov!in1.nntp.cais.net!news2.cais.com!news Xref: euryale.cc.adfa.oz.au comp.lang.perl.misc:74359 comp.unix.bsd.bsdi.misc:6925 >>>>> "WEH" == William E Hatch <hatch@cais2.cais.com> writes: WEH> Has anyone compiled the above perl with dynamic loading on BSDI/386 3.0 WEH> I have tried it using shlicc2 (shlicc will not compile the perl source Build Perl 5.004, which contains the proper BSD/OS 3.0 hints. You are not building a shared library to link against other programs so you don't need to run mkshlib at all; you are building object files which will be linked dynamically to your perl. Be sure not to "strip" the perl binary when installed.