Sponsored Content
Full Discussion: Can't compile or install GCC
Operating Systems Linux SuSE Can't compile or install GCC Post 302473782 by Magius on Monday 22nd of November 2010 11:05:44 AM
Old 11-22-2010
Hi all, and thanks dhzdh for your reply...

I think gcc never had been installed, or it has been removed some time ago. Yast offers the posibility of install it, look:
Code:
 |     |Name        |Avail. Vers.  |Inst. Vers.   |Summary                                    |Size      
 |  i  |cpp         |4.1.2_20070115|4.1.2_20070115|The GCC Preprocessor                       |     5.6 M|
 |     |gcc         |4.1.2_20070115|              |The GNU C Compiler and Support Files       |     1.8 M|
 |     |gcc-c++     |4.1.2_20070115|              |The GNU C++ Compiler                       |     6.3 M|
 |     |gcc-fortran |4.1.2_20070115|              |The GNU Fortran Compiler and Support Files |     8.0 M|
 |     |gcc-info    |4.1.2_20070115|              |GNU Info-Pages for GCC                     |     1.4 M|
 |     |gcc-java    |4.1.2_20070115|              |The GNU Java Compiler                      |     5.9 M|
 |     |gcc-locale  |4.1.2_20070115|              |Locale Data for the GNU Compiler Collection|     4.9 M|
 |     |gcc-obj-c++ |4.1.2_20070115|              |GNU Objective C++ Compiler                 |     6.1 M|
 |     |gcc-objc    |4.1.2_20070115|              |GNU Objective C Compiler                   |     6.0 M|
 |  i  |libgcc      |4.1.2_20070115|4.1.2_20070115|C compiler runtime library                 |    98.6 K|
 |     |libgcj      |4.1.2_20070115|              |Java Runtime Library for gcc               |    38.9 M|
 |     |libgcj-32bit|4.1.2_20070115|              |Java Runtime Library for gcc               |    21.4 M|

How can install it without the installation CDs/DVDs? I can't download any working package from any web site, the dependencies are killing me.


Thanks in advance again...
 

10 More Discussions You Might Find Interesting

1. Programming

How to compile using gcc...

I need to know how to make a binary with gcc. I know how to create an obj file, but I'm not quite sure what to do about the linking part. I've gotten this far "gcc -c somefile.c somefile.o" then I'm left with an object file, but I don't see any linking command line options. Does anyone know how... (4 Replies)
Discussion started by: lilprogrammer
4 Replies

2. Programming

Error in compile C by gcc

Hi all, I compile my c program and get following result hrnpfc01.c:1387: stray '\' in program hrnpfc01.c:1387: parse error before `,' hrnpfc01.c:1388: stray '\' in program hrnpfc01.c:1388: parse error before `,' hrnpfc01.c:1396: stray '\' in program hrnpfc01.c:1396: parse error before... (4 Replies)
Discussion started by: zico
4 Replies

3. AIX

RS/6000 gcc compile large file error

hi, everybody£º i have a question, pls help me¡£ OS : RS/6000 AIX 4.3.3 cPU : Powerpc,POWER3 compiler : gcc 3.2.3 source file £º 8M OS kernel : 32 bit (selecting at installing operating system, the hardware support 64 bit) when i compiling the large source file (8 M), i... (3 Replies)
Discussion started by: q30
3 Replies

4. Programming

How to compile a c program by using gcc

Hi all, Yeasterday I try to compile c program by using cygwin. I just find an errors the fist one is concerinig about the end of the line. To summit my Assignment which is the day after tommorow I have to compile my c program by using just gcc. If any one know what do I have to... (5 Replies)
Discussion started by: Bell
5 Replies

5. Programming

New to C/gcc compiler - compile error.

I am new to comiling c/c++ programs with gcc compilier unix - AIX version 5.3 gcc compiler version - 4.0.0 My makefile. # makefile 1.0 08/20/98 #CC = cc CC = gcc ESQL = esql CFLAGS = -Wall DBSLIB= DBSLIB=-L${INFORMIXDIR}/lib/esql -L${INFORMIXDIR}/lib `esql -libs` ALL = hds_near... (9 Replies)
Discussion started by: anish
9 Replies

