Subject: mysql compile trouble
To: None <port-alpha@netbsd.org>
From: =?iso-8859-1?Q?=22Sj=F6din_Lars=2C_se_it=22?= <Lars.Sjodin@serva.se>
List: port-alpha
Date: 10/05/2000 10:01:46
Hi

I have some trouble with getting mysql to compile on my DEC 3000/600s
Here's some cut n paste....

[ttyp1] [root@skie] [09:48:08 Thu Oct  5]
[/usr/local/src/mysql-3.22.32]
# make
make  all-recursive
Making all in include
Making all in Docs
Making all in readline
Making all in client
Making all in mit-pthreads
Making all in strings
Making all in dbug
Making all in mysys
Making all in extra
Making all in regex
Making all in isam
Making all in merge
Making all in heap
Making all in sql
Making all in share
c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\""
-DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\""
-DHAVE_CONFIG_H -I../mit-pthreads/include -I./../include
-I./../regex -I. -I../include -I.. -I.
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3
-DDBUG_OFF
-fno-implicit-templates  -c sql_yacc.cc
/my/gnu/lib/bison/bison.simple: In function `int yyparse()':
/my/gnu/lib/bison/bison.simple:692: virtual memory exhausted
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

It says my virtual mem is exhausted.. i wonder why it even uses my virtual
mem since the machine has
500MB RAM,, well and only 50MB swap.. but why do i get this error ?? anyone
has a clue ?

Thanks anway.