[mythtv-users] Compile Error on FC3 SVN

Brian Fischer brianafischer at gmail.com
Wed Jan 25 18:41:39 UTC 2006


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

[mythtv at mythtv 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
[mythtv at mythtv mythtv]$ ./configure --prefix=/usr
[mythtv at mythtv 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



More information about the mythtv-users mailing list