LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-25-2003, 08:12 PM   #76
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60

Have you searched for the RPM package for that modem? It certainly would be easier to install. Perhaps some kind soul has built a package that will work on Redhat 9.0.

BTW, it's a good idea for a newbie to start with the next-to-last release of a distro because the bugs have been worked out and more packages are available. Newbies usually opt for the latest and hardest to get help on, it seems.

rpmfind
Easier software management: apt4rpm - Red Carpet

I really like the $14 external modem I use. I tossed my winmodem crap in the trash as soon as I discovered it was locking my computer up.
 
Old 05-25-2003, 08:22 PM   #77
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
I think i should just uninstall gcc 3 and install gcc 2.96. I'm almost there. What is the point of starting something else?? I might even get lost more. How do i unistall gcc 3 and how do i install gcc 2.96??
 
Old 05-25-2003, 08:30 PM   #78
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
what are you using to install and uninstall things?
redhat setup? kpackage
you can use kpackage and uninstall gcc 3.
gcc 2.9X is probably installed too, but the newer version
is being used andi can't remember how to make
gcc use the older version.
i think in kpackage it would be under
development,
languages.
it's all stuff on the redhat cdroms
 
Old 05-25-2003, 08:34 PM   #79
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
I'm using add/remove. Everything in the development packages are installed. Please reply back so i know what to uninstall and install. Hopefully i will get a modem before i go to bed tonight. Thanks.
 
Old 05-25-2003, 08:40 PM   #80
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
all you have to remove is whatever begins with
gcc-3.0 something. it's one package. i don't know for
sure whether or not the uninstaller will set gcc-2.XX
back up right.
but,
you can uninstall 3.XX and try to do the configure and
make. if it doesn't work. remove gcc-2.XX also, and
put it right back.
then go back to the pctel dir and try again.
 
Old 05-25-2003, 08:44 PM   #81
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Be forewarned: you may break other developmental packages as well The Redhat 9.0 release was built with the newer one.

Last edited by fancypiper; 05-25-2003 at 08:46 PM.
 
Old 05-25-2003, 08:58 PM   #82
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
I did not see any packages like that. What do you mean??
 
Old 05-25-2003, 09:12 PM   #83
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
these are the package names from redhat 7.2
the name should be very similar to the gcc3-3.0.1-3
one below here

gcc-2.96-98.i386.rpm gcc3-3.0.1-3.i386.rpm
gcc-c++-2.96-98.i386.rpm gcc3-c++-3.0.1-3.i386.rpm
gcc3-objc-3.0.1-3.i386.rpm
gcc-objc-2.96-98.i386.rpm
 
Old 05-25-2003, 09:15 PM   #84
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
man, Would it be easier if i just reinstall Redhat Linux?? I don't have a clue what you are talking about. I looked at the packages. There was nothing.
 
Old 05-25-2003, 09:20 PM   #85
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
The only thing i notice in the development package was something like 2.4.20.8. That was it. I did not see anything about gcc 3. I didn't even notice that was being a 2.4.20.8 until it started to install it and it told me.
 
Old 05-25-2003, 09:27 PM   #86
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
under kde, start the program called kpackage and
look under development, languages.

i can't remember, but under the add packages thing,
you might just be looking under the part that adds
packages, and it will not show what packages you
have installed, just the ones you don't have installed.
if you look under remove packages, it will show only
packages you have installed.

you can do that under kpackage or the add/remove
thing you are using.

you can also from the prompt as root
rpm -q gcc
then it will list all the gcc stuff installed
you can then
rpm -e gcc3whatever
 
Old 05-25-2003, 09:41 PM   #87
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
http://www.redhat.com/docs/manuals/l...hical-rpm.html

from the redhat site:

33.2. Removing Packages

To remove all the package installed within a package group, uncheck the checkbox beside it. To remove individual packages, click the Details button beside the package group and uncheck the individual packages.

When you are finished selecting packages to remove, click the Update button in the main window. The application computes the amount of disk space that will be freed as well as the software package dependencies. If other packages depend on the packages you selected to remove, they will be automatically added to the list of packages to be removed. Click the Show Details button to view the list of packages to be removed.
 
Old 05-25-2003, 09:56 PM   #88
dsantamassino
Member
 
Registered: May 2003
Location: Dallas, PA
Distribution: Windows XP and Redhat Linux 8
Posts: 283

Original Poster
Rep: Reputation: 30
ok as far as i know i understand that. What would you like me to remove? Do you want me to remove all packages? or individual packages?
 
Old 05-25-2003, 09:57 PM   #89
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Doh! weren't you trying to change compilers? You need to remove gcc

Last edited by fancypiper; 05-25-2003 at 10:00 PM.
 
Old 05-25-2003, 09:59 PM   #90
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Redhat 7.3 comes with the older compiler.
 
  


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
Modem Not responding in RedHat Linux 9.0 ukjairaj Linux - Hardware 6 07-04-2007 10:05 PM
conexant v.92 internal modem not detecting in redhat linux 9.0 supersac Linux - Newbie 9 11-30-2004 01:04 PM
redhat linux 8.0 modem problem!!!! linuxfan2 Linux - Software 7 05-10-2003 10:37 AM
Redhat Linux 8: Problem with Sound and Modem anjanmustafi Linux - Hardware 4 03-18-2003 02:07 PM
my modem is not detected in redhat linux 6.2 linux2cool Linux - Newbie 2 02-25-2001 02:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:54 AM.

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