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
-
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'