|
From: Jeff F. <J....@fa...> - 2003-04-07 20:34:54
|
On Mon, 7 Apr 2003, Nathan Walp wrote: > On Mon, Apr 07, 2003 at 12:01:02PM -0700, Jeff Frost wrote: > > Does gaim 0.60 need a specific version of libao? I get a bunch of > > undefined references in sound.c when compiling > > > > /sound.c:100: undefined reference to `ao_initialize' > > sound.o: In function `gaim_sound_change_output_method': > > /sound.c:124: undefined reference to `ao_driver_info' > > /sound.c:114: undefined reference to `ao_driver_id' > > /sound.c:117: undefined reference to `ao_driver_id' > > /sound.c:120: undefined reference to `ao_default_driver_id' > > sound.o: In function `gaim_sound_play_file': > > /sound.c:253: undefined reference to `ao_open_live' > > /sound.c:262: undefined reference to `ao_play' > > /sound.c:265: undefined reference to `ao_close' > > /sound.c:269: undefined reference to `ao_shutdown' > > sound.o: In function `gaim_sound_quit': > > /sound.c:138: undefined reference to `ao_shutdown' > > /usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_Next_Char' > > /usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_First_Char' > > collect2: ld returned 1 exit status > > > > I've got libao-0.8.2. > > > > I belive that should work, but I'm not certain. I'm running 0.8.3 here. > It seems you have other linking issues as well, with pango. Did you > install libao in an odd location, i.e. not in /usr or /usr/local? libao is the redhat-7.3 libao installed in /usr/lib and the devel includes in /usr/include. the /usr/lib/libpangoxft-1.0.so is from pango-devel-1.0-1 redhat rpm. Perhaps redhat has applied some funny patches to the pango and/or libao stuff. :-/ |