John
2007-08-26 14:22:05 UTC
Hello,
I installed gnuplot from source, and was looking forward to installing
the latest octave, from source. All went well until this:
gmake[3]: Entering directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
making quit.d from quit.cc
quit.cc:28:19: cstring: No such file or directory
quit.cc:30:20: iostream: No such file or directory
quit.cc:31:15: new: No such file or directory
making f77-extern.d from f77-extern.cc
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
making cquit.d from cquit.c
making lo-error.d from lo-error.c
making f77-fcn.d from f77-fcn.c
making machar.d from machar.c
gmake[3]: Leaving directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
gmake[3]: Entering directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
mkdir pic
making d1mach.def from d1mach.f
making i1mach.def from i1mach.f
touch stmp-pic
g77 -c -fPIC -O -mieee-fp d1mach.f -o pic/d1mach.o
g77 -c -fPIC -O -mieee-fp i1mach.f -o pic/i1mach.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-DDP machar.c -o pic/machar.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 f77-fcn.c -o pic/f77-fcn.o
f77-fcn.c: In function `xstopx_':
f77-fcn.c:64: warning: function declared `noreturn' has a `return' statement
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 lo-error.c -o pic/lo-error.o
lo-error.c:108: warning: unused parameter 'id'
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 cquit.c -o pic/cquit.o
g++ -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow
-Wold-style-cast -g -O2 f77-extern.cc -o pic/f77-extern.o
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
gmake[3]: *** [pic/f77-extern.o] Error 1
gmake[3]: Leaving directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
gmake[2]: *** [misc] Error 2
gmake[2]: Leaving directory `/home/arthur/src/octave-2.9.13/libcruft'
gmake[1]: *** [libcruft] Error 2
gmake[1]: Leaving directory `/home/arthur/src/octave-2.9.13'
gmake: *** [all] Error 2
bash-3.00
--------------------------------------------------------------------------------------------------------
I attempted to gmake the Makefile in the directory where the build failed:
--------------------------------------------------------------------------------------------------------
bash-3.00$ cd /home/arthur/src/octave-2.9.13/libcruft/misc
bash-3.00$ gmake clean
rm -f machar.d f77-fcn.d lo-error.d cquit.d f77-extern.d quit.d
d1mach.o i1mach.o machar.o f77-fcn.o lo-error.o cquit.o f77-extern.o
quit.o pic/d1mach.o pic/i1mach.o pic/machar.o pic/f77-fcn.o
pic/lo-error.o pic/cquit.o pic/f77-extern.o pic/quit.o d1mach.def
i1mach.def machar.def f77-fcn.def lo-error.def cquit.def
f77-extern.def quit.def
rmdir pic
rm -f stmp-pic
bash-3.00$ gmake
making quit.d from quit.cc
quit.cc:28:19: cstring: No such file or directory
quit.cc:30:20: iostream: No such file or directory
quit.cc:31:15: new: No such file or directory
making f77-extern.d from f77-extern.cc
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
making cquit.d from cquit.c
making lo-error.d from lo-error.c
making f77-fcn.d from f77-fcn.c
making machar.d from machar.c
mkdir pic
making d1mach.def from d1mach.f
making i1mach.def from i1mach.f
touch stmp-pic
g77 -c -fPIC -O -mieee-fp d1mach.f -o pic/d1mach.o
g77 -c -fPIC -O -mieee-fp i1mach.f -o pic/i1mach.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-DDP machar.c -o pic/machar.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 f77-fcn.c -o pic/f77-fcn.o
f77-fcn.c: In function `xstopx_':
f77-fcn.c:64: warning: function declared `noreturn' has a `return' statement
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 lo-error.c -o pic/lo-error.o
lo-error.c:108: warning: unused parameter 'id'
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 cquit.c -o pic/cquit.o
g++ -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow
-Wold-style-cast -g -O2 f77-extern.cc -o pic/f77-extern.o
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
gmake: *** [pic/f77-extern.o] Error 1
bash-3.00$
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It seem like, for some interesting reason, various includes stop being
found in this directory. I know they are there:
ls -lR /opt/csw/gcc4/include/c++/4.0.2 | wc -l
273
bash-3.00$
I will continue to work on this. If you would like a copy of my
configure output, please let me know. This email is already pretty large.
TallyHo,
John
I installed gnuplot from source, and was looking forward to installing
the latest octave, from source. All went well until this:
gmake[3]: Entering directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
making quit.d from quit.cc
quit.cc:28:19: cstring: No such file or directory
quit.cc:30:20: iostream: No such file or directory
quit.cc:31:15: new: No such file or directory
making f77-extern.d from f77-extern.cc
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
making cquit.d from cquit.c
making lo-error.d from lo-error.c
making f77-fcn.d from f77-fcn.c
making machar.d from machar.c
gmake[3]: Leaving directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
gmake[3]: Entering directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
mkdir pic
making d1mach.def from d1mach.f
making i1mach.def from i1mach.f
touch stmp-pic
g77 -c -fPIC -O -mieee-fp d1mach.f -o pic/d1mach.o
g77 -c -fPIC -O -mieee-fp i1mach.f -o pic/i1mach.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-DDP machar.c -o pic/machar.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 f77-fcn.c -o pic/f77-fcn.o
f77-fcn.c: In function `xstopx_':
f77-fcn.c:64: warning: function declared `noreturn' has a `return' statement
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 lo-error.c -o pic/lo-error.o
lo-error.c:108: warning: unused parameter 'id'
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 cquit.c -o pic/cquit.o
g++ -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow
-Wold-style-cast -g -O2 f77-extern.cc -o pic/f77-extern.o
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
gmake[3]: *** [pic/f77-extern.o] Error 1
gmake[3]: Leaving directory `/home/arthur/src/octave-2.9.13/libcruft/misc'
gmake[2]: *** [misc] Error 2
gmake[2]: Leaving directory `/home/arthur/src/octave-2.9.13/libcruft'
gmake[1]: *** [libcruft] Error 2
gmake[1]: Leaving directory `/home/arthur/src/octave-2.9.13'
gmake: *** [all] Error 2
bash-3.00
--------------------------------------------------------------------------------------------------------
I attempted to gmake the Makefile in the directory where the build failed:
--------------------------------------------------------------------------------------------------------
bash-3.00$ cd /home/arthur/src/octave-2.9.13/libcruft/misc
bash-3.00$ gmake clean
rm -f machar.d f77-fcn.d lo-error.d cquit.d f77-extern.d quit.d
d1mach.o i1mach.o machar.o f77-fcn.o lo-error.o cquit.o f77-extern.o
quit.o pic/d1mach.o pic/i1mach.o pic/machar.o pic/f77-fcn.o
pic/lo-error.o pic/cquit.o pic/f77-extern.o pic/quit.o d1mach.def
i1mach.def machar.def f77-fcn.def lo-error.def cquit.def
f77-extern.def quit.def
rmdir pic
rm -f stmp-pic
bash-3.00$ gmake
making quit.d from quit.cc
quit.cc:28:19: cstring: No such file or directory
quit.cc:30:20: iostream: No such file or directory
quit.cc:31:15: new: No such file or directory
making f77-extern.d from f77-extern.cc
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
making cquit.d from cquit.c
making lo-error.d from lo-error.c
making f77-fcn.d from f77-fcn.c
making machar.d from machar.c
mkdir pic
making d1mach.def from d1mach.f
making i1mach.def from i1mach.f
touch stmp-pic
g77 -c -fPIC -O -mieee-fp d1mach.f -o pic/d1mach.o
g77 -c -fPIC -O -mieee-fp i1mach.f -o pic/i1mach.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-DDP machar.c -o pic/machar.o
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 f77-fcn.c -o pic/f77-fcn.o
f77-fcn.c: In function `xstopx_':
f77-fcn.c:64: warning: function declared `noreturn' has a `return' statement
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 lo-error.c -o pic/lo-error.o
lo-error.c:108: warning: unused parameter 'id'
gcc -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -g
-O2 cquit.c -o pic/cquit.o
g++ -c -fPIC -I. -I../.. -I../../liboctave -I../../src
-I../../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow
-Wold-style-cast -g -O2 f77-extern.cc -o pic/f77-extern.o
In file included from f77-fcn.h:27,
from f77-extern.cc:29:
quit.h:28:15: new: No such file or directory
gmake: *** [pic/f77-extern.o] Error 1
bash-3.00$
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It seem like, for some interesting reason, various includes stop being
found in this directory. I know they are there:
ls -lR /opt/csw/gcc4/include/c++/4.0.2 | wc -l
273
bash-3.00$
I will continue to work on this. If you would like a copy of my
configure output, please let me know. This email is already pretty large.
TallyHo,
John