Looking for a little assistance compiling pbbuttonsd on OpenSUSE 10.2
Brought to you by:
matthiasgrimm
From: Jason W. <jvw...@ma...> - 2007-06-27 15:51:33
|
Hi everyone, first post here and a little assistance with getting pbbuttonsd working on OpenSUSE 10.2 It looks like I have all the dependencies resolved and ./configure LAPTOP=MACBOOK (I have a Macbook PRO) works. The "make install" gets all the way through but then fails at the last with the following: Making install in src Linking pbbuttonsd: [ERROR] g++ -g -O2 -o pbbuttonsd -L../libpbbipc pbbuttonsd.o init.o input_manager.o s upport.o class_config.o module_system.o module_powersave.o module_display.o m odule_cdrom.o class_backlight.o driver_backlight_sysfs.o class_mixer.o -lpbb driver_backlight_x1600.o driver_backlight_gma950.o module_acpi.o module_imac. o driver_mixer_oss.o driver_mixer_alsa.o ibam_stub.o -lpci -lsmbios -lasound -lm -ldl -lpthread -lstdc++ -L/opt/gnome/lib -lglib-2.0 -ldl /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0x4d0): undefined reference to `gzopen' /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0x563): undefined reference to `gzgets' /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0x668): undefined reference to `gzclose' /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0x689): undefined reference to `gzeof' /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0x718): undefined reference to `gzclose' /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0xaf2): undefined reference to `gzopen' /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0xc76): undefined reference to `gzerror' /usr/lib/gcc/i586-suse-linux/4.1.2/../../../libpci.a(names.o): In function `p ci_load_name_list': (.text+0xc96): undefined reference to `gzclose' collect2: ld returned 1 exit status make[1]: *** [pbbuttonsd] Error 1 make: *** [install-recursive] Error 1 Any clues that could point me in the right direction? Thanks! |