Linux-Befehle zur Ausgabe von Systeminformationen
uname -a
Comments Off on Linux-Befehle zur Ausgabe von Systeminformationen
uname -a
Joust is a library to use AOL instant messenger services.
Daim supports AOL & ICQ.
To use MSN Messenger:
Usefull information about the MSN Messneger protocol.
I had a problem linking the libstdc++ staticly under Linux.
Here I found a solution.
To build a staticly linked binary use:
-static
To link the STL staticly use:
-static-libgcc -L.
and ad a symbolic Link to the local directory:
ln -s `g++ -print-file-name=libstdc++.a`