Manoj Kithany wrote:
> Hi Experts,
>
> I am getting following LIBTOOL Errors - wonder why. DO any of you
> Experts know how to tackle that - would appreciate that.
>
> I already have libtool on my system.
>
> The Error I get is:
> ------------------------------------------------------------------
> # make
> Making all in common
> Target "all" is up to date.
> Making all in apache-1.3
> /bin/sh ../libtool --mode=install cp `pwd`/mod_jk.so
> libtool: install: you must specify a destination
That is clearly a make problem (you need gnu make) but not a libtool problem.
+++
mod_jk.so: mod_jk.la
$(LIBTOOL) --mode=install cp $< `pwd`/$@
+++
The $< has been eaten.
> Try `libtool --help --mode=install' for more information.
> make: 1254-004 The error code from the last command is 1.
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
> Stop.
> #
> ------------------------------------------------------------------
>
> Would really appreciate if you could share it with me.
>
> THANKS!
>
> Manoj G. Kithany
>
>
>
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>