Top "Gcc" questions

GCC is the GNU Compiler Collection.

Convert char to int in C and C++

How do I convert a char to an int in C and C++?

c++ c gcc
gcc makefile error: "No rule to make target ..."

I'm trying to use GCC (linux) with a makefile to compile my project. I get the following error which is …

gcc makefile
fatal error: Python.h: No such file or directory

I am trying to build a shared library using a C extension file but first I have to generate the …

python gcc python-c-api
ld cannot find an existing library

I am attempting to link an application with g++ on this Debian lenny system. ld is complaining it cannot find …

linux gcc linker shared-libraries shared-objects
Undefined reference to vtable

When building my C++ program, I'm getting the error message undefined reference to 'vtable... What is the cause of this …

c++ gcc g++
setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

When I try to install odoo-server, I got the following error: error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' …

python gcc pip odoo-server
How to add a default include path for GCC in Linux?

I'd like gcc to include files from $HOME/include in addition to the usual include directories, but there doesn't seem …

linux gcc include environment-variables
Debug vs Release in CMake

In a GCC compiled project, How do I run CMake for each target type (debug/release)? How do I specify …

c++ c gcc cmake
What is the difference between g++ and gcc?

What is the difference between g++ and gcc? Which one of them should be used for general c++ development?

c++ gcc g++
libpthread.so.0: error adding symbols: DSO missing from command line

When I'm compiling openvswitch-1.5.0, I've encountered the following compile error: gcc -Wstrict-prototypes -Wall -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement -Wformat-security -Wswitch-enum -Wunused-parameter -Wstrict-aliasing …

gcc compiler-errors linker undefined-reference