John Nealy writes:
 > I am trying to compile version 3.23.33 on Linux on an IBM S/390 mainframe.
 >  I the following entry to 
 > config.sub to get configure to recognize the machine type:
 > 
 > # Added a CPU type for the S/390 so we could compile.  J. Nealy 3/5/2001.
 >         s390-*)
 >                 basic_machine=s390-ibm                                    
 >     
 > 
 > When running make, I encounter the never-ending sql_yacc compile problem.
 > The text of the compile is below.  I have left this thing running
 > overnight with
 > no results.
 > 
 > Note: The following compile may take a long time.
 > If it fails, re-run configure with --with-low-memory
 > gcc -DMYSQL_SERVER                     
 > -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql
 > \""                     -DDATADIR="\"/usr/local/mysql/var\""
 > -DSHAREDIR="\"/usr/local/mysql/share/mysql\""                  
 > -DHAVE_CONFIG_H
 > -I./../include                  -I./../regex                    -I.
 > -I../include
 >  -I.. -I.    -O3 -DDBUG_OFF   -fno-implicit-templates -fno-inline -c
 > sql_yacc.cc
 > 
 > After pressing Ctrl-C I get:
 > 
 > make[3]: *** [sql_yacc.o] Interrupt
 > make[2]: *** [all-recursive] Interrupt
 > make[1]: *** [all-recursive] Interrupt
 > make: *** [all-recursive-am] Interrupt
 > 
 > [root@linux1 /mysql-3.23.33]#
 > 
 > I have tried using CXX=gcc /configure --with-low-memory as well as
 > CFLAGS=-O0 to no avail.  Any ideas?
 > 
 > Thank You.
 > 
 > John Nealy
 > Programmer/Analyst
 > Information Services
 > School District of Hillsborough County
 > Tampa, FL.
 > 
 > John Nealy
 > Programmer/Analyst
 > Information Services
 > School District of Hillsborough County
 > Tampa, FL.
 > 


Hi!

Is that Linux on s/390 ??

Please start from the fresh tarball. Then, increase ulimit settings
and system wide settings for the virtual memory, data seg size, file
size and others if necessary. And wait a bit !!

And when you have installed everything, please run all the tests and
if they pass, we would like to have binary distro for S/390 !!


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, 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

Reply via email to