Re: gmp required ABI=32

2008-11-11 Thread Ken Moffat
On Wed, Nov 12, 2008 at 07:26:14AM +1100, Greg Schafer wrote: > Tobias Gasser wrote: > > > i had to add ABI=32 as my system was identified ad 64bit. > > > > ./configure ABI=32 --prefix=/usr --enable-cxx --enable-mpbsd > > > > i'm using CFLAGS="-O3 -march=i486" as a global setting, overwritten fo

Re: gmp required ABI=32

2008-11-11 Thread Greg Schafer
Tobias Gasser wrote: > i had to add ABI=32 as my system was identified ad 64bit. > > ./configure ABI=32 --prefix=/usr --enable-cxx --enable-mpbsd > > i'm using CFLAGS="-O3 -march=i486" as a global setting, overwritten for > some special cases mentionned in the book. > > any idea why i have to

Re: gmp required ABI=32

2008-11-11 Thread Bruce Dubbs
Gilles Espinasse wrote: > From: "Tobias Gasser" <[EMAIL PROTECTED]> >> i had to add ABI=32 as my system was identified ad 64bit. >> >> ./configure ABI=32 --prefix=/usr --enable-cxx --enable-mpbsd >> >> i'm using CFLAGS="-O3 -march=i486" as a global setting, overwritten for >> some special cases m

Re: gmp required ABI=32

2008-11-11 Thread Gilles Espinasse
- Original Message - From: "Tobias Gasser" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 11, 2008 5:21 PM Subject: gmp required ABI=32 > i had to add ABI=32 as my system was identified ad 64bit. > > ./configure ABI=32 --prefix=/usr --enable-cxx --enable-mpbsd > > i'm using CFLAGS="

gmp required ABI=32

2008-11-11 Thread Tobias Gasser
i had to add ABI=32 as my system was identified ad 64bit. ./configure ABI=32 --prefix=/usr --enable-cxx --enable-mpbsd i'm using CFLAGS="-O3 -march=i486" as a global setting, overwritten for some special cases mentionned in the book. any idea why i have to add ABI=32 ??? thanks tobias -- htt

Re: current pkg-config looks for gtk-config and glib-config for 1.x

2008-11-11 Thread Ken Moffat
On Tue, Nov 11, 2008 at 01:17:31AM -0600, DJ Lucas wrote: > I had completely forgotten about gtk1 and made a typo, but I find this > to be very sloppy: > > [EMAIL PROTECTED] gtk+-2.14.4]# pkg-config --libs gtk+ > sh: gtk-config: command not found > sh: gtk-config: command not found > sh: gtk-conf