You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't give you sufficient flags to link something with libperl. Since
5.004_02 the hints/bsdos.sh file has changed to adapt to the changes
between BSDI 3.1 and 4.0, but it is still not entirely right. The
solution is, when you compile perl, change the ccdlflags variable in
config.sh to:
(or something similar). Alternatively, you can run ./Configure and
answering the question Any special flags to pass to cc to use dynamic
loading? with the above line. It is not known what -rdynamic means
(it's not apparently documented in any man page), but that's what BSDI
guys did to compile perl5 which comes with BSDI 4.0 distribution.