Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Unable to compile perl

by Anonymous Monk
on Nov 20, 2015 at 19:05 UTC ( [id://1148256]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Unable to compile perl
in thread Unable to compile perl

which usually searches for (executable) commands based on $PATH.

The other related command is locate, which I have given up on due to it consulting stale data, skipping some paths, different implementations, poorly implemented wrapper around it (the worst). When I need to locate a file, I reach for find. locate can die already for all I care.

If gcc is in /use/bin, try searching in /usr/lib: find /usr/lib -name '*gcc_s* (feel free to adjust).

Replies are listed 'Best First'.
Re^4: Unable to compile perl
by Alessandro (Acolyte) on Nov 23, 2015 at 20:57 UTC
    gcc_s definitely is not on my machine, at least I can't find it. I really don't know what to do from here.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found