Linking CXX executable cantata-replaygain
/usr/lib/gcc/i486-slackware-linux/4.8.2/../../../../i486-slackware-linux/bin/ld: /usr/lib/gcc/i486-slackware-linux/4.8.2/../../../libavcodec.a(pthread.o): undefined reference to symbol 'pthread_join@@GLIBC_2.0'
/usr/lib/gcc/i486-slackware-linux/4.8.2/../../../../i486-slackware-linux/bin/ld: note: 'pthread_join@@GLIBC_2.0' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [replaygain/cantata-replaygain] Error 1
make[1]: *** [replaygain/CMakeFiles/cantata-replaygain.dir/all] Error 2
make: *** [all] Error 2
- Feb 27 2014
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
As for what specific packages you need installed, it would help to know what distribution you are running. If it's (K)Ubuntu you will need the Ubuntu restricted extras package. - Oct 05 2007
Audio Extractors/Converters by viron 79 comments
make KDEDIR=/opt/kde3 install - Sep 24 2007
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
pacpl-install -i all
as root should install the required modules, binaries, etc. There are also many packages available for various distributions including Slackware, Debian, & SuSe. All of which are what you would call "Self-Installing Binaries". Feel free to email me regarding any installation troubles, or any other problems you may have with the application. - Jun 27 2007
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
perl -MCPAN -e 'install Test::Pod::Coverage' - Jan 19 2007
Audio Extractors/Converters by viron 79 comments
1) To remove pacpl should you have the urge: pacpl-install -u all
2) To (re)install the tagging modules: pacpl-install -i tags
3) To check / see which applications / modules you have installed: pacpl-install -c
Note: pacpl-install is NOT a self-install binary. It does not contain any of the required installation files. Using the '-i all' option, or any other associated install option (with the exception of '-i tags') outside the source directory will produce undesired results. - Nov 18 2006
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments

Dolphin Service Menus by TOD 6 comments
http://kde-apps.org/content/show.php?content=25766
PAC does this, along with what audioKonverter does, and I quote "much, much more" ;) - Feb 02 2006
Audio Extractors/Converters by viron 79 comments
Audio Extractors/Converters by viron 79 comments
./install.pl -i -k -x /usr/local/kde
Hope this answers your question. If you are not sure where kde is installed, type:
echo $KDEDIR
on the command prompt. - Jun 24 2005

Graphic Apps by wstokes 37 comments

Various KDE 1.-4. Improvements by teddy 19 comments

Utilities by nightwriter 6 comments
http://kde-look.org/content/show.php?content=12330
=) - Feb 05 2005

Network by TheOneAndOnlyFoo 11 comments
#!/bin/bash
wget http://checkip.dyndns.org 1>/dev/null 2>/dev/null
MYIP=`cat index.html | cut -d: -f2 | cut -d\< -f1`
rm index.html
echo "My WAN address is: $MYIP"
exit 0 - Oct 26 2004

Network by TheOneAndOnlyFoo 11 comments