Re: Compile source package ?
- From: user <user@xxxxxx>
- Date: Wed, 30 Nov 2005 15:44:26 -0500
Hi ..
I need that package, because the software that I'm installing (Oracle 10gR1) on Linux Itanium, needs that version or higher, if you are on RHAS Release 4..
Thanks for the suggestion..
Looks like I'll need gcc-gnat >= 3.1 or higher, and go from there..
Thanks
Enrique Perez-Terron wrote:
On Wed, 30 Nov 2005 02:25:33 +0100, user <user@xxxxxx> wrote:
Hi Gurus..
I need a package called gcc-3.4.3.22.1, but all I'm able to find, even on google, is a package called gcc-3.4.3.22.1.src.rpm
How do I go about creating the package that I need, gcc-3.4.3.22.1.rpm, from my source package ?
I'm on RHAS Release 4 (Nahant), and my kernel version is 2.6.9-5.ELsmp
Why on earth do you need exactly *that* version of gcc?
Since you have the src.rpm, do
rpm -i gcc*src.rpm rpmbuild -ba /usr/src/redhat/SPECS/gcc.spec
You will likely learn that you need to install something more to satisfy the build dependencies. Install that, and repeat. When through, look in /usr/src/redhat/RPMS/i386, you should find the package you want.
-Enrique
.
- Follow-Ups:
- Re: Compile source package ?
- From: Enrique Perez-Terron
- Re: Compile source package ?
- Prev by Date: Re: linux development
- Next by Date: ld giving me a linker error even though library exists
- Previous by thread: followup: ext3 10x slowdown on rhel4 writing large files
- Next by thread: Re: Compile source package ?
- Index(es):
Relevant Pages
|