Re: [Alsa-user] Build 32 bit alsa-plugins on 64 bit system

2007-09-24 Thread John Haxby
Robert Gruendler wrote: > Edited the makefile and added -march=i386 and -mcpu=i386 manually to the > CFLAGS. > "-m32" is used to build 32 bit binaries on a 64 bit machine. You'll probably need a lot of 32 bit libraries available as well, depending on your distro. jch -

[Alsa-user] Build 32 bit alsa-plugins on 64 bit system

2007-09-23 Thread Robert Gruendler
Hi there, i'm having some troubles compiling a 32 bit version of the alsa-plugins on my Fedora x64 system. When compiling and installing, by default 64 bit shared objects get installed in /usr/lib. To compile 32 bit versions, so far i have tried the following: used 'setarch i386 ./configure'