Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: perl-5.18.0 install problem - Part 2

by Anonymous Monk
on Jul 01, 2013 at 16:58 UTC ( [id://1041888]=note: print w/replies, xml ) Need Help??


in reply to perl-5.18.0 install problem - Part 2

What kind of compiler are you using?

I kinda recall seeing some mention of "gcc ought to work" in that other thread :)

  • Comment on Re: perl-5.18.0 install problem - Part 2

Replies are listed 'Best First'.
Re^2: perl-5.18.0 install problem - Part 2
by laszlot (Novice) on Jul 01, 2013 at 17:23 UTC

    c89 (on nonstop)

      I think the issue is with one of the linker options, but I could not find where it is configured. Specifically the:

      -unres_symbols error

      should be replaced with:

      -unres_symbols ignore

        Well, you're looking in the right direction, but none of those symbols should be unresolved -- Perl_sv_bless is bless and so on

        I know win32 needs this (apparently no symbols are exported by default) and linux doesn't (apparently everything is exported by default)

        So you should check that your Makefile-s are calling makedef.pl and that there exists a embed.fnc that objdump -p perl518.so lists Perl_sv_bless

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1041888]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-24 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found