On Jun 28, 2005, at 10:28 AM, Ronald Oussoren wrote:
>
> On 28-jun-2005, at 15:29, Gary Robinson wrote:
>
>
>
> The attached file contains a c module with 4 versions of the same
> extremely simple function. All they do is return a float
> double to
> python. The zip also
On 28-jun-2005, at 15:29, Gary Robinson wrote:
The attached file contains a c module with 4 versions of the same
extremely simple function. All they do is return a float double to
python. The zip also contains the setup.py to build it.
>>>
>>> Data point: fun3 gi
>>>
>>> The attached file contains a c module with 4 versions of the same
>>> extremely simple function. All they do is return a float double to
>>> python. The zip also contains the setup.py to build it.
>>>
>>
>> Data point: fun3 gives me a bus error on Tiger with Python 2.4.1
>> and gc
I'm using a nov2004 updated build, reported on my machine as
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1671)
Gary
--
Gary Robinson
CTO
Emergent Music, LLC
[EMAIL PROTECTED]
207-942-3463
Company: http://www.goombah.com
Blog:http://www.garyrobin
Just out of curiosity,
Are you using gcc3.3 build 1666?
If so, you probably want to install the November2004 gcc updater as
that version had some really nasty problems with emitting bad machine
code. The update is available for free on the apple developer site.
/kel
On Jun 27, 2005, at 7:51
Interesting, maybe it's a problem with gcc 3.3.
Gary
--
Gary Robinson
CTO
Emergent Music, LLC
[EMAIL PROTECTED]
207-942-3463
Company: http://www.goombah.com
Blog:http://www.garyrobinson.net
On Mon, 27 Jun 2005 16:26:16 -0700, Brian Lenihan wrote:
>
> On Jun 27, 2005, at 4:15 PM, Robert Ke
On Jun 27, 2005, at 4:15 PM, Robert Kern wrote:
> Gary Robinson wrote:
>
>> Hello,
>>
>> The attached file contains a c module with 4 versions of the same
>> extremely simple function. All they do is return a float double to
>> python. The zip also contains the setup.py to build it.
>>
>
> Data p
Gary Robinson wrote:
> Hello,
>
> The attached file contains a c module with 4 versions of the same
> extremely simple function. All they do is return a float double to
> python. The zip also contains the setup.py to build it.
Data point: fun3 gives me a bus error on Tiger with Python 2.4.1 and