Making OS-independent libraries
(cd libsrc; make -f makefile.unix);
make[1]: Entering directory `/opt/earthworm/earthworm_svn/src/libsrc'
(cd util; make -f makefile.unix)
make[2]: Entering directory `/opt/earthworm/earthworm_svn/src/libsrc/util'
/usr/bin/gcc -c -c -D_REENTRANT -m32 -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED  -D_USE_PTHREADS -D_USE_TERMIOS -I/opt/earthworm/earthworm_svn/include -g ahputaway.c
In file included from /usr/include/features.h:399:0,
                 from /usr/include/math.h:27,
                 from ahputaway.c:53:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
 # include <gnu/stubs-32.h>
                           ^
compilation terminated.
make[2]: *** [ahputaway.o] Error 1
make[2]: Leaving directory `/opt/earthworm/earthworm_svn/src/libsrc/util'
make[1]: *** [util] Error 2
make[1]: Leaving directory `/opt/earthworm/earthworm_svn/src/libsrc'
make: *** [unix_libs] Error 2
