Problem : When running a program that goes into an infinite loop in the terminal, how would I bring back […]
Tag: gcc
Moved to a new Mac and now GCC is missing, what to do?
QUESTION : I have a new Macbook. I bought it, use time machine to move to it, and it copied […]
Unable to install gcc compiler
Problem : I am trying to install gcc compiler using the command: yum install gcc but I am getting the […]
Will gcc-git break my current install?
Problem : Arch Linux’s AUR offers a few versioned packages for GCC, for things that still need an older compiler. […]
gcc-4.8.2 make command error
Problem : our server has “gcc-4.4.7-3.el6.x86_64” I was trying to upgrade to “gcc-4.8.2” from source. configure completed without errors make […]
I’ve compiled wine on Mac, but it doesn’t work, because it freezes and SEGV
QUESTION : I’ve compiled successfully wine sources. Also added following line into my ~/.profile export DYLD_FALLBACK_LIBRARY_PATH=”/usr/X11/lib:/usr/lib” because of errors like: […]
How does gcc find the following header file?
Problem : I’ve included sys/ptrace.h into my C program. The output of /usr/lib/gcc/x86_64-linux-gnu/4.8/cc1 -v gives the following paths where gcc […]
No C++ pthread support in build farm?
Problem : I’m trying to get some code compiling in a build farm. When I build it on my development […]
Switch Server to use GCC version 4.8.1
Problem : I’m banging my head against a wall, I followed the instructions detailed here: https://superuser.com/a/677640 When I ran yum […]
Can I sandbox a binary created in C (with GCC) for Linux and make it easy for users?
Problem : I have compiled a binary that I want to distribute to other people. It’s closed-source, but I want […]