Tag Archives: linux

Linking: why order matters

Having become somewhat accustom to tools like gcc(1) and ld(1) has been an interesting process — especially when the process ends in confusion. Namely, why order matters when linking static libraries to C/C++ applications, and why said static libraries should always follow the listing of objects. Like all systems, there is a reason why this [...]

Posted in Programming | Also tagged , | Comments closed

Linking shared object files that aren’t explicity used.

Today I learned something from a nice stranger I met on the internet in the #stackoverflow channel on irc.freenode.net named at cky944. For a personal project I’m modifying the Hoard memory allocator — a shared object library that application programs can link with to replace memory allocation code (e.g., malloc, free, etc.). Other users of [...]

Posted in Programming, Ubuntu Linux | Also tagged | Comments closed

Excellent advanced linux commands description table.

This is wonderfully useful: http://www.pixelbeat.org/cmdline.html

Posted in Webhosting | Tagged | Leave a comment