Questions tagged [g++]

12 questions
3
votes
3 answers

`cannot find "-lgcc_s"` from gcc-3.4 on Ubuntu 11.04

I'm trying to use gcc-3.4 on the latest Ubuntu. The package is from debian snapshots. It probably assumes different default directory structure, so for example I was forced to give it -I /usr/include/i386-linux-gnu/, which gcc-4 assumed…
Elazar Leibovich
  • 436
  • 1
  • 4
  • 7
1
vote
1 answer

nginx 1.15.8 loses TLS 1.3 after gcc 8 installation

I run a centos 7.6 server with nginx. Centos repos do not have latest nginx, so I compiled manually using instructions from here. This left me a nginx binary: nginx version: nginx/1.15.8 built by gcc 7.2.0 built with OpenSSL 1.1.1a 20 Nov 2018 TLS…
Michael Chourdakis
  • 194
  • 1
  • 2
  • 11
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

troubleshoot puppet install order

My puppet agent run fails initially, then succeeds on the second run. I understand that it probably has to do with my execution order, and a dependency is being added later on in the execution process. However, I cannot figure out what the missing…
1
vote
2 answers

Download g++ for Red Hat release 5.4

My Linux machine has the following definition: RHEL 5.4 Kernel release.2.6.18 but I don’t have the g++ command. (I need to write c++ programs under Linux) For example: [root@linux /etc]# g++ -bash: g++: command not found I also tried the…
yael
  • 1,199
  • 4
  • 13
  • 13
1
vote
1 answer

not able to install g++ and gcc on debian

I want to use directadmin as my web control panel and it needs several packages like g++ , gcc and etc... as usuall I started to type apt-get install g++ and there problems start : dependecy error... then I tried to apt-get -f install and I got this…
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
  • 235
  • 4
  • 7
1
vote
3 answers

How do you install g++ (at least version 4.1) on a solaris sparc server?

How do you install g++ (at least version 4.1) on a solaris sparc server?
Franz See
  • 189
  • 2
  • 5
  • 10
0
votes
1 answer

Unable to install g++ in a ubuntu 16.10 VM instance in Google Compute Engine

I have created a new VM in GCE in zone asia-northeast1-a. I need to install a g++ compiler. When I run apt-get I get the following error message: $ sudo apt-get install g++ Reading package lists... Done Building dependency tree Reading…
Anthony Kong
  • 2,976
  • 10
  • 53
  • 91
0
votes
2 answers

Compile node-5.1.0 in CentOS 6.7 lacks of g++ 4.8+

I'm trying to compile node-5.1.0 in CentOS 6.7 but is asking for g++ 4.8 or above. [root@ws node-v5.1.0]# ./configure WARNING: C++ compiler too old, need g++ 4.8 or clang++ 3.4 (CXX=g++) ... First I've installed "Development Tools": [root@ws…
ReynierPM
  • 700
  • 5
  • 14
  • 28
-1
votes
1 answer

g++ missing on Amazon Linux AMI-2016.09 (Nominatim configure - no library found)

Trying to set up OSM Nominatum and I am getting the following error during ./configure checking for proj headers in /usr/include... not found checking for proj projection library... no configure: error: required library not found I ensured that…
Franz Kafka
  • 22
  • 2
  • 12
-5
votes
1 answer

Linux Distro with g++

I am having a bit of a nightmare running up an Ubuntu distribution on an offline machine. Can anyone advise a distribution of Linux with G++ (or the contents of the build essential ubuntu package) as standard? It is an absolute nightmare trying to…
trickdev
  • 93
  • 2