&gt; <br>&gt; Did you run ./bootstrap from the top-level XORP directory?<br>&gt; This will generate <a href="http://Makefile.in">Makefile.in</a> from the <a href="http://Makefile.am">Makefile.am</a> files.<br>&gt; Then running ./configure will generate the final Makefile from
<br>&gt; <a href="http://Makefile.in">Makefile.in</a>.<br>&nbsp;&nbsp;&nbsp;&nbsp; When i make new .tp file then after using ./bootstrap, thn ./configure, gamke , it works.<br>but when i tried ./bootstrap (i modified existing .tp file didnt made new one), tried gmake it worked but when i used ./bootsrap gave me error (in short ./bootstrap spoiled my scource code coz now gmake fails event after making gmake clean/distclean) !! 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold;">So is there any way to revert action done by ./bootstrap ?? :)</span><br><br>My installed libtool version is :<br><br>&nbsp;&nbsp;(GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
<br><br>According to Readme required is - libtool version 1.3.4<br><br>********************************************************************************<br> Error Shown : <br> <br>linux-m4ij:/home/xorp/Desktop/project/bidir-enable/xorp-
1.3 # gmake<br>gmake&nbsp;&nbsp;all-recursive<br>gmake[1]: Entering directory `/home/xorp/Desktop/project/bidir-enable/xorp-1.3&#39;<br>Making all in libxorp<br>gmake[2]: Entering directory `/home/xorp/Desktop/project/bidir-enable/xorp-
1.3/libxorp&#39;<br>gmake&nbsp;&nbsp;all-am<br>gmake[3]: Entering directory `/home/xorp/Desktop/project/bidir-enable/xorp-1.3/libxorp&#39;<br>if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..&nbsp;&nbsp;&nbsp;&nbsp;-g -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wnested-externs -pipe -MT 
debug.lo -MD -MP -MF &quot;.deps/debug.Tpo&quot; -c -o debug.lo debug.c; \<br>then mv -f &quot;.deps/debug.Tpo&quot; &quot;.deps/debug.Plo&quot;; else rm -f &quot;.deps/debug.Tpo&quot;; exit 1; fi<br>libtool: unrecognized option `--tag=CC&#39;
<br>Try `libtool --help&#39; for more information.<br>gmake[3]: *** [debug.lo] Error 1<br>gmake[3]: Leaving directory `/home/xorp/Desktop/project/bidir-enable/xorp-1.3/libxorp&#39;<br>gmake[2]: *** [all] Error 2<br>gmake[2]: Leaving directory `/home/xorp/Desktop/project/bidir-enable/xorp-
1.3/libxorp&#39;<br>gmake[1]: *** [all-recursive] Error 1<br>gmake[1]: Leaving directory `/home/xorp/Desktop/project/bidir-enable/xorp-1.3&#39;<br>gmake: *** [all] Error 2<br>*******************************************************************************
<br><br><br>&gt; Note that you must have installed the autoconf/automake/libtool<br>&gt; tools for ./bootstrap to work.<br>&gt; Also, see README for the versions of the tools we are using. It is<br>&gt; best to install exactly same versions, otherwise there is no
<br>&gt; guarantee that it will work.<br>&gt; <br>&gt; Regards,<br>&gt; Pavlin<br>&gt; <br><br><br>On 2/13/07, Pavlin Radoslavov &lt;<a href="mailto:pavlin@icir.org">pavlin@icir.org</a>&gt; wrote:<br>&gt; Ashish Karpe &lt;
<a href="mailto:ashishkarpe@gmail.com">ashishkarpe@gmail.com</a>&gt; wrote:<br>&gt; <br>&gt; &gt; Hi all,<br>&gt; &gt; We want to add a xrl interface for our module(pim bidir).<br>&gt; &gt; We followed the steps as mentioned in the document &quot;Adding Process To XORP&quot;.
<br>&gt; &gt; We wrote a /xrl/interface/pimbidir.xif<br>&gt; &gt; and&nbsp;&nbsp;/xrl/target/pimbidir.tgt<br>&gt; &gt; also we modified makefiles in each of directory.But files (.cc &amp; .hh)<br>&gt; &gt; which were suppose to generated by Python Scripts are not genetated.
<br>&gt; &gt; The modifications we did are follows :<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; In File /xrl/interfaces/makefile.am<br>&gt; &gt;<br>&gt; &gt; # PIMBIDIR Interface<br>&gt; &gt; noinst_LTLIBRARIES += <a href="http://libpimbidirxif.la">
libpimbidirxif.la</a><br>&gt; &gt; libpimbidirxif_la_SOURCES = pimbidir_xif.hh pimbidir_xif.cc<br>&gt; &gt;<br>&gt; &gt; In File /xrl/targets/makefile.am<br>&gt; &gt; ..<br>&gt; &gt; ..<br>&gt; &gt; tgt_files&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; += 
pimbidir.tgt<br>&gt; &gt; ..<br>&gt; &gt; ..<br>&gt; &gt; noinst_LTLIBRARIES&nbsp;&nbsp;&nbsp;&nbsp;+= <a href="http://libpimbidirbase.la">libpimbidirbase.la</a><br>&gt; &gt; ..<br>&gt; &gt; ..<br>&gt; &gt; # PIMBIDIR<br>&gt; &gt; libpimbidirbase_la_SOURCES = pimbidir_base.hh pimbidir_base.cc
<br>&gt; &gt; $(srcdir)/pimbidir_base.hh $(srcdir)/pimbidir_base.cc:<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/common.xif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/cli_processor.xif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/finder_event_observer.xif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/mfea_client.xif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/redist_transaction4.xif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/redist_transaction6.xif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/mld6igmp_client.xif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(INTERFACES_DIR)/pimbidir.xif
<br>&gt; &gt; ..<br>&gt; &gt; ..<br>&gt; &gt; ..<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; So will you please let us know what may the problem in generation of<br>&gt; &gt; .cc &amp; .hh files?<br>&gt; &gt; Thanking You<br>&gt; &gt; Ashish
<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Xorp-hackers mailing list<br>&gt; &gt; <a href="mailto:Xorp-hackers@icir.org">Xorp-hackers@icir.org</a><br>&gt; &gt; <a href="http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers">
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers</a><br>&gt; <br><br><br>