[Xorp-users] "Make All" error

HJ hengjuen at gmail.com
Wed Oct 31 20:17:44 PDT 2007


Hi Pavlin,
Here is what i tried, and still seeing error message.
I am running on Fedora 6.


   1. make clean
   2. tar –zxvf xorp-1.4.tar.gz
   3. ./configure
   4. make (ok with no error)
   5. make all (just to verify the issue, same error on line 1921)
   6. make (to verify anything wrong with *make all *command, same error
   on line 1921 happen)
   7. make clean
   8. ./configure (same error on line 1921)
   9. make (same error on line 1921)
   10. make all (same error on line 1921)
   11. make clean
   12. tar –zxvf xorp-1.4.tar.gz
   13. ./configure (ok)
   14. make all (ok with no error)
   15. make (ok)
   16. *make –B (according to man help page,  it is for unconditionally
   make all targets)*

-        *configure.in:53: error: possibly undefined macro: AM_INIT_AUTOMAKE
*

-        *same for :54: AM_CONFIG_HEADER*

-        *:55: AM_MAINTAINER_MODE*

-        *:168: AC_DISABLE_SHARE*

-        *:169: AC_DISABLE_FAST_INSTALL*

-        *:170: AC_LIBTOOL_WIN32_DLL*

-        *:171: AC_PROG_LIBTOOL*

-        *:270: AM_CONDITIONAL*

-        *Make: *** [configure] Error 1*

   1. make all (error on line 1921 above)
   2. make –B (error on line 1921 above)
   3. make (error on line 1921 above)

Please help to advice.
Thanks.
REgards,
HJ


On 11/1/07, Pavlin Radoslavov <pavlin at icir.org> wrote:
>
> > I am trying to recompile the XORP after 1st sucessfuly compilation and
> > verification using GCC.
> > I did such steps as mention in user guide:
> > 1) ./configure
> > 2) make
> > 3) make check
> > After these steps, i try to recompile all the target with:
> > - make all
> > it shows error here:
> >
> > ./configure: line 1921: syntax error near unexpected token 'xorp,'
> >
> > ./configure: line 1921: 'AM_INIT_AUTOMAKE(xorp, 1.4)'
> >
> > Make: *** [config.status] Error 2
> >
> > Can anyone help to provide some input here?
>
> That's odd.
> First, "make" itself is suppose to compile all targets (except the
> test programs) so you don't really need "make all".
> Also, if you compiled everything, then "make all" should be a no-op.
> It looks like something got corrupted.
> Can you start with a clean XORP tree (untar from scratch) and see
> whether you get same problem.
>
> I assume that you are running Linux, otherwise on BSD boxes you
> should use "gmake" instead of "make".
>
> Regards,
> Pavlin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20071101/c76d7a27/attachment-0001.html 


More information about the Xorp-users mailing list