XGRAPH 12.2 INSTALLATION IN FEDORA 20
§[gururaj@localhost ns-allinone-2.35] # cd xgraph-12.2
§ [gururaj@localhost xgraph-12.2] # ./configure
§ [gururaj@localhost xgraph-12.2] # make clean
§ [gururaj@localhost xgraph-12.2] # make
After this you will get an ERROR which is mentioned below
[gururaj@localhost xgraph-12.2]$ make
make all-am
make[1]: Entering directory `/home/gururaj/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/gururaj/ns2/ns-allinone-2.35/xgraph-12.2'
make: *** [all] Error 2
type this command
§ [gururaj@localhost xgraph-12.2] # automake --add-missing
Thereafter compile xgraph-12.2
No comments:
Post a Comment