Re: Compiling Python from Sources

2006-05-24 Thread rwr
Thank YOU ever s much as it worked my friend!!! Thank you. Sincerely, rwr -- http://mail.python.org/mailman/listinfo/python-list

Re: Compiling Python from Sources

2006-05-24 Thread [EMAIL PROTECTED]
rwr wrote: > Due to my ignorance exactly what do you mean by "In my case, I had to > run configure over and over againeach time going through the log > finding a new missing file, re-install, > and repeat until the errors stopped." My In my case, my error log said it couldn't find the file "make"

Re: Compiling Python from Sources

2006-05-24 Thread rwr
Due to my ignorance exactly what do you mean by "In my case, I had to run configure over and over againeach time going through the log finding a new missing file, re-install, and repeat until the errors stopped." My Why I ask is that I utilized "apt-get install gcc" to install gcc. Are there addi

Re: Compiling Python from Sources

2006-05-24 Thread rwr
Thank you ever so much mensanator!!! Very much appreciated! rwr -- http://mail.python.org/mailman/listinfo/python-list

Re: Compiling Python from Sources

2006-05-24 Thread [EMAIL PROTECTED]
rwr wrote: > configure:1687: checking for gcc > configure:1703: found /usr/bin/gcc > configure:1713: result: gcc At this point, configure thinks you have the gcc compiler installed. > configure:1753: checking for C++ compiler default output file name > configure:1756: gccconftest.cc >&5

Re: Compiling Python from Sources

2006-05-24 Thread rwr
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by python configure 2.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## - ## ## Platform. ## ##

Re: Compiling Python from Sources

2006-05-24 Thread [EMAIL PROTECTED]
rwr wrote: > As a newbie I am having problems/errors configuring Python after > unpacking the Python archive: > > # ./configure > checking MACHDEP... linux2 > checking EXTRAPLATDIR... > checking for --without-gcc... no > checking for --with-cxx=... no > checking for c++... no > checking for g++...

Compiling Python from Sources

2006-05-24 Thread rwr
As a newbie I am having problems/errors configuring Python after unpacking the Python archive: # ./configure checking MACHDEP... linux2 checking EXTRAPLATDIR... checking for --without-gcc... no checking for --with-cxx=... no checking for c++... no checking for g++... no checking for gcc... gcc che