Jump to content

'make check' not found?


LLfan

Recommended Posts

Alright, attempting to compile Xine and after ./configure I am supposed to 'make check'. I get: bash: make check: command not foundSO I try make: bash: make: command not foundAm I missing something?

Link to comment
Share on other sites

I would try finding RPM for your distro but if you insist on compiling then you need command make and make install.They are part of "Devlopment Tools" package I believe.Try installing all Development tools and then try again compilation.

Link to comment
Share on other sites

I'm a little confused. Here is the package I am trying to install: xine-lib-1-rc2It came as a tar.gz teacher but I had already extracted it. I cd to the directory, ./configure (went just fine) but make gives me a bad bash command as stated above. I tired installing development tools but still no good.Any other ideas?

Link to comment
Share on other sites

Did you do some research to see what your dependencies are? Where is the file located? Maybe a clean download of your file will make a difference? Possibly corrupt? Of course I am just guessing. I went and looked and mine was installed as an RPM with all dependencies included so I did not have to do anything extra to install.

Link to comment
Share on other sites

Did you do some research to see what your dependencies are?  Where is the file located?  Maybe a clean download of your file will make a difference?  Possibly corrupt?  Of course I am just guessing.  I went and looked and mine was installed as an RPM with all dependencies included so I did not have to do anything extra to install.
I did do some research, installed the dependencies it requested, ./configured did a check and all went well so it told me to make.Where oh where did you get the rpm as I could not find it on their site?
Link to comment
Share on other sites

Hi MikeI know this advice is coming too late . . but for future reference ( I know you like to venture exotic packages :'( ):1).

$ ./configure --info  or ./configure --help

often can give you lots of info about the special parameters you can give ./configure2). "make test" won´t work if you don´t do "make" first . . . So:

$ cd package$ ./configure -info$ ./configure$ make$ make test$ su< password ># make install# make clean

:devil: Bruno

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...