Aditya Dhekney wrote:
> Did this...i saved the fetchcvs script in parent directory to where the
> previous install put the bin,etc,include...after running the script, it
> creates a new directory (midgard with subdirectories lib,mod,php4), where
> the bootstrap script is created.
Correct.
> I ran the bootstrap script, and i get the following:
> [root@oddjob midgard]# ./bootstrap
>
> Bootstrapping lib
> automake: configure.in: installing `./install-sh'
> automake: configure.in: installing `./mkinstalldirs'
> automake: configure.in: installing `./missing'
>
> Bootstrapping mod
> configure.in:124: warning: Cannot check for file existence when cross
> compiling
>
> How do i fix this? have i kept the fetchcvs script in the right place?
You did all the right things. The messages are OK, we all see them.
They're harmless.
> [root@oddjob midgard]# rpm -qa | egrep '(autoconf)'
> autoconf-2.13-9
> [root@oddjob midgard]# rpm -qa | egrep '(automake)'
> automake-1.4-8
Since the bootstrap ran OK, most of the packages you need are in
place. Running configure in each directory will tell you about other
missing parts (like libtool, maybe others) but if you have
autoconf/automake, chances are you have the other required parts too.
Just try, it will tell you.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]