Top "Gcc" questions

GCC is the GNU Compiler Collection.

CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found

I'm trying make a Visual Studio solution with CMake to compile the latest version of aseprite and CMake keeps giving …

c++ visual-studio gcc cmake visual-studio-2015
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found

How can I get GLIBCXX_3.4.15 in Ubuntu? I can't run some programs that I'm compiling. When I do: strings /usr/…

c++ gcc libstdc++
how to install gcc on windows 7 machine?

I have MinGW on my windows 7 machine. I wish to install and use complete gcc for C compiler. I found …

gcc windows-7 installation
Can't find file executable in your configured search path for gnc gcc compiler

My problem is that code::blocks error message tells me that it can't find file executable in the search path …

gcc codeblocks
Where is the <conio.h> header file on Linux? Why can't I find <conio.h>?

Possible Duplicate: How to implement getch() function of C in Linux? What is the equivalent Linux version of the conio.…

c linux gcc header-files
GCC -fPIC option

I have read about GCC's Options for Code Generation Conventions, but could not understand what "Generate position-independent code (PIC)" does. …

c++ gcc options fpic
Gcc error: gcc: error trying to exec 'cc1': execvp: No such file or directory

I have been successfully using gcc on Linux Mint 12. Now I am getting an error. I have recently been doing …

gcc
printf and long double

I am using the latest gcc with Netbeans on Windows. Why doesn't long double work? Is the printf specifier %lf …

c gcc printf long-double
Compiling problems: cannot find crt1.o

I have a virtual Debian system which I use to develop. Today I wanted to try llvm/clang. After installing …

gcc clang ld
How to change the default GCC compiler in Ubuntu?

I have installed gcc-3.3/g++-3.3 on ubuntu 11.04 which already has gcc/g++-4.4. So in my system both gcc-3.3 …

linux ubuntu gcc