On Thu, 07 Jun 2007 17:16:28 -0400 Jerry Geis <geisj@xxxxxxxxxxxxxxx> wrote: > I am using alsa -1.0.14 and MPlayer 1.0rc1 > > mplayer is compiles on amd X2 with the command: > ../configure --disable-ivtv --enable-largefiles --target=athlon_xp > --cc="$MPLAYERCC -m32" --as="as -32" --with-extralibdir=/usr/lib; make; > make install > > > This is so I can play wmv's on a 64 bit box. > > However, mplayer detection finds the 64 bit alsa compiled library > > int main(void) { return 0; } > > gcc34 -m32 -O4 -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math > -fomit-frame-pointer -I/usr/include -L/usr/lib -o > /tmp/mplayer-conf-3759-31048.o /tmp/mplayer-conf-8182-31048.c -lasound > -ldl -lpthread > /usr/bin/ld: skipping incompatible /usr/lib64/libasound.so when > searching for -lasound > /usr/bin/ld: cannot find -lasound > collect2: ld returned 1 exit status > > > > How do I resolve the 32 bit /64 bit libasound issue??? > > Do I somehow build alsa for bot 32 and 64 bits? > > THanks, > > Jerry > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Alsa-user mailing list > Alsa-user@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/alsa-user > Typically you have to set LD_LIBRARY_PATH in a manner 32 bit libraries will be in the search path first. The nuisance is that there is more than one library involved ... --Sergei. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user