>>>>> "The" == The Doctor <doctor@stripped> writes:
The> I get the following problem:
The> Script started on Tue Jun 22 19:45:44 1999
The> doctor.nl2k.ab.ca//usr/source/mysql-3.22.23b$ gmake
<cut>
The> g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/contrib\""
> -DDATADIR="\"/var\""
> -DSHAREDIR="\"/usr/contrib/share/mysql\"" -DHAVE_CONFIG_H
> -I./../include -I./../regex -I. -I../include -I.. -I.
> -O -fno-implicit-templates -DDBUG_OFF -fno-inline -c sql_yacc.cc
The> /my/gnu/lib/bison/bison.simple: In function `int yyparse()':
The> /my/gnu/lib/bison/bison.simple:692: virtual memory exhausted
The> gmake[3]: *** [sql_yacc.o] Error 1
The> gmake[3]: Leaving directory `/usr/source/mysql-3.22.23b/sql'
The> gmake[2]: *** [all-recursive] Error 1
The> gmake[2]: Leaving directory `/usr/source/mysql-3.22.23b/sql'
The> gmake[1]: *** [all-recursive] Error 1
The> gmake[1]: Leaving directory `/usr/source/mysql-3.22.23b'
The> gmake: *** [all-recursive-am] Error 2
The> doctor.nl2k.ab.ca//usr/source/mysql-3.22.23b$ exit
The> exit
The> Script done on Tue Jun 22 19:46:03 1999
The> Here is the configure I am using:
The> configure --prefix=/usr/contrib --localstatedir=/var --infodir=/usr/share/info
> --mandir=/usr/share/man --with-low-memory
The> Where is the problem?
Check with 'ulimit -a' how much virtual memory you have and increase
this as much as possible! After this you can try to type 'make'
again!
Regards,
Monty