i configured mysql with

 ./configure --prefix=/usr/local --localstatedir=/usr/local/var 
--with-mysqld-ldflags=-all-static --disable-shared 
--with-unix-socket-path=/usr/local/var/mysql.sock --with-pthread 
--enable-thread-safe-client --with-mysqld-user=mysql --without-debug 
--with-extra-charsets=complex --with-innodb


i got this errow
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -I../include    -DDBUG_OFF -O3 
-DDBUG_OFF    -DDEBUG_OFF -DUNIV_INTEL_X86 -c sync0sync.c
sync0sync.c: In function `sync_gnuc_intelx86_test_and_set':
sync0sync.c:185: impossible register constraint in `asm'
sync0sync.c:185: impossible register constraint in `asm'
sync0sync.c:185: impossible register constraint in `asm'
sync0sync.c:1259: Unrecognizable insn:
(insn 11 31 16 (parallel[
            (set (reg/v:SI 0 eax [43])
                (asm_operands/v:SI ("movl $1, %%eax; xchgl (%%ecx), %%eax") ("=eax") 0[
                        (reg:SI 1 edx)
                    ]
                    [
                        (asm_input:SI ("ecx"))
                    ]  ("sync0sync.c") 185))
            (set (mem:SI (reg/v/f:SI 0 eax [42]) 6)
                (asm_operands/v:SI ("movl $1, %%eax; xchgl (%%ecx), %%eax") ("=m") 1[
                        (reg:SI 1 edx)
                    ]
                    [
                        (asm_input:SI ("ecx"))
                    ]  ("sync0sync.c") 185))
            (clobber (reg:QI 19 dirflag))
            (clobber (reg:QI 18 fpsr))
            (clobber (reg:QI 17 flags))
        ] ) -1 (insn_list 4 (nil))
    (nil))
sync0sync.c:1259: confused by earlier errors, bailing out
make[4]: *** [sync0sync.o] Error 1
make[4]: Leaving directory `/usr/local/src/mysql-3.23.41/innobase/sync'

So any suggestions to solve this problem ??? Thanx

Michal Dvoracek



---------------------------------------------------------------------
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