[Python-Dev] Why is python linked with c++? (original) (raw)
Martin v. L�wis martin@v.loewis.de
10 Jul 2003 07:11:34 +0200
- Previous message: [Python-Dev] Why is python linked with c++?
- Next message: [Python-Dev] Why is python linked with c++?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Skip Montanaro <skip@pobox.com> writes:
It has the desired effect presumably because -Kthread isn't required. Gcc just emits the warning and ignores the flag.
That alone is not the desired effect. You also want to that, with -Kthread, functions like pthread_create become available, and calling these functions should succeed.
Can you find out what the value of ac_cv_pthread_is_default is inside configure on your system?
Regards, Martin
- Previous message: [Python-Dev] Why is python linked with c++?
- Next message: [Python-Dev] Why is python linked with c++?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]