Re: [Python-Dev] Proper place to put extra args for building

2005-04-20 Thread "Martin v. LÃwis"
Brett C. wrote: > The other option is to not make configure.in skip injecting arguments when a > pydebug build is done based on whether OPT is defined in the environment. So > configure.in:670 could change to ``OPT="$OPT -g -Wall -Wstrict-prototypes"``. That's a procedural question: do we want to

Re: [Python-Dev] httplib timeout patch

2004-12-14 Thread "Martin v. LÃwis"
Brett C. wrote: Here is a patch for httplib. I added a timeout value for httplib.HTTPConnection, please check. Thanks for the patch, but this is the wrong place for it. Please create a new patch item on SourceForge at http://sourceforge.net/patch/?group_id=5470 . In addition, also avoid using

Re: [Python-Dev] Any reason why CPPFLAGS not used in compiling?

2004-12-05 Thread "Martin v. LÃwis"
Brett C. wrote: I noticed that Makefile.pre.in uses the value from the environment variable LDFLAGS but not CPPFLAGS. Any reason for this? How did you notice that? For LDFLAGS, Makefile.pre.in has LDFLAGS=@LDFLAGS@ This does *not* mean that the value from the environment is used. Instead