Hi There is no problem installing Xfburn from source on NetBSD 6.1.5 only on NetBSD 7.0.
The commands to install Xfburn is: netbsd1$ ./configure --prefix=/usr/pkg/ netbsd1$ gmake The gmake command stop with the messages: ld: warning: libintl.so.1, needed by /usr/pkg/lib/libexo-1.so, may conflict with libintl.so.8 xfburn-xfburn-transcoder-gst.o: In function `bus_call': /home/ff/div/sfw/src/xfburn/xfburn-0.5.4/xfburn/xfburn-transcoder-gst.c:629: undefined reference to `gst_is_missing_plugin_message' /home/ff/div/sfw/src/xfburn/xfburn-0.5.4/xfburn/xfburn-transcoder-gst.c:633: undefined reference to `gst_missing_plugin_message_get_description' Makefile:617: recipe for target 'xfburn' failed gmake[3]: *** [xfburn] Error 1 gmake[3]: Leaving directory '/home/ff/div/sfw/src/xfburn/xfburn-0.5.4/xfburn' Makefile:532: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/home/ff/div/sfw/src/xfburn/xfburn-0.5.4/xfburn' Makefile:562: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/home/ff/div/sfw/src/xfburn/xfburn-0.5.4' Makefile:451: recipe for target 'all' failed gmake: *** [all] Error 2 I don't know if it is the intltool package which give problems. I hope someone can help. Best regards Freddy Fisker