-1

I have cloned libvpx and run the following commands:

$ git clone http://git.chromium.org/webm/libvpx.git
$ cd libvpx
$ ./configure
$ make
# make install

After running make, it has taken 1 hour to compile and it is still running. I noticed it shows the same files over and over in the terminal.

I have searched on google but I couldn't find anything useful.

What should I do?

Surinder ツ
  • 1,778
  • 3
  • 16
  • 27
  • @shahbaz you have good knowledge and experience try help me. – Surinder ツ May 23 '14 at 11:42
  • I know how to properly write in English and tag questions. I don't know what libvpx is at all. – Shahbaz May 23 '14 at 11:47
  • yeah I understand but I am also using it first time. please try the same steps on your side, If you have time. – Surinder ツ May 23 '14 at 11:53
  • Randomly polling individual users is no way to get popular here. Write the question as clearly as you can, make sure it has correct tags, and wait. – tripleee May 23 '14 at 12:11
  • You might want to include a pertinent snippet out of the `make` output. Otherwise, we can't guess what's wrong without repeating the entire process, which not many users are willing to do. – tripleee May 23 '14 at 12:12
  • If make is rebuilding the same files again and again then I believe that means you have clock problems on your system and/or with the original timestamps of the files themselves. – Etan Reisner May 23 '14 at 13:23

1 Answers1

0

If make is rebuilding the same files again and again then I believe that means you have clock problems on your system and/or with the original timestamps of the files themselves.

Etan Reisner
  • 77,877
  • 8
  • 106
  • 148