Sponsored Content
Full Discussion: C Compiler on LINUX
Operating Systems Linux C Compiler on LINUX Post 302284781 by vivek.bharadwaj on Friday 6th of February 2009 10:25:44 AM
Old 02-06-2009
Hi guys am using Open Suse 10 and I misplaced the DVD somewhere...i dont have any pre existing gcc compilers. How do i install gcc now? ./configure isnt working, make install isnt working. Please help out. I've tried to download gcc.rpm but rpm -i option is also not working. Smilie
 

9 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

9. 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
UP2DATE(8)						    Red Hat Linux System Manual 						UP2DATE(8)

NAME
Update Agent - a program for updating packages on Red Hat Linux SYNOPSIS
up2date [OPTION]... [PACKAGE NAME]... up2date-nox [OPTION]... [PACKAGE NAME]... DESCRIPTION
Update Agent provides a complete system for updating the RPM packages installed on a Red Hat Linux system. Both command line and graphical interfaces are included. When you run Update Agent, you will be prompted for the computer's root password. This is because Update Agent needs read/write access to the RPM database, and it needs to be able to install packages when so requested. It also needs read/write access to the up2date systemid file in /etc/sysconfig/rhn/systemid , and it's configuration in /etc/sysconfig/rhn/up2date Update Agent has a quite a few configuration options, including but not limited to: installing packages after they are downloaded; down- loading source RPMs along with binary RPMs; whether or not to upgrade packages where the default configuration file(s) have been modified, and more. You can change these settings through a graphical interface by running up2date-config, or you can edit the configuration file /etc/sysconfig/rhn/up2date directly. A number of the command line arguments described below can also be used at runtime to override con- figuration options. There is also a text mode based configuration if invoked with with the --configure option. If you supply package names on the command line, those particular packages will be updated or installed if there are new versions avail- able. Only the package name is needed, do not supply any version or release information. If the package is not currently installed, it will be downloaded and installed, along with any dependencies that package requires. --configure Configure Update Agent options. This will allow you to adjust things such as which files/packages to skip by default, where to store retrieved packages, and more. --register Register a system with Red Hat Network. This is mainly useful for reregistering a system, as up2date will automatically invoke this mode if the current system isnt registered. -d, --download Download packages only, do not install them. This option is provided so that you can override the configuration option "Do not install packages after retrieval." It is mutually exclusive with the --install option. --nodownload Do not download packages at all. This is for testing purposes. -f, --force Force package installation. This option is provided so that you can override the file, package and configuration skip lists. -i, --install Install packages after they are downloaded. This option is provided so that you can override the configuration option "Do not install packages after retrieval.". It is mutually exlusive with the the --download option. -l, --list Output a list of packages which have been updated and available for retrieval/installation. --dry-run Output a list of packages available for updates, and all the deps they need, including obsoletes. --showall Show a list of all packages available from the channels the system is currently subscribed to, including those not currently installed. -k, --packagedir Specify a colon seperated path of directories to look for packages before attempting to download them. --nosig Do not use GPG to check package signatures (overrides configuration option). --src Download source rpms as well as binary rpms. --nosrc Do not download source package (overrides configuration option). -p, --packages Update the packages associated with this System Profile on Red Hat Network. Useful if you have installed, updated, or removed pack- ages without Update Agent, and your package list has become unsynchronized with your remote Profile. --whatprovides=<deps> Queries the RHN servers to resolve the comma seperated list of dependencies. It will return a list of packages that will satisfy these deps. --solvedeps=<deps> Queries the RHN servers to resolve the comma seperated list of dependencies. Essentially the same as --whatprovides except it will also download and install the packages that are needed to resolve the dependencies. --show-channels Show the channels associated with a package where approriate. If used alone, it shows the currently subscribed channels. If used with --showall or --whatprovides it will show channels as well as package names. --installall Used in combo with --channel to install all the packages from a given channel. --show-orphans List all packages currently installed that are not present in channels the server is subscribed to. --show-available List all packages available in the channels the server is subscribed to, but are not currently installed. --channel Specify a specific channel. Used in combo with --installall. --list-rollbacks Shows all currently available rpm rollbacks. --tmpdir=<directory> allows you to override the configured package/temporary file storage directory. This can be useful if you are about to download a lot of packages but you do not have enough space to store them in the default location. --serverURL=<url> Specify what server url to use. --gpg-flags Shows the flags that gpg will be invoked with (the keyring, the home directory, etc). Intentend for useage in scripts that want to invoke gpg the same way up2date does. -u, --update Completely update the system. All relevant packages will be downloaded (and possibly installed, if you have configured Update Agent to do so). --nox do not even attempt to display the gui. -h, --help display help on command line arguments and exit. -v, --verbose print more information about what Update Agent is doing. --justdb only add packages to the database,do not install them to the filesystem. --dbpath Specify a path where an alternat rpm database to use is found. --version output version information and exit. RETURN CODES
Update Agent returns 0 on success, 1 on error. FILES
/etc/sysconfig/rhn/up2date Configuration settings for Update Agent. /etc/sysconfig/rhn/systemid Unique system identification certificate for Red Hat Network. /etc/sysconfig/rhn/up2date-keyring.gpg The default keyring used specificaly for up2date, if used with versions of rpm that support it (rpm-4.0.4 or higher) /var/spool/up2date The spool directory where rpm stores package lists, package headers and packages. /var/spool/repackage The spool directory where rpm/up2date stores rollback rpms. /var/log/up2date This is the log file for up2date. /usr/share/rhn/RHNS-CA-CERT The ssl certificate authority file used by up2date to validate the Red Hat Network ssl servers. /usr/share/rhn/RPM-GPG-KEY A copy of the Red Hat, Inc rpm package signing key. This is the gpg key that can be used to verify a package is signed by Red Hat, Inc. EXAMPLES
The following example starts up the interactive gui client. up2date The following example shows up2date being used in non-interactive batch mode. up2date -u This example shows up2date being used to discover which packages solve a set of deps manually on a Red Hat Linux 7.0 machine. up2date --whatprovides "/bin/bash,gimp,libhistory.so.4.1" bash-2.04-11 readline-4.1-5 gimp-1.1.25-1 This example shows how to start up the text based config tool. up2date --nox --configure This example shows how to use up2date to install a package with many deps that isnt currently installed. up2date kdebase This example shows how to install all the packages from the channel foobar-1.0-i386 up2date --installall --channel foobar-1.0-i386 This example shows how to list all the currently installed packages that are not part of channels the system is currently subscribed to. up2date --show-orphans SEE ALSO
Configuration is performed through up2date-config. The Update Agent is tightly coupled with Red Hat Network. Visit <http://rhn.red- hat.com> for access or to sign up. AUTHORS
Written by Preston Brown <pbrown@redhat.com>, Cristian Gafton <gafton@redhat.com>, and Adrian Likins <alikins@redhat.com> REPORTING BUGS
Report bugs to <http://bugzilla.redhat.com>. COPYRIGHT
Copyright (C) 1999-2002 Red Hat, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. 4th Berkeley Distribution Wed 29 November 2000 UP2DATE(8)
All times are GMT -4. The time now is 09:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy