[mythtv] RedHat Issues?

Chris Kleeschulte mythtv-dev@snowman.net
Thu, 15 Aug 2002 21:01:17 -0700


This is a multi-part message in MIME format.

------=_NextPart_000_02B5_01C2449E.E60DF0B0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

g++ is the c++ compiler itself.....you will probably need to add the =
path to your compiler as an environment variable.

mine is in /usr/bin


i can't imagine you not having it unless you don't have gcc itself which =
you said you did :).....unless gcc was compiled w/out?!?

this will probably do it...


adding to the PATH env variable like this:


$ export PATH=3D$PATH:/usr/bin

finding g++ like this:

$ find / -name g++




Chris






  ----- Original Message -----=20
  From: Matt Bowman=20
  To: mythtv-dev@snowman.net=20
  Sent: Thursday, August 15, 2002 8:26 PM
  Subject: [mythtv] RedHat Issues?


  After alot of playign around I have all the required
  apps loaded, however I have and error when I type make
  in the mythtv dir.

  make[1]: g++: Command not found

  I have searched and can not find how to fix this. I do
  have gcc.

  Please any advice would be great. Thank you
  -M

  __________________________________________________
  Do You Yahoo!?
  HotJobs - Search Thousands of New Jobs
  http://www.hotjobs.com
  _______________________________________________
  mythtv-dev mailing list
  mythtv-dev@snowman.net
  http://www.snowman.net/mailman/listinfo/mythtv-dev

------=_NextPart_000_02B5_01C2449E.E60DF0B0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>g++ is the c++ compiler =
itself.....you will=20
probably need to add the path to your compiler as an environment=20
variable.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>mine is in /usr/bin</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>i can't imagine you not having it =
unless you=20
don't have gcc itself which you said you did :).....unless gcc was =
compiled=20
w/out?!?</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>this will probably do =
it...</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>adding to the PATH env variable like=20
this:</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>$ export =
PATH=3D$PATH:/usr/bin</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>finding g++ like this:</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>$ find&nbsp;/ -name g++</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Chris</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dmatt_bowman@yahoo.com =
href=3D"mailto:matt_bowman@yahoo.com">Matt=20
  Bowman</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3Dmythtv-dev@snowman.net=20
  href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A> =
</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Thursday, August 15, 2002 =
8:26=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> [mythtv] RedHat =
Issues?</DIV>
  <DIV><BR></DIV>After alot of playign around I have all the =
required<BR>apps=20
  loaded, however I have and error when I type make<BR>in the mythtv=20
  dir.<BR><BR>make[1]: g++: Command not found<BR><BR>I have searched and =
can not=20
  find how to fix this. I do<BR>have gcc.<BR><BR>Please any advice would =
be=20
  great. Thank=20
  =
you<BR>-M<BR><BR>__________________________________________________<BR>Do=
 You=20
  Yahoo!?<BR>HotJobs - Search Thousands of New Jobs<BR><A=20
  =
href=3D"http://www.hotjobs.com">http://www.hotjobs.com</A><BR>___________=
____________________________________<BR>mythtv-dev=20
  mailing list<BR><A=20
  =
href=3D"mailto:mythtv-dev@snowman.net">mythtv-dev@snowman.net</A><BR><A=20
  =
href=3D"http://www.snowman.net/mailman/listinfo/mythtv-dev">http://www.sn=
owman.net/mailman/listinfo/mythtv-dev</A></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_02B5_01C2449E.E60DF0B0--