Jump to content

Compiling and Glibc


Guest cerberus
 Share

Recommended Posts

Guest cerberus

Alright so I am trying to compile so programs but they won't compile due to problems with the compiler so I am trying to install the latest versions of glibc, gcc-c++, gcc, etc.

 

I need to install glibc-2.3.1-5 first (i have the rpm) so I go to install it using rpm -U glibc... it tells me that I need the glibc-common. So I dloaded that and try to install it. It tell me it conflicts with the version of glib I already have. What do I do??

Link to comment
Share on other sites

First of all update all your sources, in a term type su password ( root )

urpmi.update -a

then

urpmi glibc-common

urpmi glibc

urpmi will always update/install to the latest version

Be careful what version of gcc you install, you should (unlesss you know how to ) only install the gcc version your kernel was compiled with. to find that out, in a term type:

cat /proc/version

You will prob need some develope pckgs as well.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...