LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-31-2003, 08:51 AM   #1
eye
Member
 
Registered: May 2003
Distribution: fedora 1
Posts: 137

Rep: Reputation: 15
how do install gcc-3.3.tar.gz??


redhatlinux9.0 used...
download gcc-3.3.tar.gz in gcc.gnu.org web site
how do install gcc-3.3.tar.gz??
 
Old 05-31-2003, 08:58 AM   #2
iceman47
Senior Member
 
Registered: Oct 2002
Location: Belgium
Distribution: Debian, Free/OpenBSD
Posts: 1,123

Rep: Reputation: 47
If you really want to compile that, goto the LFS site for more explenation, or simply find yourself an rpm on rpmfind.net
 
Old 05-31-2003, 09:30 AM   #3
eye
Member
 
Registered: May 2003
Distribution: fedora 1
Posts: 137

Original Poster
Rep: Reputation: 15
when install rpm file..
gcc word include rpm files writed.
gcc-3.2.2-5.i386.rpm, gcc-c++-3.2.2-5.i386.rpm, gcc-g77-3.2.2-5.i386.rpm, gcc-gnat-3.2.2-5.i386.rpm, gcc-objc-3.2.2-5.i386.rpm
the above all rpm file to install right??
 
Old 05-31-2003, 10:41 AM   #4
iceman47
Senior Member
 
Registered: Oct 2002
Location: Belgium
Distribution: Debian, Free/OpenBSD
Posts: 1,123

Rep: Reputation: 47
that looks good to me
 
Old 05-31-2003, 10:55 AM   #5
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
but, it's fun compiling a compiler, and if you put it
somewhere other than /usr, like just taking the default
of /usr/local, you can use either one. gcc comes with
java too.
 
Old 06-17-2003, 08:09 PM   #6
ixion
Member
 
Registered: Dec 2002
Location: USA
Distribution: SuSE, CentOS, Gentoo
Posts: 166

Rep: Reputation: 30
I'm having trouble installing gcc on a Suse system myself. Suse is what my employer likes to use (unfortunately for me), so I am totally lost. I'm used to Gentoo and compiling everything from source. This Suse install doesn't even have GCC installed! If I do try to install the GCC rpm, I get this:

# rpm -ivh gcc-3.2-7.i386.rpm
error: failed dependencies:
cpp = 3.2-7 is needed by gcc-3.2-7
binutils >= 2.12.90.0.7-1 is needed by gcc-3.2-7
glibc-devel >= 2.2.90-12 is needed by gcc-3.2-7
libgcc >= 3.2-7 is needed by gcc-3.2-7
/sbin/install-info is needed by gcc-3.2-7
rpmlib(PartialHardlinkSets) <= 4.0.4-1 is needed by gcc-3.2-7
 
Old 06-18-2003, 05:36 AM   #7
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
it looks like none of the development stuff is installed.
try yast or yast2 instead for installing packages or
kpackage, and maybe it'll install all the other stuff you need.
 
Old 06-18-2003, 06:10 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by whansard
gcc comes withjava too.
Really? Cool! So if one downloads the java binaries, can they simply copy gcc from the bin directory in java to /usr/bin and use that 'as-is'?

Cool
 
Old 06-18-2003, 06:19 AM   #9
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
i'm sorry master C, i can't really remember now.
i would swear i remember compiling gcc and it compiling
java. well, not really swear, but i could cuss about it, if
you needed me too.

this is the libjava directory in the gcc source.

/1/download/gcc-3.2.2/libjava# d
total 1838
2 . 4 config.cache 172 libtool
2 .. 12 config.log 4 libtool-version
20 COPYING 228 configure 4 mauve-libgcj
96 ChangeLog 8 configure.host 8 name-finder.cc
244 ChangeLog-1999 32 configure.in 4 no-threads.cc
336 ChangeLog-2001 44 defineclass.cc 4 nogc.cc
4 HACKING 1 doc 1 org
4 LIBGCJ_LICENSE 12 exception.cc 12 posix-threads.cc
76 Makefile.am 1 gcj 4 posix.cc
144 Makefile.in 4 gij.cc 28 prims.cc
4 NEWS 1 gnu 32 resolve.cc
4 README 1 include 1 scripts
4 THANKS 48 interpret.cc 1 sysdep
4 acconfig.h 1 java 1 testsuite
12 acinclude.m4 1 javax 80 verify.cc
16 aclocal.m4 68 jni.cc 8 win32-threads.cc
4 addr2name.awk 4 libgcj-test.spec.in 8 win32.cc
16 boehm.cc 4 libgcj.spec.in
4 confdefs.h 1 libltdl
/1/download/gcc-3.2.2/libjava#
 
Old 06-18-2003, 06:28 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
That's cool, it will give me something to check out later on.

Thanks!

Cool
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to install .tar.gz and .tar.bz and .src.rpms gadekishore Linux - Software 3 08-06-2010 05:02 PM
how to install .tar.bz and src.rpms and tar.gz files gadekishore Linux - Software 1 10-12-2005 08:09 PM
unpackaging tar, gz, rpm??? & gcc honu Linux - Newbie 6 08-05-2004 02:17 PM
Unable to install GCC from tar NRHBasher Red Hat 2 03-11-2004 08:28 PM
gcc-3.2.3.tar.gz sid_pickering Linux - General 7 06-20-2003 07:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration