gcc 4.4 on Fedora 8

Forum Index » Forums » Programming and Development
Author Message

Joined: Apr 03, 2008
Posts: 590
Location:San Francisco
Other Topics
Posted Nov 15, 2008 at 6:52:15 AM
Subject: gcc 4.4 on Fedora 8
I'm running Fedora 8 64-bit on a machine and I need gcc 4.4 on it. I currently have 4.12, which is the standard rpm install. I need to implement OpenMP pragmas in some code with STL container iterators. That requires OpenMP 3.0, and from what I understand, nothing below gcc 4.4 supports that. So short of compiling 4.4 to run alongside 4.12, does anyone know another way to do this? Has anyone come across a 4.4 rpm for F8? Thanks!

Take the red pill

Climate Change Blog

Food Weblog

Back to top Profile Email Website
Shashank Sharma
Joined Jan 01, 1970
Posts: 1657
Location:New Delhi, India

Other Topics
Posted: Nov 29, 2008 4:05:52 PM
I'm sure you've figured this out by now. There are no rpms for Fedora for gcc-4.4

Coauthor of Beginning Fedora: From Novice to Professional published by Apress.

Please follow the Forum Guidelines

Back to top Profile Email Website Yahoo!
proopnarine

Joined Apr 03, 2008
Posts: 590
Location:San Francisco

Other Topics
Posted: Dec 03, 2008 3:44:19 AM
Thanks Shashank. No, haven't figured it out yet; I've been ill for awhile. But when I get back to work, I'll give 4.4 a manual shot and report on what happens.

Take the red pill

Climate Change Blog

Food Weblog

Back to top Profile Email Website
Forum Index » Forums » Programming and Development