Re: Can't compile

2006-01-17 Thread Fredrik Lundh
"llothar" wrote: > Here i jump into this thread. > With this option the configure script runs well. > But then i get a compile error in complexobject. so what did the compiler say ? have you tried googling for relevant portions of the error message ? could this be the problem you're seeing ?

Re: Can't compile

2006-01-17 Thread llothar
Here i jump into this thread. With this option the configure script runs well. But then i get a compile error in complexobject. I'm using Solaris in 32-Bit Mode on my AthlonX2. -- http://mail.python.org/mailman/listinfo/python-list

Re: Can't compile

2006-01-12 Thread Martin v. Löwis
Layne Meier wrote: > checking whether the C++ compiler works... configure: error: cannot run > C++ compiled programs. [...] > Any and all help would be greatly appreciated. Just pass "--without-cxx" to configure. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Can't compile

2006-01-12 Thread Layne Meier
I am having a problem trying to get Python 2.4.2 to compile on my Sun Solaris 10 system. I've even tried adding CC=gcc to the configure file or even tried running the command ./configure --with-gcc This is what is happening: MAILBOT:root:8:Python-2.4.2:# ./configure checking MACHDEP... sunos5

Re: py2exe can't compile this program

2005-08-30 Thread billiejoex
Really thank you. It works. -- http://mail.python.org/mailman/listinfo/python-list

py2exe can't compile this program

2005-08-30 Thread Uwe Schmitt
> > Hi all. I tried to compile this little source with py2exe: > http://pastebin.com/350143 > ...but once I execute the program I encount this error: > > C:\src\dist>sniffer.exe > Traceback (most recent call last): > File "sniffer.py", line 24, in ? > File "sniffer.py", line 18, in get_int >

py2exe can't compile this program

2005-08-30 Thread billiejoex
Hi all. I tried to compile this little source with py2exe: http://pastebin.com/350143 ...but once I execute the program I encount this error: C:\src\dist>sniffer.exe Traceback (most recent call last): File "sniffer.py", line 24, in ? File "sniffer.py", line 18, in get_int LookupError: no codec

Re: Can't compile with --enable-shared on MacOSX

2005-04-18 Thread Robert Kern
Lothar Scholz wrote: Maarten Sneep <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... On Mac OS X the shared library functionality is obtained through frameworks. It may detect this by default, but I'm not sure about Not good. I don't want frameworks. I must embedd python into my

Re: Can't compile with --enable-shared on MacOSX

2005-04-18 Thread Lothar Scholz
Maarten Sneep <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > On Mac OS X the shared library functionality is obtained through > frameworks. It may detect this by default, but I'm not sure about Not good. I don't want frameworks. I must embedd python into my application. Sett

Re: Can't compile with --enable-shared on MacOSX

2005-04-18 Thread Maarten Sneep
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Lothar Scholz) wrote: > i tried to generate a dynamic library from the official > Python-2.4.0.tgz on MacOSX 10.3 but when i do the > > ./configure --enable-shared ; make ; sudo make install > > It links statically. It's also strange that i can

Can't compile with --enable-shared on MacOSX

2005-04-18 Thread Lothar Scholz
Help, i tried to generate a dynamic library from the official Python-2.4.0.tgz on MacOSX 10.3 but when i do the ./configure --enable-shared ; make ; sudo make install or ./configure --enable-shared=yes ; make ; sudo make install It links statically. It's also strange that i can't find a libp