Search found 5 matches

by rezsbc
Sat Jun 30, 2012 5:46 pm
Forum: MakeMKV for Linux
Topic: Ubuntu 12.04 x64 error: undefined reference to stat64
Replies: 6
Views: 17398

Re: Ubuntu 12.04 x64 error: undefined reference to stat64

OK crowfax you might not be the worlds biggest expert but you sorted me out!!

I removed (aptitude reinstall) the dependencies and it worked!

Must be something to do with my libc library.... thanks all for the help appreciate all the replies :)
by rezsbc
Sat Jun 30, 2012 5:25 pm
Forum: MakeMKV for Linux
Topic: Ubuntu 12.04 x64 error: undefined reference to stat64
Replies: 6
Views: 17398

Re: Ubuntu 12.04 x64 error: undefined reference to stat64

Thanks tanders I'll dig deeper.

It's complaining about this function in '/makemkv-oss-1.7.6/libabi/src':


int SYS_fstat(int filedes, SYS_stat *buf)
{
struct stat64 st;
int err;

err = fstat64(filedes,&st);

if (!err)
{
statcvt(buf,&st);
}

return err;
}


I'm no expert but I tend to ...
by rezsbc
Tue Jun 26, 2012 3:47 pm
Forum: MakeMKV for Linux
Topic: MakeMKV does a great job
Replies: 1
Views: 7083

Re: MakeMKV does a great job

Good luck using Linux!! Welcome aboard :)
by rezsbc
Tue Jun 26, 2012 3:44 pm
Forum: MakeMKV for Linux
Topic: Ubuntu 12.04 x64 error: undefined reference to stat64
Replies: 6
Views: 17398

Re: Ubuntu 12.04 x64 error: undefined reference to stat64

Thanks yes I have all the dependencies installed:

cathal@officepc:~$ sudo apt-get install build-essential libc6-dev libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev
[sudo] password for cathal:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build ...
by rezsbc
Tue Jun 26, 2012 2:06 pm
Forum: MakeMKV for Linux
Topic: Ubuntu 12.04 x64 error: undefined reference to stat64
Replies: 6
Views: 17398

Ubuntu 12.04 x64 error: undefined reference to stat64

Folks,

I'm having a bit of difficulty compiling this on my Ubuntu 12.04 64 bit machine. I have been able to compile fine previously on the same machine, even under 12.04 to my knowledge.

Currently when I try to compile the 'oss' package I get an error that there is an "undefined reference to ...