Ok. Looking at the makefile, I see that CC = cc and CXX = CC which is
correct. Further in the makefile, I see:
CONFIG_ARGS= '--prefix=/usr' '--enable-threads' '--with-cxx=CC'
Which, again, is correct. I can't seem to locate anywhere that looks
incorrect. Any thoughts?
···
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Monday, August 02, 2004 4:07 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] Solaris Compilation
Faulconer, Steven M. wrote:
Anyone have any thoughts were the setup.py for wxPython is getting
it's compiler information? The information for Solaris and the Sun
Compiler is incorrect and I'd like to fix it. Thanks.
It gets it from how Python was built. Specifically it gets it from the
Makefile produced by Python's configure, and which gets installed at
{prefix}/lib/python2.3/config/Makefile.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org