Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re[1]: Error while installing perl with thread support

by Intrepid (Deacon)
on Feb 02, 2010 at 11:16 UTC ( [id://820928]=note: print w/replies, xml ) Need Help??


in reply to Error while installing perl with thread support

Quick answer.

That's a C problem, that is, it is make reporting the failure of a C compiler component (the linker, prob. gcc ld) and that's a failure of the build to be set up properly (in other words, configured)

If we take a look at the linker command being echoed by make, we see cc -L/usr/local/lib -o miniperl [...] miniperlmain.o opmini.o

No -lpthreads in there.

Something has gone amiss with your configury of the build.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-24 16:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found