Subject: Re: mysql compile trouble
To: =?iso-8859-1?Q?Lars_Sj=F6din?= <Lars.Sjodin@serva.se>
From: Oliver Frick <ofrick@dplanet.ch>
List: port-alpha
Date: 10/05/2000 18:02:48
you must add

-fno-inline

where it compiles sql_yacc.cc

Regards

Oliver Frick

----- Original Message -----
From: "Sjödin Lars, se it" <Lars.Sjodin@serva.se>
To: <port-alpha@netbsd.org>
Sent: Thursday, October 05, 2000 9:01 AM
Subject: mysql compile trouble


> 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