On 21/02/2011 22:46, Stefan Krah wrote:
error: command 'gcc' failed with exit status 1
where should I be looking to fix this problem?
Try the patch from http://bugs.python.org/issue10547 or use an svn checkout.
The patch didn't make it into 2.7.1.
Stefan Krah
well that fixes thin
On 21/02/2011 22:36, Philip Semanchuk wrote:
..
running build_ext
building '_mysql' extension
creating build/temp.freebsd-7.0-RELEASE-i386-2.7
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -fPIC -Dversion_info=(1,2,2,'final',0) -D__version_
Philip Semanchuk wrote:
> On Feb 21, 2011, at 12:56 PM, Robin Becker wrote:
> > After installing python 2.7.1 on a Freebsd 8.0 system with the normal
> > configure make dance
> >
> > ./configure --prefix=$HOME/PYTHON --enable-unicode=ucs2
> > make
> > make install
> >
> > I find that when I bui
On Feb 21, 2011, at 12:56 PM, Robin Becker wrote:
> After installing python 2.7.1 on a Freebsd 8.0 system with the normal
> configure make dance
>
> ./configure --prefix=$HOME/PYTHON --enable-unicode=ucs2
> make
> make install
>
> I find that when I build extensions PIL, MySQLdb I'm getting er