We try to evaluate MySQL on Linux for IBM S390 but
the binary distribution fails with a cannont execute in my_print_defaults
and the source distribution errror is below:
>How-To-Repeat:
make reports the folling:
../innobase/row/librow.a(row0sel.o): In function
`row_search_for_mysql':
row0sel.o(.text+0x682c): undefined reference to `LC2950'
collect2: ld returned 1 exit status
trying to:g++ -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions
-fno-rtti -rdynamic -
o mysqld sql_lex.o sql_handler.o item.o item_sum.o item_buff.o item_func.o
item_
cmpfunc.o item_strfunc.o item_timefunc.o thr_malloc.o item_create.o field.o
key.
o sql_class.o sql_list.o net_serv.o net_pkg.o lock.o my_lock.o sql_string.o
sql_
manager.o sql_map.o mysqld.o password.o hash_filo.o hostname.o convert.o
set_var
.o sql_parse.o sql_yacc.o sql_base.o table.o sql_select.o sql_insert.o
sql_updat
e.o sql_delete.o uniques.o sql_do.o procedure.o item_uniq.o sql_test.o
log.o log
_event.o init.o derror.o sql_acl.o unireg.o des_key_file.o time.o
opt_range.o op
t_sum.o opt_ft.o records.o filesort.o handler.o ha_heap.o ha_myisam.o
ha_myisamm
rg.o ha_berkeley.o ha_innodb.o ha_isam.o ha_isammrg.o sql_db.o sql_table.o
sql_r
ename.o sql_crypt.o sql_load.o mf_iocache.o field_conv.o sql_show.o
sql_udf.o sq
l_analyse.o sql_cache.o slave.o sql_repl.o sql_union.o mini_client.o
mini_client
_errors.o stacktrace.o repl_failsafe.o sql_olap.o ../innobase/usr/libusr.a
../i
nnobase/odbc/libodbc.a ../innobase/srv/libsrv.a ../innobase/dict/libdict.a
../in
nobase/que/libque.a ../innobase/srv/libsrv.a ../innobase/ibuf/libibuf.a
../innob
nnobase/odbc/libodbc.a ../innobase/srv/libsrv.a ../innobase/dict/libdict.a
../in
nobase/que/libque.a ../innobase/srv/libsrv.a ../innobase/ibuf/libibuf.a
../innob
ase/row/librow.a ../innobase/pars/libpars.a ../innobase/btr/libbtr.a
../innobase
/trx/libtrx.a ../innobase/read/libread.a ../innobase/usr/libusr.a
../innobase/bu
f/libbuf.a ../innobase/ibuf/libibuf.a ../innobase/eval/libeval.a
../innobase/log
/liblog.a ../innobase/fsp/libfsp.a ../innobase/fut/libfut.a
../innobase/fil/libf
il.a ../innobase/lock/liblock.a ../innobase/mtr/libmtr.a
../innobase/page/libpag
e.a ../innobase/rem/librem.a ../innobase/thr/libthr.a
../innobase/com/libcom.a .
./innobase/sync/libsync.a ../innobase/data/libdata.a
../innobase/mach/libmach.a
../innobase/ha/libha.a ../innobase/dyn/libdyn.a ../innobase/
>Fix:
>Submitter-Id: S390-Linux mysql compiling
>Originator:
>Organization:
>MySQL support: [none]
>Synopsis: can NOT bind mysqld
>Severity: critical
>Priority: medium
>Category: mysql
>Class: sw-bug
>Release: mysql-4.0.9-gamma (Source distribution)
>Class: sw-bug
>Release: mysql-4.0.9-gamma (Source distribution)
>C compiler: 2.95.3
>C++ compiler: 2.95.3
>Environment:
System: Linux S390-Linux 2.2.16 #1 SMP Wed Nov 8 10:57:03 GMT 2000 s390
unknown
Architecture: s390
Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc
/usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/s390-suse-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Compilation info: CC='gcc' CFLAGS='-Wimplicit -Wreturn-type -Wswitch
-Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses
-Wsign-compare -Wwrite-strings -Wunused -mcpu=pentiumpro -O3
-fno-omit-frame-pointer' CXX='gcc' CXXFLAGS='-Wimplicit -Wreturn-type
-Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses
-Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder
-Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions
-fno-rtti -mcpu=pentiumpro -O3 -fno-omit-frame-pointer' LDFLAGS=''
ASFLAGS=''
LIBC:
-rwxr-xr-x 1 root root 4165133 Nov 3 2000 /lib/libc.so.6
-rw-r--r-- 1 root root 19187426 Nov 3 2000 /usr/lib/libc.a
-rw-r--r-- 1 root root 178 Nov 3 2000 /usr/lib/libc.so
-rw-r--r-- 1 root root 2077192 Nov 3 2000
/usr/lib/libc-client.a
lrwxrwxrwx 1 root root 20 Jan 31 11:47
/usr/lib/libc-client.so -> ./libc-client.so.4.7
-rwxr-xr-x 1 root root 699400 Nov 3 2000
/usr/lib/libc-client.so.4.7
Configure command: ./configure '--prefix=/usr/local/mysql' '
--enable-assembler' '--with-extra-charsets=complex' '
--enable-thread-safe-client' '--with-innodb' '--with-berkeley-db' '
--with-embedded-server' '--with-openssl' '--with-vio' '
--enable-local-infile' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch
-Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses
-Wsign-compare -Wwrite-strings -Wunused -mcpu=pentiumpro -O3
-fno-omit-frame-pointer' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch
-Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses
-Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder
-Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions
-fno-rtti -mcpu=pentiumpro -O3 -fno-omit-frame-pointer' 'CXX=gcc'
mit freundlichen Gr��en/best regards
Wolfgang Schrecker
"People want their work to matter and their work relationships to be
positive experiences in their lives. ... This is particular important in
'information' industries such as computer and software companies where only
a few key employees can determine the success or failure of the company"
Hersey et. al. from 'Management of Organizational Behavior' S. 169f
This e-mail is destined for the above mentioned recipient. In case you received this
e-mail by accident, we would appreciate it if you could contact the sender and delete
all copies stored on your computer.
Please be aware that the security and confidentiality of electronic data transmitted
by e-mail is not completely guaranteed and that data may be seen, copied, downloaded
or changed by third persons during transmission.
Atos Origin accepts no liability for the security and confidentiality of data and
documents sent by e-mail. Please make sure that all important messages will be
confirmed in writing by means of a telefax or a letter.
---------------------------------------------------------------------
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