Well, I hit the send button a little early and I misinterpreted the g++ error... I just checked and I was missing gcc!
# yum install gcc gcc-c++ fixed the issue. -Brian -----Original Message----- From: Brian Fischer [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 1:42 PM To: '[email protected]' Subject: Compile Error on FC3 SVN I am getting the following error on a "make" command (any advice would be appreciated!): make[2]: g++: Command not found make[2]: *** [libmythavutil-0.19.so.0.19.0] Error 127 make[2]: Leaving directory `/home/mythtv/myth-svn/mythtv/libs/libavutil' make[1]: *** [sub-libavutil] Error 2 make[1]: Leaving directory `/home/mythtv/myth-svn/mythtv/libs' make: *** [sub-libs] Error 2 I am using the wiki from http://www.mythtv.org/wiki/index.php/Upgrading_To_CVS#MythTV to learn how to compile from CVS. Hopefully I can contribute some help once I get this figured out. Thanks, Brian [EMAIL PROTECTED] mythtv]$ ./configure --prefix=/usr # Basic Settings Compile type release Compiler cache no DistCC no Install prefix /usr CPU x86 (athlon) Big Endian no MMX enabled yes Vector Builtins yes # Input Support Joystick menu yes lirc support yes Video4Linux sup. yes ivtv support yes FireWire support no DVB support no [/usr/include] DBox2 support yes # Sound Output Support OSS support yes ALSA support no aRts support no JACK support no DTS passthrough no # Video Output Support x11 support yes xrandr support yes xv support yes XvMC support no XvMC VLD support no XvMC pro support no XvMC libs OpenGL vsync no DirectFB no # Misc Features DVD playback no Frontend yes Backend yes Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak libs/libmyth/mythconfig.h is unchanged [EMAIL PROTECTED] mythtv]$ ./configure --prefix=/usr [EMAIL PROTECTED] mythtv]# make cd libs && make -f Makefile make[1]: Entering directory `/home/mythtv/myth-svn/mythtv/libs' cd libavutil && make -f Makefile make[2]: Entering directory `/home/mythtv/myth-svn/mythtv/libs/libavutil' qmake "PREFIX=/usr" -o Makefile libavutil.pro make[2]: Leaving directory `/home/mythtv/myth-svn/mythtv/libs/libavutil' make[2]: Entering directory `/home/mythtv/myth-svn/mythtv/libs/libavutil' rm -f libmythavutil-0.19.so.0.19.0 libmythavutil-0.19.so libmythavutil-0.19.so.0 libmythavutil-0.19.so.0.19 g++ -shared -Wl,-soname,libmythavutil-0.19.so.0 -o libmythavutil-0.19.so.0.19.0 mathematics.o integer.o rational.o intfloat_readwrite.o -lpthread make[2]: g++: Command not found make[2]: *** [libmythavutil-0.19.so.0.19.0] Error 127 make[2]: Leaving directory `/home/mythtv/myth-svn/mythtv/libs/libavutil' make[1]: *** [sub-libavutil] Error 2 make[1]: Leaving directory `/home/mythtv/myth-svn/mythtv/libs' make: *** [sub-libs] Error 2 _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
