[Python-Dev] Why is python linked with c++? (original) (raw)
Skip Montanaro skip@pobox.com
Thu, 10 Jul 2003 09:17:00 -0500
- 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 ]
--z/AYhL4hXj Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit
Martin> Can you find out what the value of ac_cv_pthread_is_default is
Martin> inside configure on your system?
Sure. From config.log:
configure:4205: checking whether pthreads are available without options
configure:4235: gcc -o conftest -g -O2 -pg conftest.c >&5
configure:4238: $? = 0
configure:4240: ./conftest
configure:4243: $? = 0
configure:4259: result: yes
That suggests the following tests for -Kthread or -pthread are superfluous. I tried modifying configure.in in an obvious way (diff attached), but the generated configure file doesn't work, spewing a bunch of '=' characters to the display until I kill the process. The config.log doesn't show anything helpful.
Skip
--z/AYhL4hXj Content-Type: application/octet-stream Content-Disposition: attachment; filename="configure.in.diff" Content-Transfer-Encoding: base64
KioqIC90bXAvc2tpcC9jb25maWd1cmUuaW4ufjEuNDIzfjZmR080SglUaHUgSnVsIDEwIDA5 OjE0OjIzIDIwMDMKLS0tIC90bXAvc2tpcC9jb25maWd1cmUuaW42ZkdiQ1EJVGh1IEp1bCAx MCAwOToxNDoyMyAyMDAzCioqKioqKioqKioqKioqKgoqKiogNzkxLDc5NyAqKioqCiAgQUNf TVNHX1JFU1VMVCgkYWNfY3Zfa3B0aHJlYWQpCiAgZmkKICAKISBpZiB0ZXN0ICRhY19jdl9r cHRocmVhZCA9IG5vCiAgdGhlbgogICMgLUt0aHJlYWQsIGlmIGF2YWlsYWJsZSwgcHJvdmlk ZXMgdGhlIHJpZ2h0ICNkZWZpbmVzCiAgIyBhbmQgbGlua2VyIG9wdGlvbnMgdG8gbWFrZSBw dGhyZWFkX2NyZWF0ZSBhdmFpbGFibGUKLS0tIDc5MSw4MDAgLS0tLQogIEFDX01TR19SRVNV TFQoJGFjX2N2X2twdGhyZWFkKQogIGZpCiAgCiEgaWYgJGFjX2N2X3B0aHJlYWRfaXNfZGVm YXVsdCA9IHllcwohIHRoZW4KISAgICBhY19jdl9rdGhyZWFkPW5vCiEgZWxpZiB0ZXN0ICRh Y19jdl9rcHRocmVhZCA9IG5vCiAgdGhlbgogICMgLUt0aHJlYWQsIGlmIGF2YWlsYWJsZSwg cHJvdmlkZXMgdGhlIHJpZ2h0ICNkZWZpbmVzCiAgIyBhbmQgbGlua2VyIG9wdGlvbnMgdG8g bWFrZSBwdGhyZWFkX2NyZWF0ZSBhdmFpbGFibGUKKioqKioqKioqKioqKioqCioqKiA4MjIs ODI4ICoqKioKICBBQ19NU0dfUkVTVUxUKCRhY19jdl9rdGhyZWFkKQogIGZpCiAgCiEgaWYg dGVzdCAkYWNfY3Zfa3RocmVhZCA9IG5vCiAgdGhlbgogICMgLXB0aHJlYWQsIGlmIGF2YWls YWJsZSwgcHJvdmlkZXMgdGhlIHJpZ2h0ICNkZWZpbmVzCiAgIyBhbmQgbGlua2VyIG9wdGlv bnMgdG8gbWFrZSBwdGhyZWFkX2NyZWF0ZSBhdmFpbGFibGUKLS0tIDgyNSw4MzQgLS0tLQog IEFDX01TR19SRVNVTFQoJGFjX2N2X2t0aHJlYWQpCiAgZmkKICAKISBpZiAkYWNfY3ZfcHRo cmVhZF9pc19kZWZhdWx0ID0geWVzCiEgdGhlbgohICAgICBhY19jdl9wdGhyZWFkPW5vCiEg ZWxpZiB0ZXN0ICRhY19jdl9rdGhyZWFkID0gbm8KICB0aGVuCiAgIyAtcHRocmVhZCwgaWYg YXZhaWxhYmxlLCBwcm92aWRlcyB0aGUgcmlnaHQgI2RlZmluZXMKICAjIGFuZCBsaW5rZXIg b3B0aW9ucyB0byBtYWtlIHB0aHJlYWRfY3JlYXRlIGF2YWlsYWJsZQo= --z/AYhL4hXj--
- 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 ]