[issue3167] math test fails on Solaris 10

Jean Brouwers report at bugs.python.org
Sat Jun 28 20:42:04 CEST 2008


Jean Brouwers <MrJean1 at Gmail.com> added the comment:

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
....

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3167>
_______________________________________


More information about the Python-bugs-list mailing list