After installing NAM-1.15
§ [nayabhussain@localhost ns-allinone-2.35] # cd xgraph-12.2
§ [nayabhussain@localhost xgraph-12.2] # ./configure
§ [nayabhussain@localhost xgraph-12.2] # make clean
§ [nayabhussain@localhost xgraph-12.2] # make
After this you will get an ERROR which is mentioned below
[nayabhussain@localhost xgraph-12.2]$ make
make all-am
make[1]: Entering directory `/home/nayabhussain/ns2/ns-allinone-2.35/xgraph-12.2'
source='xgraph.c' object='xgraph.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -g -c xgraph.c
/bin/sh: ./depcomp: No such file or directory
make[1]: *** [xgraph.o] Error 127
make[1]: Leaving directory `/home/nayabhussain/ns2/ns-allinone-2.35/xgraph-12.2'
make: *** [all] Error 2
To Deal This
§ [nayabhussain@localhost xgraph-12.2] # automake --add-missing
§ [nayabhussain@localhost xgraph-12.2] # automake --add-missing
you are done