Message316105
| Author | Ivan.Pozdeev |
|---|---|
| Recipients | Ivan.Pozdeev, serhiy.storchaka, terry.reedy |
| Date | 2018-05-03.03:35:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525318503.58.0.682650639539.issue33257@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Is threaded tcl just a compile switch, as with CPython? Yes. In tcl.vcxproj, tk.vcxproj and tix.vcxproj, there are parameters named like TclOpts that are passed as OPTS arg to the lib's makefiles. For Tcl 8.5, you need to pass "threads" to build with threads; for 8.6, "nothreads" to build without. Also, in tcltk.props, the resulting DLL/LIB names are hardcoded with or without the 't' suffix. You'll need to fix that if you wish to switch the Tcl flavor. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-03 03:35:03 | Ivan.Pozdeev | set | recipients: + Ivan.Pozdeev, terry.reedy, serhiy.storchaka |
| 2018-05-03 03:35:03 | Ivan.Pozdeev | set | messageid: <1525318503.58.0.682650639539.issue33257@psf.upfronthosting.co.za> |
| 2018-05-03 03:35:03 | Ivan.Pozdeev | link | issue33257 messages |
| 2018-05-03 03:35:03 | Ivan.Pozdeev | create | |