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

27th July 2009, 03:08 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8

|
|
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?
|

27th July 2009, 03:12 AM
|
 |
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.
|

27th July 2009, 07:01 PM
|
|
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
|

27th July 2009, 07:10 PM
|
 |
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!
|

27th July 2009, 08:14 PM
|
 |
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
|

27th July 2009, 08:21 PM
|
|
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.
|

27th July 2009, 08:43 PM
|
 |
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.
|

27th July 2009, 08:53 PM
|
 |
Registered User
|
|
Join Date: Jul 2009
Location: London,England
Posts: 1,098

|
|
|
and what failed when you did yum install lmms?
|

30th July 2009, 12:27 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8

|
|
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.
|

30th July 2009, 02:42 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
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
|

30th July 2009, 10:47 PM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: In a dumpster, with my laptop.
Posts: 8

|
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 20:56 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|