I am trying to install MySQL 4.0.9 from source on AIX 5.1.  I used gcc 3.2.1 
as compiler. Here is my configurations: 

   CC=gcc CFLAGS="-O2 -mcpu=powerpc -Wa,-many"
   CXX=gcc CXXFLAGS="-O2 -mcpu=powerpc -Wa,-many  -felide-constructors   
   -fno-exceptions -fno-rtti"

   ./configure --prefix=/usr/local/software/mysql \
           --localstatedir=/shark1/mysql/data \
           --with-extra-charsets=complex --with-server-suffix="-pro" \
           --enable-thread-safe-client --enable-local-infile \
           --with-named-z-libs=no --disable-shared --with-innodb \
           --enable-large-files

Here is the error message I got:

    Making all in libmysql_r
    make[2]: Entering directory
     `/disk0/local/software/mysql/mysql-4.0.9-gamma/libmysql_r'
     /bin/sh ../libtool --mode=link gcc  -O3 -DDBUG_OFF -O2 -mcpu=powerpc  
     -Wa,-many   -L /usr/local/lib  -o conf_to_src  conf_to_src.o  -lcrypt 
     -lnsl_r -lm  -lpthread
    gcc -O3 -DDBUG_OFF -O2 -mcpu=powerpc -Wa,-many /usr/local/lib -o
    conf_to_src conf_to_src.o  -L/space/home/yongh -lcrypt -lnsl_r -lm 
    -lpthread
    ld: 0711-168 SEVERE ERROR: Input file: /usr/local/lib
        Input files must be regular files.


Any suggestion about how to work around this?  Please reply to my email. 
Thanks!

Yong Huang 



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