This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MrJean1
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-28.18:42:02
SpamBayes Score 3.6498157e-05
Marked as misclassified No
Message-id <1214678524.04.0.445289926189.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
I applied your patch to freshly updated configure and configure.in files 
and ran  ./configure --without-gcc on Solaris.

The resulting Makefile has empty BASECFLAGS and LDFLAGS.  Here is the 
snippet:

....
# Compiler options
OPT=            -DNDEBUG -O
BASECFLAGS=     
CFLAGS=         $(BASECFLAGS) $(OPT) $(EXTRA_CFLAGS)
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for 
setup.py to
# be able to build extension modules using the directories specified in 
the
# environment variables
CPPFLAGS=       -I. -IInclude -I$(srcdir)/Include 
LDFLAGS=        
LDLAST=         
SGI_ABI=        
CCSHARED=       -Kpic
LINKFORSHARED=  
# Extra C flags added for building the interpreter object files.
CFLAGSFORSHARED=
# C flags used for building the interpreter object files
PY_CFLAGS=      $(CFLAGS) $(CPPFLAGS) $(CFLAGSFORSHARED) -DPy_BUILD_CORE
....
History
Date User Action Args
2008-06-28 18:42:04MrJean1setspambayes_score: 3.64982e-05 -> 3.6498157e-05
recipients: + MrJean1, terry.reedy, mark.dickinson
2008-06-28 18:42:04MrJean1setspambayes_score: 3.64982e-05 -> 3.64982e-05
messageid: <1214678524.04.0.445289926189.issue3167@psf.upfronthosting.co.za>
2008-06-28 18:42:03MrJean1linkissue3167 messages
2008-06-28 18:42:02MrJean1create