autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A rosetta stone of package names?


From: Ralf Wildenhues
Subject: Re: A rosetta stone of package names?
Date: Sat, 26 Jul 2008 12:46:33 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Tim,

* Tim Post wrote on Sat, Jul 26, 2008 at 11:38:50AM CEST:
> 
> I am trying to create a ./configure that prompts the use to auto install
> packages that may be missing in order to complete the build.
> 
> For instance:
> 
> checking for main in libfoo [no]
> libfoo is missing, would you like to install it? [Y/n]

How would that work?  On this system I'm sitting at, you'd have to be
super user to install, and while I may be in charge, I'm certainly not
going to hand out the password to your configure script; neither will I
compile sources as super user.  On another system, the only way to
globally install software is to write a friendly mail to the people in
charge.  On the next again, it is not even possible to locally (i.e.,
below $HOME) install additional software compiled from source.

> Does anyone know of any table anywhere that correlates colloquial
> package names to the specific names that various package installers want
> to hear?

No, but I do know that going the other way round, i.e., from distro
packaging tools like rpm or apt, to building sources already works very
nicely.  For example "apt-get source ..." or "apt-get build-dep ...".

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]