Hi!

[EMAIL PROTECTED] writes:

>> >Description:
>> I'm comiling with GNU make and tar, and Forte C++ v6 r2.  
>> 
>> The compiler is current, as is the Solaris.  
>> 
>> My configuration line looks like:
>> 
>> ./configure --prefix=/usr/local/mysql --with-innodb
>> 
>> I'm getting the following errors when running the "make" command:
>> 
>> 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 -DHAVE_CURSES_H -I/usr/local/utili
>> ties/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
>> "hash.c", line 226: cannot recover from previous errors

The above is a bug in the Forte C++ compiler.

A temporary workaround is to replace all 'inline' words to '' in mysys/hash.c

Regards,
Monty
 

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