problem with build process

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shane Allen

    problem with build process

    I've actually noticed this in the past several releases; I apologize for
    not mentioning it sooner.

    I run:
    BUILD/compile-pentium --with-other-libc=/usr/local/mysql-glibc-2.2.5 --prefix=/usr/local --with-extra-charsets=none --without-innodb --without-isam

    and part-way through, it fails.
    Specifically in mysys/Makefile, the line:
    EXTRA_FLAGS=-all-static

    needs to be changed to:
    EXTRA_FLAGS=-static

    I've no experience with autoconf/automake and the like, so I don't even
    know where to begin looking, but thought you might like to know.

    --
    MySQL General Mailing List
    For list archives: http://lists.mysql.com/mysql
    To unsubscribe: http://lists.mysql.com/mysql?unsub=m...ie.nctu.edu.tw

Working...