Questions tagged [gcc]

GNU Compiler Collection

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom.

83 questions
1
vote
2 answers

How To install gcc 5.2 on centos 7.1?

How To install gcc 5.2 on centos 7.1 ? with g++,cpp ? I compiled it once, but it need newer glibc which cannot be switched in system
sm1Ly
  • 131
  • 1
  • 1
  • 5
1
vote
1 answer

How do I compile ImageMagick with support for a patched version of Autotrace?

yum is not an option here I have downloaded, patched, configured, compiled, and installed autotrace. Files on the system with the autotrace name…
Chris Adams
  • 111
  • 2
1
vote
1 answer

Error compiling GhostPDL for PASE (AIX) on OS/400 V5R4

I'm trying to compile ghostpdl 9.07 on V5R4 in QP2TERM (the AIX-like PASE environment). After downloading and untarring the package to /QOpenSys, I ran: CALL QP2TERM and then in QP2TERM: ./configure --build="powerpc-ibmaix5.3.0.0" gmake This ended…
hewhocutsdown
  • 273
  • 4
  • 13
1
vote
1 answer

Compiling passenger-install-nginx-module; "C compiler gcc is not found"

I am in the middle of a process of installing Redmine served with passenger and nginx with this tutorial. With the passenger-install-nginx-module, it works fine and during compiling it outputs an error with this, Compiling and installing Nginx... #…
MacMac
  • 2,061
  • 10
  • 31
  • 38
1
vote
0 answers

Why can't rsyslogd find libgcc_s.so.1?

Scenario: Running a debootstrapped Ubuntu 11.4 lxc guest on a Ubuntu 12.4 lxc host. Inside the lxc guest, rsyslogd is constantly crashing with SIGABRT stating: libgcc_s.so.1 must be installed for pthread_cancel to work 0334.380551272:7f4128a84700:…
UsAaR33
  • 1,096
  • 3
  • 11
  • 20
1
vote
1 answer

vfw.h no longer present on RHEL 4.8?

I maintain an application which relies on vfw. Unfortunately, I am not able to remove this deprecated video encoding mechanism at this time. My application compiles fine on Windows, but on RHEL 4.8 it does not, even though it used to like a month…
Brian Stinar
  • 153
  • 7
1
vote
0 answers

2 diferent versions of gcc in RHEL

I need to test a matlab EDA-LINK with Cadence Incisive. For this , one of the libraries complains of an error: version `GCC_3.3' not found (required by/appli/cadence/IUS82_ISR11/tools/lib/libstdc++.so.6 this is EZ, its because my installed version…
user70247
  • 125
  • 2
  • 5
1
vote
3 answers

Using gcc instead of SUNWspro cc in ruby mkmf for yajl on Solaris 10

How do I get mkmf to use gcc instead of /opt/SUNWspro/bin/cc on Solaris 10? I am trying to install chef using gem install chef. It is failing with: Building native extensions. This could take a while... ERROR: Error installing chef: ERROR:…
Sarge
  • 189
  • 2
  • 8
1
vote
1 answer

Is running my Unreal Tournament server like this slower than it has to be?

Unreal Tournament 2004 is an old game, and it does not run on a new server. I was said to run the server like this. LD_LIBRARY_PATH=$HOME/archive/gcc3 ./ucc-bin server…
ujjain
  • 3,983
  • 16
  • 53
  • 91
1
vote
3 answers

Phusion Passenger Installation Not Working

I've been trying without success to install the Nginx version of Phusion Passenger (mod_rails) on my server by using the command gem install passenger followed by passenger-install-nginx-module. Everything goes smoothly, until I get the below error…
Luke Crowe
  • 11
  • 2
1
vote
2 answers

SUSE EC2 Problem - zypper - Permission denied

I'm trying to use zypper to install gcc on my Amazon EC2 instance running SUSE.When I try:zypper in gcc I get: Retrieving repository 'SLE11-SDK-SP1' metadata [] Permission to access…
phuu
  • 111
  • 1
  • 3
1
vote
1 answer

What's the preferred way of upgrading CentOS 5.5 to use the latest stable release of gcc?

Seems that gcc on CentOS 5.5 is a few versions behind the latest, which has some optimizations that I would seriously welcome. What is the best practice for installing and upgrading gcc?
TallPines
  • 53
  • 1
  • 6
1
vote
3 answers

Installing gcc on AIX 5.3

we have a development AIX 5.3 on PowerPC CPU having the standard CC compiler. I downloaded the gcc 4.2.4, unpacked it and tried to install it seems there is something missing; untar takes around 15 minutes and ends with an error trying to create a…
A.Rashad
  • 293
  • 1
  • 5
  • 18
1
vote
2 answers

Latest stable of gcc

I need to install the latest stable release of gcc. I'm looking at all the gcc releases here. I'm assuming these are all stable releases?
Banjer
  • 3,974
  • 12
  • 41
  • 47
1
vote
4 answers

GCC compile result from Bash script

hi i'am not really fluent in bash shell script, i'am doing some compilation using gcc that executed by bash script, how do I know (check) if the compilation was successful or not? any example?
uray
  • 245
  • 4
  • 7