Message109225
| Author | mark.dickinson |
|---|---|
| Recipients | belopolsky, brett.cannon, doko, loewis, mark.dickinson, vstinner |
| Date | 2010-07-04.15:21:04 |
| SpamBayes Score | 0.021681506 |
| Marked as misclassified | No |
| Message-id | <1278256866.38.0.537155937505.issue9012@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thanks. Looks like we need a general solution to the problem of shared (non-module) dependencies in modules. So all that's needed is a way to stop _time.o showing up twice in MODOBJS in the Makefile, right? (For some reason, ranlib on OS X doesn't seem to have any problem with multiply-defined symbols; obviously Linux is different.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-04 15:21:06 | mark.dickinson | set | recipients: + mark.dickinson, loewis, brett.cannon, doko, belopolsky, vstinner |
| 2010-07-04 15:21:06 | mark.dickinson | set | messageid: <1278256866.38.0.537155937505.issue9012@psf.upfronthosting.co.za> |
| 2010-07-04 15:21:04 | mark.dickinson | link | issue9012 messages |
| 2010-07-04 15:21:04 | mark.dickinson | create | |