User forums > Help

RH EL Core 4

(1/3) > >>

KirkD:
Before I even start, any idea if installation on Red Hat Enterprise LINUX Core 4 has been attempted?  Has been successful?  Can utilize the Fedora Core 4/5 items??

-Kirk

Michael:
Hello,

If you can use FC4/5, I am not sure. RHEL 4 is based auf FC3. Anyway, you can give the C::B RPM package a try. The next release, RHEL 5 would be based on FC5, which should make possible to use C::B RPM package (AFAIK).

Anyway, you can try to compile the SVN sources by yourself. It is not that difficult :).

Best wishes,
Michael

TheTuxKeeper:
The package will work, if you have a RH/FC wxGTK 2.6 package installed. But there is no package for FC3, so I don't think that there is one for RHEL 4.

You will have to compile wxGTK too, if there is no wxGTK 2.6 package available. Try to use the src.rpm from FC4 (http://stentz.freshrpms.net/rpm.html?id=473) and compile it with

--- Code: ---rpmbuild --rebuild wxGTK-2.6.2-0.2.2.fc4.src.rpm
--- End code ---

Perhaps you will need to solve some dependencies.
I never tested this, so I can't say whether it really works (perhaps even solving the dependencies will fail because of different package names).

Good luck ;)
Daniel

KirkD:
OK, we're getting there.  I was able to get RC1 working - a step above my last attempt.  Now on to the SVNs.  I rebuilt GTK as suggested by daniel2000.  That worked without any problems, so I installed the new package (2.6.2) and so far everything seems to behave itself. 

The 08 May 2006 build of C::B, however, now complains about needing libstdc++.so.6:

libstdc++.so.6(GLIBCXX_3.4.4) is needed by codeblocks...
libstdc++.so.6(GLIBCXX_3.4.6) is needed by codeblocks...

Thing is, libstdc++.so.6 exists in /usr/lib as a link to libstdc++.so.6.0.3.  So, it exists, but the C::B installation can't find it??  I'm using gcc 3.4.5, in case that helps.

-Kirk

TheTuxKeeper:
Oh sorry, I forgot this :(

RHEL4 and FC3 use an older glibc. So you have to compile codeblocks yourself, too.

You can take two ways ;) :
1.) If you want to compile codeblocks and have an rpm as result take a look at Compiling Code::Blocks in RPM based distributions
2.) If not read Compiling Code::Blocks in Linux (applies to all distros)#Code::Blocks_installation


gcc 3.4.5 is good, so it should work :D

Navigation

[0] Message Index

[#] Next page

Go to full version