From bug-octave-request Wed Jun 23 13:59:12 1993 Subject: problem while building octave-0.71 From: root at mhatter dot gsfc dot nasa dot gov (0000-Admin(0000)) To: bug-octave Date: Wed, 23 Jun 93 15:03:20 -0400 Hi, I am trying to build octave-0.71 on a SGI Indigo workstation running IRIX_4.0.5. The necessary gnu software has already been installed. The first step, namely "make", goes through without any problem (the f77 compilations etc.,), until it comes to the point where it says "make[1]: Entering directory `/usr/people/octave-0.71/s rc' and the g++ -c -O -g -Wall -I. -I./../liboctave .... goes through till the last part , where the following happens: g++ -c -O -g -Wall -I. -I./../liboctave -I./../dld -I./.. -I. -I../liboctave -I ../dld -I.. -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DF77_APPEND_UN DERSCORE=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DRETSIGTYPE=void -DHAVE_TERMIO_H=1 -DHA VE_FINITE=1 -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DF77_APPEND _UNDERSCORE=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DRETSIGTYPE=void -DHAVE_TERMIO_H=1 - DHAVE_FINITE=1 \ -DSITE_DEFAULTS=\"/usr/local/lib/octave/octaverc\" ./octave.cc ./octave.cc:77: redefinition of `raw_prog_name' ./octave.h:35: previously defined here ./octave.cc:80: redefinition of `prog_name' ./octave.h:38: previously defined here make[1]: *** [octave.o] Error 1 make[1]: Leaving directory `/usr/people/octave-0.71/src' making all in doc make[1]: Entering directory `/usr/people/octave-0.71/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/people/octave-0.71/doc' making all in scripts make[1]: Entering directory `/usr/people/octave-0.71/scripts' make[1]: Nothing to be done for `all'. Would you please make any suggestions to get around this problem ? Thanks, --Krishna