LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Shoutcast problems.... (https://www.linuxquestions.org/questions/linux-newbie-8/shoutcast-problems-243230/)

JNaas 10-15-2004 08:44 PM

Shoutcast problems....
 
I have been looking for a way to play shoutcast(DI.fm)
but the tools i've tried to install, doesn't seem to work...
I probably just didn't do it right...

I have tried installing Amarok, Kderadiostation and streamtuner....
either it came with an error during install or nothing happened after install??
I read on shoutcasts site that i should use Xmms..

in xmms i use alsa mixer, and in the imbedded mpeg1/2/3 codec i have allowed shout/icecasts???

anyone got some ideas...

thx. JNaas


PS. im a real noob im not that great at compiling and stuff....
i usually just follow the steps given in the readme file...

:newbie:

spicychicken 10-25-2004 04:36 PM

what distro are you using?

what errors do you get when you try to install streamtuner?
(I have had pretty good luck with streamtuner and was unable to get kderadiostations to work well)

to install streamtuner i did....

1) downloaded streamtuner
http://savannah.nongnu.org/download/...er-0.99.tar.gz

2) brought up the terminal and went to the folder I downloaded it into

3) ran:

$ tar -xvzf streamtuner-0.99.tar.gz
{output...output...output}
$ cd streamtuner-0.99
{output...output...output}
$ ./configure
{output...output...output}
$ make
{output...output...output}
$ su -m {this is to log in as root -m is to stay in same folder}
{enter password}
# make install
{output...output...output}
# make clean {optional}
{output...output...output}
# exit {log out of root}
$ streamtuner {run streamtuner}

hope this helps

JNaas 10-26-2004 04:00 AM

thx for the reply...

i've tried installing streamtuner but it requires GTK+ 2.4.x

which i'm also having a lot of difficulty with!!!

spicychicken 10-26-2004 10:34 AM

I don't know if this will work for you but if you have apt or can get it.

If you use Debian or Fedora then apt will work for you. If you have fedora and have not installed it yet do a search for "apt fedora core #" # - whatever core version you have

If you don't have one of those two distros just do a search for apt and your distro to see if you can install it. It usually comes in a rpm and is relatively easy to install.

then run
$apt-get update
$apt-get install synaptic
$synaptic

This program will allow you to manage dependicies very well through GUI interface. You would simply scroll down and select GTK for installation.

JNaas 10-26-2004 03:29 PM

no sorry... running mandrake 10.0 official release...

got any pointers for that one?? :)

spicychicken 10-26-2004 06:52 PM

I'm pretty sure you can run apt on Mandrake 10.0

https://moin.conectiva.com.br/AptRpm...15cnc6.tar.bz2

you can use that link to download the source code for apt-get

just install from source...then run those commands

JNaas 10-27-2004 02:26 PM

I must be doing some thing wrong during install...
this is what i do:
- download to a folder ive made exclusivly for DL's
- unpack to location and ebter folder created in location
- open console from that location
- $./configure
- $make
- going su
- $make install
and i get following:

.... cdrom.o(.text+0x68): In function `CDROMMethod::CDROMMethod[not-in-charge]()':
/usr/include/c++/3.3.2/bits/basic_string.h:249: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.text+0x128): In function `CDROMMethod::CDROMMethod[not-in-charge]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:112: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x164):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x193): In function `CDROMMethod::CDROMMethod[not-in-charge]()':
/usr/include/c++/3.3.2/i586-mandrake-linux-gnu/bits/gthr-default.h:89: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x1a3): In function `CDROMMethod::CDROMMethod[not-in-charge]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x1a9):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x1b4):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x1bc): In function `CDROMMethod::CDROMMethod[not-in-charge]()':
/usr/include/c++/3.3.2/bits/basic_string.h:207: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x1ca): In function `CDROMMethod::CDROMMethod[not-in-charge]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:361: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x1da):/usr/include/c++/3.3.2/bits/stl_alloc.h:361: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x1e0):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x1eb):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x1f3): In function `CDROMMethod::CDROMMethod[not-in-charge]()':
/usr/include/c++/3.3.2/i586-mandrake-linux-gnu/bits/gthr-default.h:89: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x231): In function `CDROMMethod::CDROMMethod[in-charge]()':
/usr/include/c++/3.3.2/bits/basic_string.h:325: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.text+0x268):/usr/include/c++/3.3.2/bits/basic_string.h:325: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.text+0x328): In function `CDROMMethod::CDROMMethod[in-charge]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x364):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x393):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x3a3):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x3a9):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x3b4):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x3bc):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x3ca):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x3da):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x3e0):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x3eb):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x3f3):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x52e): In function `CDROMMethod::GetID(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/include/c++/3.3.2/bits/basic_string.h:325: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.text+0x59f): In function `CDROMMethod::Copy(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/include/c++/3.3.2/bits/basic_string.h:325: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.text+0x68e):/usr/include/c++/3.3.2/bits/basic_string.h:325: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.text+0xe42): In function `CDROMMethod::Fetch(pkgAcqMethod::FetchItem*)':
/usr/include/c++/3.3.2/bits/basic_string.h:325: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.text+0x4254): In function `main':
/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x43ec):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x4415):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x443e):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x447a):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x4487):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x448d):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4498):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x449d):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x457b):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x45a1):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x45c7):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x4617):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x4624):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x462a):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4635):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x463a):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x464b):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x4658):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x465e):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4669):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x466e):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x467f):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x468c):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x4692):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x469d):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x46a2):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x46dc):/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.text+0x4711):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x471e):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x4724):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x472f):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4734):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x4742):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x474f):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x4755):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4760):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4765):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x4776):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x4783):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x4789):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4794):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x4799):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.text+0x47aa):/usr/include/c++/3.3.2/bits/stl_alloc.h:434: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_freelist_index(unsigned)'
cdrom.o(.text+0x47b7):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()'
cdrom.o(.text+0x47bd):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x47c8):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.text+0x47cd):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()'
cdrom.o(.gnu.linkonce.t._ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_+0x1a): In function `std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/include/c++/3.3.2/bits/basic_string.h:249: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.gnu.linkonce.t._ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_+0x22): In function `std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/usr/include/c++/3.3.2/i586-mandrake-linux-gnu/bits/atomicity.h:38: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x9b): In function `CDROMMethod::~CDROMMethod [in-charge deleting]()':
/home/jnaas/Documents/Dls/unknown-purpose-apps/apt-0.5.15cnc6/methods/cdrom.cc:59: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x120): In function `CDROMMethod::~CDROMMethod [in-charge deleting]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:430: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x18b):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x198):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x1a8):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x1ba): In function `CDROMMethod::~CDROMMethod [in-charge deleting]()':
/usr/include/c++/3.3.2/bits/basic_string.h:207: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x1f1): In function `CDROMMethod::~CDROMMethod [in-charge deleting]()':
/usr/include/c++/3.3.2/i586-mandrake-linux-gnu/bits/gthr-default.h:89: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x1fb): In function `CDROMMethod::~CDROMMethod [in-charge deleting]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x209): In function `CDROMMethod::~CDROMMethod [in-charge deleting]()':
/usr/include/c++/3.3.2/i586-mandrake-linux-gnu/bits/gthr-default.h:496: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD0Ev+0x21b):/usr/include/c++/3.3.2/i586-mandrake-linux-gnu/bits/gthr-default.h:496: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x9b): In function `CDROMMethod::~CDROMMethod [in-charge]()':
/home/jnaas/Documents/Dls/unknown-purpose-apps/apt-0.5.15cnc6/methods/cdrom.cc:59: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x11c): In function `CDROMMethod::~CDROMMethod [in-charge]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:429: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_force_new'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x181): In function `CDROMMethod::~CDROMMethod [in-charge]()':
/usr/include/c++/3.3.2/i586-mandrake-linux-gnu/bits/gthr-default.h:89: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x18b): In function `CDROMMethod::~CDROMMethod [in-charge]()':
/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x199):/usr/include/c++/3.3.2/bits/stl_alloc.h:441: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x1ab):/usr/include/c++/3.3.2/bits/stl_alloc.h:442: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x1e2):/usr/include/c++/3.3.2/bits/stl_alloc.h:361: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x1ec):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_free_list'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x1fa):/usr/include/c++/3.3.2/bits/stl_alloc.h:443: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
cdrom.o(.gnu.linkonce.t._ZN11CDROMMethodD1Ev+0x20c): In function `CDROMMethod::~CDROMMethod [in-charge]()':
/home/jnaas/Documents/Dls/unknown-purpose-apps/apt-0.5.15cnc6/methods/cdrom.cc:59: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock'
../apt-pkg/.libs/libapt-pkg.so: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned)'
../apt-pkg/.libs/libapt-pkg.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_create(unsigned, std::allocator<char> const&)'
../apt-pkg/.libs/libapt-pkg.so: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::deallocate(void*, unsigned)'
collect2: ld returned 1 exit status
make[1]: *** [cdrom] Fejl 1
make[1]: Leaving directory `/home/jnaas/Documents/Dls/unknown-purpose-apps/apt-0.5.15cnc6/methods'
make: *** [install-recursive] Fejl 1
[###}$
- then:
[#]$ apt-get update
bash: apt-get: command not found
[#]$

spicychicken 10-27-2004 04:54 PM

looks like mandrake has something better than apt-get called urpmi -

looks like this would be the easiest way.
here is a howto page for urpmi
http://myweb.tiscali.co.uk/eggnbacon/docs/urpmi-howto/

I'm not familiar with urpmi since I don't use mandrake! However after you get GTK installed you should be able to install streamtuner.

hopefully this helps

here is another page for urpmi that looks helpful
http://easyurpmi.zarb.org/

JNaas 10-27-2004 08:20 PM

what exactly am i looking for cuz there aren't any rpm's that are called GTK+ 2.4.x, and all the packages i try to install doesn't meka it possible ti install streamtuner...
it still says gtk 2.4.0 missing...

:(

spicychicken 10-27-2004 10:46 PM

have you seen this page?
http://norlug.org/~chipster/rpm_index/cat2

Open up a console and become root. After which, run the following command to add the NORLUG URPMI repository to your system:

urpmi.addmedia NORLUG-10.0 \
http://www.ibiblio.org/pub/mirrors/n...ake-10.0/RPMS/ \
with hdlist.cz

then I think you run:

urpmi.update

then

urpmi fvwm2-gtk

------------------------------------------------------
if that doesn't work then check out the below pages

here is the page from that site for GTK 2.4
http://norlug.org/~chipster/rpm_hand...orlug.i586.rpm

this looks like a good site that explains all the functions of urpmi
http://usalug.org/phpBB2/viewtopic.php?t=2488


All times are GMT -5. The time now is 11:26 PM.