Re: [gentoo-user] broken python howto [SOLVED][OT]

2007-01-29 Thread Daniel Iliev
Statux wrote: >> No, I don't have it in my CFLAGS: >> grep CFLA /etc/make.conf >> CFLAGS="-march=pentium2 -mmmx -pipe -O3 -fomit-frame-pointer" >> CXXFLAGS="${CFLAGS}" >> > > shouldn't -mmmx be -mmx or have I been looking at too many switches and > use flags and going cross-eyed? > > Whe

Re: [gentoo-user] broken python howto [SOLVED][OT]

2007-01-29 Thread Statux
> No, I don't have it in my CFLAGS: > grep CFLA /etc/make.conf > CFLAGS="-march=pentium2 -mmmx -pipe -O3 -fomit-frame-pointer" > CXXFLAGS="${CFLAGS}" shouldn't -mmmx be -mmx or have I been looking at too many switches and use flags and going cross-eyed? signature.asc Description: This is a digi

Re: [gentoo-user] broken python howto [SOLVED][OT]

2007-01-29 Thread Daniel Iliev
Albert Hopkins wrote: > You didn't do something crazy like put "-static" in your CFLAGS did you? > > No, I don't have it in my CFLAGS: grep CFLA /etc/make.conf CFLAGS="-march=pentium2 -mmmx -pipe -O3 -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" (yes it's an old Compaq Pentium II @400MHz with 12

Re: [gentoo-user] broken python howto [SOLVED]

2007-01-29 Thread Albert Hopkins
You didn't do something crazy like put "-static" in your CFLAGS did you? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] broken python howto [SOLVED]

2007-01-29 Thread Daniel Iliev
Albert Hopkins wrote: > > First question: what did you do? > > # python > Python 2.4.4 (#1, Jan 2 2007, 19:55:21) > [GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2 > Type "help", "copyright", "credits" or "license" for more > information. > >>> import time