[EMAIL PROTECTED] writes:
> >Description:
>    I'm compiling with GNU make and tar, and SunPro C++ V6 r2
> 
>    This compiler is now called Forte C++, but it is SunPro.   
> 
>    I did miss the Solaris section in the docs.  I believe I followed 
> them to the letter this time.  I did the following defines:
> 
>      CC=cc CFLAGS="-Xa -fast -xO4 -native -xstrconst -mt" \
>      CXX=CC CXXFLAGS="-noex -xO4 -mt"
> 
>    For good measure, I also exported these shell variables:
> 
>       export CC CFLAGS CXX CXXFLAGS
> 
>    I went into configure to change 
> 
>      #if !defined(__STDC__) || __STDC__ != 1
> 
> to 
> 
>      #if !defined(__STDC__)
> 
> but that change seems to have already been made.  I don't know why 
> that matters, isn't that a comment?
> 
> My configure statement looks like:
> 
>      ./configure --prefix=/usr/local/mysql --enable-assembler --with-innodb
> 
>    I want to have transaction support, and I read that innodb was the 
> prefered method.  Are my configure arguments correct?  
> 
>    The configure goes without incident, the first make ends with the 
> following error messages:
> 
> cc -DDEFAULT_CHARSET_HOME=\"/usr/local/mysql\" -DDATADIR=\"/usr/local/mysql/var\
> " -DSHAREDIR=\"/usr/local/mysql/share/mysql\" -DUNDEF_THREADS_HACK -I./../includ
> e -I../include -I./.. -I.. -I.. -O -DDBUG_OFF -Xa -fast -xO4 -native -xstrconst 
> -mt -DHAVE_CURSES_H -I/usr/local/utilities/mysql/v3.23.40/mysql-3.23.40/include 
> -DHAVE_RWLOCK_T -c hash.c  -KPIC -DPIC -o hash.o
> "hash.c", line 186: reference to static variable "hash_key" in inline extern fun
> ction

By using #ifdef try making hash_key function not inline.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

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