Hi,
There are some .cc files in a directory and some more .cc files in a
directory under this. Whenever i do a make from the parent directory, it
enters the sub directory and compiles SOME of the files in that directory
and returns to the parent directory and compiles SOME of the files under the
Devdutta,
Red Hat Linux 7.2 comes with automake 2.13 installed. The package you are
trying to configure is demanding is demanding autoconf 2.52 or better. The
fix is to find an RPM of autoconf-2.52 or higher version number (look at
Red Hat's website, or try rpmfind.com, perhaps) and upgrade it
Alexandre,
On Tue, Feb 04, 2003 at 08:00:07PM +0100, Alexandre Duret-Lutz wrote:
> >>> "Simon" == Simon Richter <[EMAIL PROTECTED]> writes:
[Archives as directories]
> Simon> ... Hrm, that would go in the direction of generic archive target
> Simon> support, and one would have to think about f
Dear Sir/Madam,
INPHO.NET - US$560
Please note that after years, the registration on the domain name
INPHO.NET was not renewed, and this domain had become available to register.
Consequently, we have been approached to market this domain name that has been tracked
and registered by a cli
>>> "Simon" == Simon Richter <[EMAIL PROTECTED]> writes:
Simon> This document says that the CVS tree is on sources.redhat.com, is that
Simon> still the case (I got my working tree from subversions)?
subversions mirrors sources.redhat.com. I don't know how often.
--
Alexandre Duret-Lutz
Alexandre,
> Simon, please, start here: http://sources.redhat.com/automake/contribute.html
This document says that the CVS tree is on sources.redhat.com, is that
still the case (I got my working tree from subversions)?
Simon
--
GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD ADC6 18A0 CC8D 5706
First, have a look which autoconf you're really running, with
$ which autoconf
or
$ type -a autoconf
I'll bet you find an old autoconf, probably in /usr/bin.
If that is the case, you have an old autoconf installation.
You can either modify your PATH so the new one is found before the old one
(but
ArtBarker.com
Your #1 Art-Related Marketplace
(http://www.ArtBarker.com )
Just in case you were interested, we are currently running a
Winter special of HALF OFF the listed advertising rates (for as
many months as you wish to list!), so please contact us if you
would like more details on adve
Hi All,
We are linux newbies and tried to install automake on RH 7.2
we already installed Autoconf and could see the binaries
in
/usr/local/bin
but while compiling we saw following error:
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is san