Results 1 to 3 of 3
I'm trying to get GCC 4.5.2 to work on Slackware 13.37. I have been trying to figure out what I can do and I have not found a solution. From ...
- 12-12-2011 #1Just Joined!
- Join Date
- Dec 2011
- Location
- Northfield, VT
- Posts
- 3
LibMPC.so.2 Location?
I'm trying to get GCC 4.5.2 to work on Slackware 13.37. I have been trying to figure out what I can do and I have not found a solution. From what I have read, I have deduced that I need to fix the ld_library_path to point cc1 to where libmpc.so.2 is, but I do not know where to find it.
Does any one know where I can find it?
Thanks
-Jeremy
- 12-12-2011 #2
Typically, it should be in /usr/bin.
Just to be sure, though:Come to think of it, that version of gcc should already be installed in Slack 13.37.Code:locate libmpc.so.2
When doing the install, did you make sure to include the development packages?
If not, how are you going about installing gcc now? There is a SlackBuild available for version 4.5.3.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-13-2011 #3Just Joined!
- Join Date
- Dec 2011
- Location
- Northfield, VT
- Posts
- 3
There it is! Thank you


Reply With Quote