C Compiler on LINUX


 
Thread Tools Search this Thread
Operating Systems Linux C Compiler on LINUX
# 8  
Old 02-06-2009
Sorry was too desperate , have been trying for hours together.....

Error message with rpm -i gcc-xxx.rpm

Code:
warning: gcc-4.3.2-7.ppc64.rpm: Header V3 DSA signature: NOKEY, key ID 4ebfc273
error: Failed dependencies:
        cpp = 4.3.2-7 is needed by gcc-4.3.2-7.ppc64
        glibc-devel >= 2.2.90-12 is needed by gcc-4.3.2-7.ppc64
        libc.so.6()(64bit) is needed by gcc-4.3.2-7.ppc64
        libc.so.6(GLIBC_2.3)(64bit) is needed by gcc-4.3.2-7.ppc64
        libc.so.6(GLIBC_2.3.4)(64bit) is needed by gcc-4.3.2-7.ppc64
        libc.so.6(GLIBC_2.4)(64bit) is needed by gcc-4.3.2-7.ppc64
        libgcc >= 4.3.2-7 is needed by gcc-4.3.2-7.ppc64
        libgcc_s.so.1()(64bit) is needed by gcc-4.3.2-7.ppc64
        libgomp = 4.3.2-7 is needed by gcc-4.3.2-7.ppc64
        libgomp.so.1()(64bit) is needed by gcc-4.3.2-7.ppc64

# 9  
Old 02-06-2009
Like I thought, gcc has lots of dependencies.

I'm nearly certain downloading random RPMs and forcing rpm to install them is not the right way to update software on your system, especially for this, where it wants to mess with fundamental system things like libc. If you have a desktop, your system probably has YAST, OpenSUSE's graphical RPM installer that I think has the ability to download RPM's for the software you select. I'm having bad luck finding documentation for it unfortunately.

Last edited by Corona688; 02-06-2009 at 12:12 PM..
# 10  
Old 02-06-2009
Nope....Intel Core Duo
# 11  
Old 02-06-2009
You cannot install 64-bit macintosh powerpc binaries on an intel system probably running 32-bit, you should be happy you didn't succeed Smilie
# 12  
Old 02-06-2009
So is there any way to go about this?? Am really getting tired Smilie
# 13  
Old 02-06-2009
Like I said, tried yast?
Quote:
Originally Posted by Corona688
If you have a desktop, your system probably has YAST, OpenSUSE's graphical RPM installer that I think has the ability to download RPM's for the software you select.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Xalan & Xerces issues for Oracle Linux 6.6 & Solarisstudio12.3 C++ compiler for Linux

Hi Team, I am facing issue while using Xalan & Xerces for my application. Below are my environment details i am using :- Platform:- Oracle Linux 6.6 Compiler :- solarisstudio12.3 C++ compiler for Linux Below are the versions of Xalan & Xerces source code used to build the shared object... (0 Replies)
Discussion started by: agrachirag
0 Replies

2. Linux

Xlc compiler on Redhat Linux

Hi , Currently i have my c and pro*c code got compiled in IBM POWER - AIX machine with xlc compiler version 9. We are planning to migrate all our applications from IBM POWER - AIX to Redhat Linux. Can i use the same current (IBM AIX) xlc compiler with the same compiling... (3 Replies)
Discussion started by: mugunthanvh
3 Replies

3. Shell Programming and Scripting

GCC compiler installation on Linux OS

Need assistance in getting a GCC compiler on linux server . I wanted to install GCC compiler under local user . System doesnt have any compiler . Is there a way to get a compiler installed without a root user, cant install using (rpm, yum ) When I try to compile the gcc source i get the... (7 Replies)
Discussion started by: ajayram_arya
7 Replies

4. Red Hat

GCC compiler on linux box

Hi All, My main aim is to find the version of GCC compiler installed on linux box. Case 1: When i use gcc -v i get the foll. O/P Reading specs from /usr/lib/gcc-lib/i386-redhat-linux7/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-128) case 2: when i use... (3 Replies)
Discussion started by: Ashok_oct22
3 Replies

5. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

6. Ubuntu

MS basic compiler for linux

I have a client who's software is written in ms basic for xenix and compiled on SCO. They would like to get it running on Linux. Does anyone know if there is a MS Basic compiler avialable for Linux? Or is there a way for Linux to run an SCO application? Thanks (3 Replies)
Discussion started by: lochraven
3 Replies

7. Programming

C compiler to build Sparc/Solaris binaries on Linux

Just that the Subject says. I am looking for a C compiler for Linux x86 that will allow me to compile a C source code file and the resulting binary will be able to run on a Sparc running Solaris. Thanks. (2 Replies)
Discussion started by: lyonsd
2 Replies

8. Programming

Doubts About C Compiler In Unix/linux

As all of you know whenever a program "say a.c" is complied in linux using the gcc or the cc compiler..it shows the list of errors ( if the program contains any).. i want to modify the compier script so as to list the no of errors only and not the description about the error..like" parse error " ... (1 Reply)
Discussion started by: vrs
1 Replies

9. Linux

Windows C++ compiler for Linux

Does anyone here know of any good windows c++ compiler for linux? so that I can compile c++ programs in Linux (this is very possible!). Doesnt mather if it is a real windows compiler that works in wine or if its a compiler written for linux but compiles windows binaries (4 Replies)
Discussion started by: Kimm
4 Replies
Login or Register to Ask a Question