rm -f testmalloc testmem testerr teststack pgm cctest libdbmalloc.a *.o *.ln Runtests.out malloc.h  	sysdefs.h
rm -f .configure .configure.[sO] *.O core cscope.out tags
Determining the correct configuration for malloc.h on this system.
This may take a while, please be patient
    Looking for compilers...
        found gcc2 in /mit/gnu/decmipsbin
        found gcc in /mit/gnu/decmipsbin
        found CC in /mit/c++/decmipsbin
        found g++ in /mit/gnu/decmipsbin
        found cc in /bin
    checking compiler configuration(s)...
        checking /mit/gnu/decmipsbin/gcc2...
        checking /mit/gnu/decmipsbin/gcc...
        checking /mit/gnu/decmipsbin/gcc -traditional...
        checking /mit/c++/decmipsbin/CC...
           couldn't determine the correct settings for the return
             value of free, guessing VOIDTYPE
        checking /mit/gnu/decmipsbin/g++...
           Failed to determine pre-definitions for this compiler
               skipping this set of pre-defs.  NOTE: this problem
               is usually caused by a compiler installed without
               its libraries (like g++)
        checking /bin/cc...

    Warning: There were some settings that I could not determine
             the correct values for and so I have guessed at the
             correct settings.  You should review the .configure
             and .configure.s files and review the settings to
             make sure they are correct.  The settings that were
             guessed at will be marked with '/* *GUESS* */'

             See the PROBLEMS file for a description of what the
             settings are supposed to be

             Most of the time you can ignore this warning and
             just continue with the compilation of the library
             and have no problems.

             Once you determine that the settings are correct, you
             can remove the GUESS flags and you will no longer get
             this warning when building the library

cc -g -c malloc.c
        cp datamc.O datamc.o
        cp datams.O datams.o
cc -g -c dgmalloc.c
cc -g -c fill.c
cc -g -c free.c
cc -g -c realloc.c
cc -g -c calloc.c
cc -g -c string.c
cc -g -c mcheck.c
cc -g -c mchain.c
cc -g -c memory.c
cc -g -c tostring.c
cc -g -c m_perror.c
as1: Error: m_perror.c, line 80: m_perror.o: Disc quota exceeded
*** Error code 1

Stop.
