Re: Virtual memory exhausted making mysqlgui

2001-02-01 Thread Sinisa Milivojevic

Petras Virzintas writes:
  Hi, I'm trying to make mysqlgui on Linux 6.x. I have the following problem and any 
 advice will be welcome:
  
  g++ -O3 -g -pipe -fforce-mem -fforce-addr -I. -I../mysql++-1.7.8/sqlplusint 
 -I../mysql-3.23.26/include -c do_sql.cc
  do_sql.cc: In function `static void Sinisa_je_blesav::table_callback(class 
 Sinisa_je_blesav *, void *)':   
  do_sql.cc:542: virtual memory exhausted
  cpp: output pipe has been closed   
  make: *** [do_sql.o] Error 1   
  
  TIA
  Petras
  


Hi!

Kick out -pipe out of compile options.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaka, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Virtual memory exhausted making mysqlgui

2001-01-31 Thread Petras Virzintas

Hi, I'm trying to make mysqlgui on Linux 6.x. I have the following problem and any 
advice will be welcome:

g++ -O3 -g -pipe -fforce-mem -fforce-addr -I. -I../mysql++-1.7.8/sqlplusint 
-I../mysql-3.23.26/include -c do_sql.cc
do_sql.cc: In function `static void Sinisa_je_blesav::table_callback(class 
Sinisa_je_blesav *, void *)':   
do_sql.cc:542: virtual memory exhausted
cpp: output pipe has been closed   
make: *** [do_sql.o] Error 1   

TIA
Petras