Temporary build instructions
----------------------------

1. Create object

$ gcc -Wall -DPURPLE_DISABLE_DEPRECATED -DPIDGIN_DISABLE_DEPRECATED -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2 -I/usr/include/libpurple -O2 -c -o server.o server.c

2. Run linker

$ /bin/sh libtool --tag=CC --mode=link gcc -O2 -o server -export-dynamic server.o -L/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -pthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lutil -lpthread -lnsl -lresolv -lpurple

3. Run server

$ ./server

If successful, A debug output of libpurple initialization is shown.