6. AIX

Compile gcc on AIX 5.2

I'm trying to compile gcc 3.4.6 on AIX 5.2 but I get this error: bison -t --name-prefix=java_ -o java/parse.c java/parse.y M4sugar requires GNU M4. Install it before installing M4sugar or set the M4 environment variable to its path name.make: *** Broken pipe gcc -c -g -O2 -DIN_GCC -W... (7 Replies)
Discussion started by: untamed
7 Replies

7. Solaris

GCC install

well, i know wich GCC can be download by Manager package, easy! but I want install gcc "whith myself hands" I have gcc .tar and i cant install by console. after comand $make: erro ok! i dont have compiler, but i want install gcc! sorry my english... (6 Replies)
Discussion started by: Hyagosallet
6 Replies

8. UNIX for Dummies Questions & Answers

Compiling gcc to compile make to compile yaboot

I have just installed OpenBSD on a 333MHz PPC iMac G3. It has a 6GB HDD that has been partitioned as 1GB MacOS 8.5.1, 3GB MacOS X 10.3.9, 2GB OpenBSD 4.8. I now need to install a bootloader so that my computer can recognize the OpenBSD partition at startup. I have been trying to install... (0 Replies)
Discussion started by: t04st3r
0 Replies

9. Red Hat

How to compile httpd using gcc in RHEL?

Hi All, I am trying to compile httpd2.2.19 in RHEL5.5 using gcc version 4.1.2. This is first time I am trying to compile httpd in RHEL. I ran configure with below option ./configure --prefix=/usr/local/apache --enable-rewrite --enable-ssl=shared... (0 Replies)
Discussion started by: kalpeer
0 Replies

10. Programming

I can't compile (gcc) in Solaris 11.3 non global zone

I can't compile anything, the final make error says "Command failed for target `install-recursive'", but I am not able to identify the root cause of that error, I tried with cc, gcc 4.5, also gcc 5.2, using make, using gmake 3.82, ld 5.11, gld 2.31... and I am totally stuck yet... please help, to... (4 Replies)
Discussion started by: sugar222
4 Replies
GIJ(1)									GNU								    GIJ(1)

NAME
gij - GNU interpreter for Java bytecode SYNOPSIS
gij [OPTION] ... JARFILE [ARGS...] gij [-jar] [OPTION] ... CLASS [ARGS...] [-Dname[=value]...] [-ms=number] [-mx=number] [--showversion] [--version] [--help] DESCRIPTION
"gij" is a Java bytecode interpreter included with "libgcj". "gij" is not available on every platform; porting it requires a small amount of assembly programming which has not been done for all the targets supported by gcj. The primary argument to "gij" is the name of a class or, with "-jar", a jar file. Options before this argument are interpreted by "gij"; remaining options are passed to the interpreted program. If a class name is specified and this class does not have a "main" method with the appropriate signature (a "static void" method with a "String[]" as its sole argument), then "gij" will print an error and exit. If a jar file is specified then "gij" will use information in it to determine which class' "main" method will be invoked. "gij" will invoke the "main" method with all the remaining command-line options. Note that "gij" is not limited to interpreting code. Because "libgcj" includes a class loader which can dynamically load shared objects, it is possible to give "gij" the name of a class which has been compiled and put into a shared library on the class path. OPTIONS
-Dname[=value] This defines a system property named name with value value. If value is not specified then it defaults to the empty string. These system properties are initialized at the program's startup and can be retrieved at runtime using the "java.lang.System.getProperty" method. -ms=number This sets the initial heap size. -mx=number This sets the maximum heap size. -jar This indicates that the name passed to "gij" should be interpreted as the name of a jar file, not a class. --help Print help, then exit. --showversion Print version number and continue. --version Print version number, then exit. SEE ALSO
gcc(1), gcj(1), gcjh(1), jv-scan(1), jcf-dump(1), gfdl(7), and the Info entries for gcj and gcc. COPYRIGHT
Copyright (C) 2001, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU General Public License'', the Front- Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the man page gfdl(7). gcc-3.2.2 2003-02-25 GIJ(1)
All times are GMT -4. The time now is 03:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy