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
0
votes
0 answers

yum error | Centos 5

Hi guys, I am trying to install "Development Tools"... Why? I need to have installed gcc in Centos 5, (yes I know it is old!). But When I try to install with "yum", Install 62 Package(s) Upgrade 2 Package(s) Total size: 102 M Is this ok…
HAVM
  • 1
0
votes
0 answers

Cross-compiling Libssl-dev for ARMV5. How do I make these versions align with each other?

While I am on a x86-64 machine, I need to cross-compile for an embedded GNU linux distro that uses and ARMV5. During compilation I am getting No such file or directory on #include So I will need the source for opensll. Clear…
0
votes
0 answers

Should I compile Node.js from source on an Amazon Lightsail smallest instance?

I'm using the cheapest Amazon Lightsail instance to set up an Nginx + Node.js server. I have compiled Nginx successfully already, however it's taking too long to compile Node.js. Is this is even a good practice to compile Node.js from source? Should…
gregn3
  • 101
  • 1
0
votes
0 answers

PECL install with clang instead of gcc or optimize gcc

I just tried to PECL install mongodb and phalcon, but the build process ran out of memory with a nice error: cc: internal compiler error: Killed (program cc1). I just found out clang is much better at memory optimization during the build process,…
Francis
  • 113
  • 1
  • 7
0
votes
1 answer

Execute a Program On Remote And Send Back Resulting File

we have a powerful server to compile any code on it. For reasons, I am generally not allowed to copy my files to the server, and when I can, I can only use /temp which will be deleted after a reboot. And it gets really annoying having to copy files,…
user548851
-1
votes
1 answer

gcc: /usr/lib/libxml2.a: No such file or directory

I have installed the following pre-built rpm on RHEL6 32bit: libxml2-2.7.6-21.el6_8.1.i686, libxml2-devel-2.7.6-21.el6_8.1.i686, libxml2-python-2.7.6-21.el6_8.1.i686 How can I resolve this issue? gcc: /usr/lib/libxml2.a: No such file or…
-1
votes
1 answer

Build gcc 4.1.2 from src RPM on a CentOS 5.10

I need an advice on how to compile gcc 4.1.2 on a CentOS 5.10. The long story: I've a got a Citrix XenServer Creedence beta 1 up and running OK. It has actually CentOS 5.10 as the dom0. This can be figured out like this: [admin@xenserver ~]$ rpm -q…
Grigory
  • 167
  • 1
  • 2
  • 10
-3
votes
1 answer

No rule to make target libmysql.c', needed bylibmysql.lo'. Stop

I install mysql5.1.53, run #./configure is well, but run #make have this error. My system is centos5.8, gcc version 4.1.2 20080704 (Red Hat 4.1.2-52) make[2]: Leaving directory /root/soft/mysql-5.1.53/libmysql' make[1]: Leaving…
1 2 3 4 5
6