echo "Making libraries";
Making libraries
(cd libsrc; make -f makefile.sol);
(cd util; make -f makefile.sol)
(cd gd_lib; make -f makefile.sol)
cp *.o /home/stefan/download/earthworm/lib
(cd libmseed; make -f makefile.sol)
`libmseed.a' is up to date.
(cd solaris; make -f makefile.sol)
(cd qlib2; make)
(cd lib330; make)
Successfully built libsrc
------
Making sol_modules in:
/home/stefan/download/earthworm/src/archiving
------
Making sol_modules in:
/home/stefan/download/earthworm/src/archiving/ew2mseed
gcc -I ../../libsrc/qlib2 -c -g  -DDEBUG -D_SPARC -D_SOLARIS -DSUPPORT_SCNL -D_INTEL -D_SOLARIS -I/home/stefan/download/earthworm/include -I/home/stefan/download/earthworm/src/oracle/schema/src/include -I/home/stefan/download/earthworm/src/oracle/schema/src/include/internal -I/home/stefan/download/earthworm/src/oracle/apps/src/include -I/opt/oracle/rdbms/demo -I /home/stefan/download/earthworm/include ew2mseed.c
sh: gcc: not found
*** Error code 1
make: Fatal error: Command failed for target `ew2mseed.o'
Current working directory /home/stefan/download/earthworm/src/archiving/ew2mseed
*** Error code 1
The following command caused the error:
for x in ew2mseed  menlo_report  tankplayer  tankplayer_tools  trig2disk  wave_serverV  waveman2disk  archman; \
do \
	(echo ------; cd $x; echo Making sol_modules in:; pwd; \
	make -f makefile.sol); \
done
make: Fatal error: Command failed for target `sol_modules'
Current working directory /home/stefan/download/earthworm/src/archiving
*** Error code 1
The following command caused the error:
for x in archiving  data_exchange  diagnostic_tools  display  grab_bag  reporting  seismic_processing  system_control  data_sources; \
do \
	(echo ------; cd $x; echo Making sol_modules in:; pwd; \
	make solaris); \
done
make: Fatal error: Command failed for target `sol_modules'
