Subject: Re: Shared-lib update for netbsd/pmax 1.3.2 on ftp.netbsd.org
To: Philip Tait <pjt@phxase.allied.com>
From: Michael L. Hitch <mhitch@lightning.oscs.montana.edu>
List: port-pmax
Date: 10/06/1998 13:19:45
On Oct 6, 11:54am, Philip Tait wrote:
> Michael L. Hitch wrote:
>
> > I was able to build a dynamic loading version of perl. I'll try to dig
> > out my changes.
>
> That would be greatly appreciated! Even if you can't find your changes, some hints as
> to the correct compiler options would be most helpful.
OK, here's what I used:
alpha|powerpc)
d_dlopen=$undef
;;
# this doesn't work (yet).
# alpha)
# d_dlopen=$define
# d_dlerror=$define
# cccdlflags="-DPIC -fPIC $cccdlflags"
# lddlflags="-shared $lddlflags"
# ;;
pmax)
d_dlopen=$define
d_dlerror=$define
cccdlflags="-DPIC -fPIC $cccdlflags"
ccdlflags="-Wl,--export-dynamic"
lddlflags="-shared $lddlflags"
;;
*)
Micahel
--
Michael L. Hitch mhitch@montana.edu
Computer Consultant
Information Technology Center
Montana State University Bozeman, MT USA