RE: Illegal instruction or undefined symbol from import

2006-07-05 Thread Kerry, Richard
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Maclaren Sent: 05 July 2006 11:32 To: python-list@python.org Subject: Re: Illegal instruction or undefined symbol from import In article <[EMAIL PROTECTED]>, Mathias Waack <[EMAIL PROTECTED]> writes: |>

Re: Illegal instruction or undefined symbol from import

2006-07-05 Thread Nick Maclaren
In article <[EMAIL PROTECTED]>, Mathias Waack <[EMAIL PROTECTED]> writes: |> |> > There's |> > a lot of somewhat obscure mathematical stuff that got into the standard |> > C lib. How often do you need Bessel functions? |> |> Maybe each day. What is a Bessel function?;) Some people use them all

Re: Illegal instruction or undefined symbol from import

2006-07-05 Thread Mathias Waack
Richard Brodie wrote: > "Mathias Waack" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >> BTW, does anybody know why the c-lib offers both log and log1p? > > So you can get a sensible answer computing log(1 + 10 ^ -30). Ok, that make sense to me. > There's > a lot of somewha

Re: Illegal instruction or undefined symbol from import

2006-07-05 Thread Richard Brodie
"Mathias Waack" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > BTW, does anybody know why the c-lib offers both log and log1p? So you can get a sensible answer computing log(1 + 10 ^ -30). There's a lot of somewhat obscure mathematical stuff that got into the standard C lib. How

Re: Illegal instruction or undefined symbol from import

2006-07-05 Thread Mathias Waack
Continuing my monologe;) Mathias Waack wrote: > I've embedded python into a legacy application. It works - most of the > time. In some special situations the app crashes executing the "import > random". There are two different situations: > > 1. the sources compiled with gcc 4.1.2 crash with ille

Illegal instruction or undefined symbol from import

2006-07-04 Thread Mathias Waack
Hi, I've embedded python into a legacy application. It works - most of the time. In some special situations the app crashes executing the "import random". There are two different situations: 1. the sources compiled with gcc 4.1.2 crash with illegal instruction error: (running my application)