[Python-Dev] Why is python linked with c++? (original) (raw)

Tim Rice tim@multitalents.net
Thu, 10 Jul 2003 09:57:36 -0700 (PDT)


This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info.

---559023410-758783491-1057856256=:20112 Content-Type: TEXT/PLAIN; charset=US-ASCII

Here is a simpler patch you could try.

On Thu, 10 Jul 2003, Skip Montanaro wrote:

Martin> Can you find out what the value of accvpthreadisdefault 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

-- Tim Rice Multitalents (707) 887-1469 tim@multitalents.net

---559023410-758783491-1057856256=:20112 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="configure.in.diff" Content-Transfer-Encoding: BASE64 Content-ID: <Pine.UW2.4.53.0307100957360.20112@ou8.int.multitalents.net> Content-Description: Content-Disposition: attachment; filename="configure.in.diff"

LS0tIGNvbmZpZ3VyZS5pbi5vbGQJMjAwMy0wNy0xMCAwOTo0MTo1My44NzM3 NjAwMDAgLTA3MDANCisrKyBjb25maWd1cmUuaW4JMjAwMy0wNy0xMCAwOTo0 NDoxOS40NDg3MjAwMDAgLTA3MDANCkBAIC03NTEsNyArNzUxLDExIEBADQog ICByZXR1cm4gMDsNCiB9DQogXSwNCi0gIGFjX2N2X3B0aHJlYWRfaXNfZGVm YXVsdD15ZXMsDQorWw0KKyAgYWNfY3ZfcHRocmVhZF9pc19kZWZhdWx0PXll cw0KKyAgYWNfY3Zfa3RocmVhZD1ubw0KKyAgYWNfY3ZfcHRocmVhZD1ubw0K K10sDQogICBhY19jdl9wdGhyZWFkX2lzX2RlZmF1bHQ9bm8sDQogICBhY19j dl9wdGhyZWFkX2lzX2RlZmF1bHQ9bm8pDQogXSkNCg==

---559023410-758783491-1057856256=:20112--