* [ Tapia <tapia eitig com> * Sun, 31 Mar 2002 17:00:14 +0200 ]
if (!g_thread_supported()) g_thread_init (NULL);
thread1 = g_thread_create (&play_sound,
                  file_name,
                  FALSE,
                  NULL);
        Try removing the &.