Hello.

I wrote simple program.

pytest.c:

#include <python2.5/Python.h>

int main (void) {
    Py_Initialize();
    return 0;
}

Compile it with command:
$gcc -o pytest pytest.c -lpython2.5

And then it runs OK.
But if I compile it with command:
$gcc -o pytest pytest.c -lpython2.5 -lfshelp

and when I run it, I get error:
pytest: 
/build/mbanck/hurd-20080607/build-tree/hurd/libpthread/pthread/pt-self.c:28: 
pthread_self: Assertion `__pthread_threads' failed.
Aborted
-- 
Anatoly A. Kazantsev

Protect your digital freedom and privacy, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm

Attachment: pgpUHkVX6Q1dz.pgp
Description: PGP signature

Reply via email to