compile fail on Mandriva 2011

The place to discuss linux version of MakeMKV
Post Reply
doctorwhofan10
Posts: 10
Joined: Sat Sep 03, 2011 1:09 am

compile fail on Mandriva 2011

Post by doctorwhofan10 »

Here is what I get with Mandriva 2011. The binary make and install works fine. The OSS make fails thus:

Code: Select all

make -f makefile.linux
which: no moc-qt4 in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin)
mkdir -p out
gcc -Os -D_GNU_SOURCE -D_linux_ -D_REENTRANT -shared -Wl,-z,defs -oout/libdriveio.so.0.full -Ilibdriveio/inc libdriveio/src/infolist.cpp libdriveio/src/scsihlp.cpp libdriveio/src/srlist.cpp libdriveio/src/stdquery.cpp libdriveio/src/tipclient.cpp libdriveio/src/tipcommon.cpp libdriveio/src/tipserver.cpp libdriveio/src/drives/pioneer.cpp libdriveio/src/drives/xboxhddvd.cpp \
-fPIC -Xlinker -dy -Xlinker --version-script=libdriveio/src/libdriveio.vers \
-Xlinker -soname=libdriveio.so.0 -lc -lstdc++
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
make: *** [out/libdriveio.so.0.full] Error 1
I think I have all the pre-req software in there.

Please advise.

-DW
canadien37
Posts: 15
Joined: Sat Nov 19, 2011 7:32 pm

Re: compile fail on Mandriva 2011

Post by canadien37 »

I'm having this problem also......If there is anyone who can give me step by step install instructions for this particular OS, it would be soooooo appreciated....
brian1976
Posts: 1
Joined: Thu Jul 11, 2013 1:58 am

Re: compile fail on Mandriva 2011

Post by brian1976 »

these are the dependncies




yum groupinstall development-tools
yum install gcc-c++ qt4-devel openssl-devel expat-devel


this is what worked for me on Fedora 19
austingrd
Posts: 49
Joined: Wed Jun 05, 2013 7:14 pm

Re: compile fail on Mandriva 2011

Post by austingrd »

You will need to have a c++ compiler for this to work. Also resinstalling g++ might help if still a no go.
Mistakes are learning tools. Image
Post Reply