That was probably the case.  We are required to use the ActiveState Python 
distribution.  I solved the problem by getting the latest version of gcc and 
using that.

Thanks!

Jeff Smith 


-----Original Message-----
From: Anthony Tuininga [mailto:[email protected]] 
Sent: Wednesday, December 29, 2010 12:47 AM
To: primary discussion list for use and development of cx_Freeze
Subject: Re: [cx-freeze-users] Errors trying to compile on SuSE Linux

Hmm, I don't generate the -fwrapv option in my setup.py so it could be
that the version of Python you are using was not compiled with the
version of gcc you are using. If that is the case I would recommend
compiling Python yourself as you may run into other incompatibilities
with your system. If that's not the case there could be a bug in
distutils that spuriously generates this statement. You should be able
to workaround the problem, though, by simply copying/pasting the
command line and removing the option before executing.

Anthony

On Tue, Dec 28, 2010 at 9:46 AM, Smith, Jeff <[email protected]> wrote:
> I am trying to build 4.1.2 on SUSE LINUX Enterprise Server 9 (i586) which
> has gcc 3.3.3 installed.  I get the following error:
>
> cc1: error: unrecognized option `-fwrapv'
>
> Is there a minimum gcc version required or a simple way to remove this
> option?
>
> Jeff Smith
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> cx-freeze-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to