On Thu, Jul 07, 2005 at 02:28:04PM -0600, Twibell, Cory L wrote:
> configure:10047: CC -o conftest -g -D_REENTRANT
> -I/home/ctwibell/MySQL4.1.12/mysql-pro-4.1.12-sun-solaris2.8-sparc-64bit
> /include
> -L/home/ctwibell/MySQL4.1.12/mysql-pro-4.1.12-sun-solaris2.8-sparc-64bit
> /lib conftest.c -lmysqlclient_r -lz -lpthread >&5
> ld: warning: file
> /home/ctwibell/MySQL4.1.12/mysql-pro-4.1.12-sun-solaris2.8-sparc-64bit/l
> ib/libmysqlclient_r.a(client.o): wrong ELF class: ELFCLASS64
I'm no Solaris expert, but this seems to be the problem here.
How was mysql compiled? Did it use any weird CC flags? Did it use
the Sun compiler? GCC?
I don't know what would create an incorrect ELF class, but you might
want to find out. :-)
- Chris