Before I switched to Opensuse 12.3, I was running Arch, and doing something like:
g++ -o test -I ./include/ -L ./lib/ -ltcod -ltcodxx ./src/main.cpp
with no problems occurring.
Now, when I try to do that (with everything kept the exact same as when on Arch), I get...