Voytek Eymont wrote:

> I'd like to install updated 'file' utility;
> 
> do I need something like
> taget='/usr/bin/'
> in Makefile ?

Unless you *really* know what you are doing, you should always 
install the package provided by your distribution instead of 
compiling it yourself.

> which Makefile, '.am' or '.in' ?

Did you read the INSTALL file?

It will tell you to do something like:

    ./configure
    make
    sudo make install

If you don't compile packages from source regularly you will almost
certainly be missing required build tools or dependancies.

Try installing this thing from a package.

> # whereis file
> file: /usr/bin/file /usr/local/bin/file

You have separate 'file' executables in /usr/bin and /usr/local/bin.
This will usually result in confusion.

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"I am astonished by President Bush when he claims there is nothing in 
the Koran that justifies jihad violence in the name of Islam. Is he 
some kind of Islamic scholar? Has he ever actually read the Koran?
-- Abu Qatada, Islamic Jihadist
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to