Page 1 of 1

MakeMKV 1.6.10 oss fails compile on Fedora 14 x86_64

Posted: Fri Jun 10, 2011 8:51 pm
by ryjguy7
makemkv_v1.6.10_bin installs fine.

makemkv_v1.6.10_oss fails every attempt at compiling.

. . . multiple errors of ;

/usr/lib/gcc/x86_64-redhat-linux/4.5.1/../../../../include/c++/4.5.1/utility:69:28: fatal error: bits/c++config.h: No such file or directory
compilation terminated

. . . any help would be appreciated

ryjguy7

Re: MakeMKV 1.6.10 oss fails compile on Fedora 14 x86_64

Posted: Sat Jun 11, 2011 8:32 pm
by ryjguy7
. . . I have resolved this issue. Missing was the libstdc++-devel package

Code: Select all

yum install libstdc++-devel
ryjguy7

Re: MakeMKV 1.6.10 oss fails compile on Fedora 14 x86_64

Posted: Sat Jun 11, 2011 9:10 pm
by crowfax
Thanks for posting the solution. I'm sure other Fedora users will find it useful!