Can you please try the attached program on your 12.04 system?
Compile and run it as follows:
$ gcc -W -Wall -o g_debug g_debug.c $(pkg-config --cflags --libs glib-2.0) $ ./g_debug ** (process:12202): DEBUG: Debugging... $
Can you please try the attached program on your 12.04 system?
Compile and run it as follows:
$ gcc -W -Wall -o g_debug g_debug.c $(pkg-config --cflags --libs glib-2.0)
$ ./g_debug
** (process:12202): DEBUG: Debugging...
$