Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27th July 2009, 03:08 AM
zootboy Offline
Registered User
 
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8
Question 64 bit gcc devel package missing

I have been attempting to compile lmms on my 64 bit install of fedora 11, and have determined that I need the gcc-devel package. I cannot find it in any of the repositories. Where is it?
__________________
Linux FTW!
---
http://www.zootboy.com
Reply With Quote
  #2  
Old 27th July 2009, 03:12 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
There is no "gcc-devel" package - however, there is gcc.x86_64 and all associated GCC compiler packages (e.g.: gcc-c++, gcc-gfortran, libgcc, & etc.), all in both 32-bit and 64-bit flavors.

V

P.S. If you're going to be compiling stuff, mught as well grab all the usual tools:
yum groupinstall "Development Tools" "Development Libraries"

should install the x86_64 suites of those groups.

Last edited by Hlingler; 27th July 2009 at 03:21 AM.
Reply With Quote
  #3  
Old 27th July 2009, 07:01 PM
zootboy Offline
Registered User
 
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8
I ran the group install yum command, but cmake is still saying that gcc-multilib and g++-multilib are missing. Here's what cmake gives me:

Code:
* VST-instrument hoster       : not found, please install (lib)wine-dev (or similiar) - 64 bit systems additionally need gcc-multilib and g++-multilib
* VST-effect hoster           : not found, please install (lib)wine-dev (or similiar) - 64 bit systems additionally need gcc-multilib and g++-multilib
And here's what's installed:
Code:
[root@cyborg sean]# yum list installed *gcc* *wine*
Loaded plugins: refresh-packagekit
Installed Packages
gcc.x86_64                             4.4.0-4                         @fedora  
gcc-c++.x86_64                         4.4.0-4                         @fedora  
gcc-gfortran.x86_64                    4.4.0-4                         @fedora  
libgcc.i586                            4.4.0-4                         @fedora  
libgcc.x86_64                          4.4.0-4                         installed
wine.i586                              1.1.23-1.fc11                   @updates 
wine-capi.i586                         1.1.23-1.fc11                   @updates 
wine-cms.i586                          1.1.23-1.fc11                   @updates 
wine-core.i586                         1.1.23-1.fc11                   @updates 
wine-desktop.i586                      1.1.23-1.fc11                   @updates 
wine-devel.i586                        1.1.23-1.fc11                   @updates 
wine-esd.i586                          1.1.23-1.fc11                   @updates 
wine-jack.i586                         1.1.23-1.fc11                   @updates 
wine-ldap.i586                         1.1.23-1.fc11                   @updates 
wine-nas.i586                          1.1.23-1.fc11                   @updates 
wine-pulseaudio.i586                   1.1.23-1.fc11                   @updates 
wine-tools.i586                        1.1.23-1.fc11                   @updates 
wine-twain.i586                        1.1.23-1.fc11                   @updates
__________________
Linux FTW!
---
http://www.zootboy.com
Reply With Quote
  #4  
Old 27th July 2009, 07:10 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Try:
yum install wine-devel

Then try again with lmms (or whatever it is). See if that satisfies it.

V

P.S. In this case: you may also need to manually install the x86 (32-bit) Development stuff. Ick!
Reply With Quote
  #5  
Old 27th July 2009, 08:14 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try

Code:
su
yum install lmms
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #6  
Old 27th July 2009, 08:21 PM
zootboy Offline
Registered User
 
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8
@Hlingler:
As you can see in my post, wine-devel is already installed. I also tried installing gcc 32 bit, but it really screwed things up.

@leigh123linux:
If that had worked, would I really be doing all this? I tried it, but it failed miserably.

I posted about this problem in a different thread, but got no response.
__________________
Linux FTW!
---
http://www.zootboy.com
Reply With Quote
  #7  
Old 27th July 2009, 08:43 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Oops! I missed that.
Quote:
I also tried installing gcc 32 bit, but it really screwed things up.
What do you mean: "really screwed things up" ?

You should just be able to install the 32-bit compilers:
yum install gcc.i586 gcc-c++.i586 gcc-gfortran.i586 cpp.i586 ccache.i586 automake.i586 autoconf.i586 cmake.i586

Then try again.

V

P.S.
Quote:
If that had worked, would I really be doing all this? I tried it, but it failed miserably.
We couldn't possibly know that until you stated it. Anything else we should know ?

Last edited by Hlingler; 27th July 2009 at 08:53 PM.
Reply With Quote
  #8  
Old 27th July 2009, 08:53 PM
Gödel's Avatar
Gödel Offline
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 1,098
and what failed when you did yum install lmms?
Reply With Quote
  #9  
Old 30th July 2009, 12:27 AM
zootboy Offline
Registered User
 
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8
linuxfedorafirefox
Hlingler, none of those packages are available in the 64 bit yum repositories.

Code:
[root@cyborg sean]# yum install gcc.i586 gcc-c++.i586 gcc-gfortran.i586 cpp.i586 ccache.i586 automake.i586 autoconf.i586 cmake.i586
Loaded plugins: refresh-packagekit
Setting up Install Process
No package gcc.i586 available.
No package gcc-c++.i586 available.
No package gcc-gfortran.i586 available.
No package cpp.i586 available.
No package ccache.i586 available.
No package automake.i586 available.
No package autoconf.i586 available.
No package cmake.i586 available.
Nothing to do
When I installed the 32 bit gcc manually (via rpm file), yum stopped working.

Also, when I 'yummed' lmms, lots of visual elements did not render correctly and no sounds played.
__________________
Linux FTW!
---
http://www.zootboy.com
Reply With Quote
  #10  
Old 30th July 2009, 02:42 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Quote:
Hlingler, none of those packages are available in the 64 bit yum repositories.
[...]
When I installed the 32 bit gcc manually (via rpm file), yum stopped working.
Hm. Apparently, gcc.i586 & friends are in fact not included in the 64-bit repos. So I guess there's some good reason not to include gcc in the "multi-lib" club. I'm surprised though that manual installation would have crippled YUM - I can't see why off-hand. Guess I'll have to file this away under "learned something new again today".... Otherwise, I'm out of ideas.

V
Reply With Quote
  #11  
Old 30th July 2009, 10:47 PM
zootboy Offline
Registered User
 
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8
linuxfedorafirefox
Well, it didn't cripple yum by itself. I think it removed the 64 bit version when the 32 bit version rpm was installed. So yum didn't like that.
__________________
Linux FTW!
---
http://www.zootboy.com
Reply With Quote
Reply

Tags
64bit, devel, gcc, repository, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing libshout-devel, libtheora-devel and speex-devel stereotype Using Fedora 5 24th July 2008 04:45 AM
What does a -devel package mean? duanecu Using Fedora 4 5th January 2007 03:25 PM
mysql-devel FC4 package missing libmysqlclient.la leif81 Programming & Packaging 0 9th September 2005 01:32 PM


Current GMT-time: 20:56 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat