[Python-Dev] Hunting down configure script error
Steve Holden
steve at holdenweb.com
Tue Oct 24 20:13:07 CEST 2006
Christopher Taylor wrote:
> Ok, here's what I found: In addition to the configure script not
> taking changing LIBDIR, Modules/getpath.c uses a hardcoded value for
> static chat lib_python[] = "lib/python" VERSION;
> which appears on line 134. So even if the configure script changes
> LIBDIR it won't do much good because the value is hardcoded in (as
> opposed to using LIBDIR).
>
> So I can tell that this would need to be changed ... anyone else know
> much about this?
>
> I'm wondering if my posts are going through??
>
Your posts are making it. It's just that everyone's ignoring you :)
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
More information about the Python-Dev
mailing list