<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello,<br><br>I have <a href="http://kubuntu.org/download.php#remix">Kubuntu 8.04 (KDE 4 Remix)</a> installed. I downloaded latest gstreamer source from CVS and have built and installed using the following options:<br><br>configure --disable-static --disable-nls --disable-loadsave --enable-debug=yes --enable-gst-debug=yes --enable-binary-registry --enable-gtk-doc<br><br>I am able to write test application (in c) and play a wav file fine.<br><br>But when I try to compile audio_example.c, I am running into following linker issue.. any ideas why?<br><br>gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) audio_example.c -o audio_example<br>/tmp/ccE2lsav.o: In function `main':<br>audio_example.c:(.text+0x58): undefined reference to `gst_controller_init'<br>audio_example.c:(.text+0x181):
 undefined reference to `gst_controller_new'<br>audio_example.c:(.text+0x1df): undefined reference to `gst_interpolation_control_source_new'<br>audio_example.c:(.text+0x1e7): undefined reference to `gst_interpolation_control_source_new'<br>audio_example.c:(.text+0x1ef): undefined reference to `gst_control_source_get_type'<br>audio_example.c:(.text+0x215): undefined reference to `gst_controller_set_control_source'<br>audio_example.c:(.text+0x21a): undefined reference to `gst_control_source_get_type'<br>audio_example.c:(.text+0x240): undefined reference to `gst_controller_set_control_source'<br>audio_example.c:(.text+0x253): undefined reference to `gst_interpolation_control_source_set_interpolation_mode'<br>audio_example.c:(.text+0x266): undefined reference to `gst_interpolation_control_source_set_interpolation_mode'<br>audio_example.c:(.text+0x2ac): undefined reference to `gst_interpolation_control_source_set'<br>audio_example.c:(.text+0x2df): undefined
 reference to `gst_interpolation_control_source_set'<br>audio_example.c:(.text+0x321): undefined reference to `gst_interpolation_control_source_set'<br>audio_example.c:(.text+0x358): undefined reference to `gst_interpolation_control_source_set'<br>audio_example.c:(.text+0x38f): undefined reference to `gst_interpolation_control_source_set'<br>collect2: ld returned 1 exit status<br></div></div><br>

      </body></html>