Hi Richard, Your problem is very interesting, so I copy-paste your message into the development mailing-list.
2005/12/3, Richard Ellis <[EMAIL PROTECTED]>: > > However, I'm having trouble with ./configure --enable-alsaplayer > --enable-alsa and I was hoping you would have some ideas on how to fix > it? > > The console in Fedora Core 4 shows: > > [EMAIL PROTECTED] digital-scratch]# ./configure --enable-alsa > --enable-alsaplayer > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > /root/digital-scratch/missing: Unknown `--run' option > Try `/root/digital-scratch/missing --help' for more information > configure: WARNING: `missing' script is too old or missing > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for g++... g++ > checking for C++ compiler default output file name... a.out > checking whether the C++ compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking for style of include used by make... GNU > checking dependency style of g++... gcc3 > checking whether make sets $(MAKE)... (cached) yes > checking for gcc... gcc > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking dependency style of gcc... gcc3 > checking for library containing pthread_create... -lpthread > checking for library containing ap_set_speed... -lalsaplayer > checking for library containing snd_pcm_open... no > > I have tried installing alsaplayer from source to /opt, and also from > RPM from freshrpms.net, I always get this error. Do you have any > ideas? Alsaplayer lib seems to be found (> checking for library containing ap_set_speed... -lalsaplayer). Problem is about the ALSA lib because snd_pcm_open function is a part of libasound.a. Are you sure you installed the ALSA development lib ? If yes, in wich directory can we found this lib ? Maybe it is only a path problem. Bests, Julien.
