Articles tagged ‘gcc’

How to prevent installation of package gcc-4.0 on Debian

I run Debian unstable and these past days I’ve been unpleasantly surprised by GCC 4.0 a number of times. It had been introduced in the system automatically by bulk upgrades, but soon problems started arising. One one particular system, more or less everything I compiled issued warnings related to pointer signedness. On my home box I [...]

Undefined reference to ‘atexit’

I usually compile most of my apps and libs from source. Lately I couldn't link against stuff such as zlib because linking would fail with the above message.