On 25 May 2011 20:05, Dave McGary <[email protected]> wrote: > Bingo! > > The fix you pointed me to seems to have done the trick! > > I had to point the gcc-4.0 compiler to the gcc-4.2 compiler (again), but > the build and install both seem to have worked. > > bubba:bin$ cd /usr/bin > bubba:bin$ sudo ln -s ./gcc-4.2 ./gcc-4.0 > bubba:bin$ cd ~/Documents/Installers/cx_Freeze/Sources/cx_Freeze-4.2.3 > bubba:cx_Freeze-4.2.3$ ARCHFLAGS='-arch i386' python setup.py build > > Normal build ensues... > > bubba:cx_Freeze-4.2.3$ ARCHFLAGS='-arch i386' python setup.py install > > Normal install ensues... > > Thank you Mr. Wood!
Glad I could help :) -- Michael Wood <[email protected]> ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
