About 937,000 results
Open links in new tab
  1. g++ - ld cannot find shared library - Ask Ubuntu

    Mar 23, 2019 · Note: I visited many topics with questions similar to this one, although solutions chosen as accepted were all things I've already tried, so please, consider this before marking …

  2. g++ cannot find main function for simple "hello world" program

    Mar 31, 2020 · g++ cannot find main function for simple "hello world" program Ask Question Asked 5 years, 8 months ago Modified 5 years, 8 months ago

  3. How to change the default GCC compiler in Ubuntu?

    I switched the default compiler to g++-5 this way, but it still uses g++-7 standard libraries, and now i'm getting errors with undefined __builtin stuff.

  4. How to install "gcc-arm-linux-gnueabihf" specific version?

    Jan 4, 2023 · Am performing cross compilation on x86 and target platform is armhf. When i run command apt-get install -y gcc-arm-linux* g++-arm-linux*, It installs 4.11.2.0 version and …

  5. Understanding the gcc version and the GLIBC, GLIBCXX versions in …

    Mar 4, 2020 · Assume I have the following local gcc, g++ version: $ gcc -v $ g++ -v gcc version 6.3.1 I don't understanding the relation and meaning of the following compared to my compiler …

  6. Meaning of the g++ flags "-Wall", " -W", and "-Werror"

    Mar 25, 2015 · Meaning of the g++ flags "-Wall", " -W", and "-Werror" Asked 10 years, 9 months ago Modified 3 years, 1 month ago Viewed 38k times

  7. G++ -I option for compiling program - Stack Overflow

    Here is a little problem that cannot be resolved by me such a Linux program newbie. Now I have a main.cpp program which need to be compiled, there is a #include "Down.h" in the front of file.

  8. apt - Getting the most recent releases of gcc / g++ (11.0 or 10.2) …

    Jul 24, 2020 · I'd like to get the latest releases of g++ (and clang) via package manager (apt). Currently I need to compile gcc/g++ on my own which needs really a lot of time. Are there any …

  9. " g++ not installed " even after installing it - Ask Ubuntu

    Dec 6, 2015 · Ask back here. When you ask back here, including the output of commands such as lsb_release -a, uname -a, command -v g++, and apt-cache policy g++ would be very helpful, …

  10. Trying to install gcc-8 and g++-8 on Ubuntu 22.04

    Dec 23, 2022 · Trying to install gcc-8 and g++-8 on Ubuntu 22.04 Ask Question Asked 2 years, 11 months ago Modified 1 year, 9 months ago