Wednesday 8 April 2015

XGRAPH 12.2 INSTALLATION IN FEDORA 20

                                 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


you are done
                                                                                 
                                                       

1 comment:

  1. thanks bro :) its worked. was stuck here for a long time.

    ReplyDelete