RE: MySQLdb compile error with AMD64

2006-02-28 Thread Keith Burns
Title: RE: MySQLdb compile error with AMD64 Found it. Had to change Extra_compile_args = config(cflags) to the actual list with –march=athlon64 Now just realized that I didn’t download the right RPMs for MySQL for SUSE on AMD64 (so got lib errors I am assuming cos of that). Will download

MySQLdb compile error with AMD64

2006-02-28 Thread Keith Burns
Title: MySQLdb compile error with AMD64 >> Can anyone offer any assistance on this one? > >Look here: > >>> gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall >>> -D_FORTIFY_SOURCE=2 -g -fPIC -I/usr/include/mysql >>&g

RE: MySQLdb compile error with AMD64

2006-02-28 Thread Heiko Wundram
[EMAIL PROTECTED] wrote: > Can anyone offer any assistance on this one? Look here: >> gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall >> -D_FORTIFY_SOURCE=2 -g -fPIC -I/usr/include/mysql >> -I/usr/include/python2.4 -c _mysql.c -o >> build/temp.linux-x86_64-2.4/_mysql.o -I

RE: MySQLdb compile error with AMD64

2006-02-28 Thread keith
Can anyone offer any assistance on this one? Is it unsupported on AMD64 ? Nothing in the README points to that. I thought it would default to 32bit if not supported under 64. > > Hi, > > I have been using MySQLdb on a 32-bit processor, no worries. Love it. > > I went to install on an AMD64 runn

MySQLdb compile error with AMD64

2006-02-27 Thread keith
Hi, I have been using MySQLdb on a 32-bit processor, no worries. Love it. I went to install on an AMD64 running the 64-bit version of SUSE 10.0. I get the following error during the "python setup.py build" gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE