[mythtv] g++

Chuck Wolber mythtv-dev@snowman.net
Sat Jan 11 22:33:53 EST 2003


Make sure the following two packages are installed:

gcc-c++
libstdc++

You can find 'em on your RedHat Linux CD. Just put the CD into the drive, 
open a root window and type: mount /mnt/cdrom

Then go to /mnt/cdrom/RedHat/RPMS

Now type: 

rpm -Uvh gcc-c++*.rpm
rpm -Uvh libstdc++*.rpm

It might complain about missing dependencies. You'll have to install the 
packages it is whining to satisfy the dependencies.

On a side note, if you find that you're not comfortable doing this, you
might want to reconsider trying to use MythTV at this point.

-Chuck


On 11 Jan 2003, Claus Christensen wrote:

> hi
> 
> I got following after running make:
> make[2]: g++: Command not found
> make[2]: *** [dialogbox.o] Error 127
> make[2]: Leaving directory `/home/cc/src/mythtv-0.7/libs/libmyth'
> make[1]: *** [sub-libmyth] Error 2
> make[1]: Leaving directory `/home/cc/src/mythtv-0.7/libs'
> make: *** [sub-libs] Error 2
> 
> according to locate, i don't have g++
> i searched some redhat-ftps, but couldn't find any g++ package.
> i'm using redhat 8.0
> 
> What to do?
> 
> 

-- 
 Quantum Linux Laboratories - ACCELERATING Business with Linux Technology
   * Education			|
   * Integration		| http://www.quantumlinux.com
   * Support			| chuckw@quantumlinux.com

"Those who don't understand UNIX are condemned to reinvent it, poorly." 
			-- Henry Spencer




More information about the mythtv-dev mailing list