(Answer) (Category) Linux on PowerPC FAQ-O-Matic : (Category) Languages and Compilers :
How do I make a version of Perl that support dynamic module loading.
I downloaded the source for perl and tried to configure it for dynamic
module loading (using the dl_dld.xs file as suggested by the build) but
when I complile I get a missing header file.

Can anyone help me ?

Thanks,

gremlin@indigo.ie
gremlin@indigo.ie
In the Configure file, look for:
  
  linux) dflt='-rdynamic' ;;

and change it to 

  linux) dflt='-Wl,-E' ;; 

(that is capital W, little letter l as in larry wall) 
(found in the source rpm at linuxppc.org) 
mwest@nyx.net
[Append to This Answer]
Previous: (Answer) I'm building some package that needs xpm.
Next: (Answer) I have the compiler error : Comparison always 1 due to limited range of data type
This document is: http://www.jonh.net/cgi-bin/lppcfom/fom?file=149
[Search] [Appearance]
This is a Faq-O-Matic 2.717d.
Hosted by anduin.org and SourceForge Logo