Hello Sinisa,

Saturday, March 24, 2001, 1:38:54 PM, you wrote:

SM> SixK writes:
SM>  > Hello,
SM>  > 
SM>  > First of all, i'm proud to announce the first Port of MySql to
SM>  > AmigaOs... you know this old gaming computer based on 68000 motorola
SM>  > chip... you don't know it ??
SM>  > never mind ..
SM>  > 
SM>  > I had several probleme when compiling. First of all, configure could
SM>  > not find PS file for Pid, I simply disabled this test.
SM>  > 
SM>  > in MySqld.cc, I got an error :
SM>  > error from void((*)()) to sig_handler((*)(int))
SM>  > I resolved this by changing sigset definition
SM>  > from #define sigset  (A,B)  ((A),(B))
SM>  >   to #define sigset signal
SM>  > dunno if this definition is good, but i don't have errors anymore ;)
SM>  > 
SM>  > Now, from my first port (v3.23.32) to the last one (v3.23.35),
SM>  > i've got the same problems, I can't stop MySqld using Ctrl+C and this
SM>  > key combination crash MySqld, function show process crash MySqld too,
SM>  > using MySqlAdmin and shutdown function crash MySqld again ...
SM>  > By crashing, i mean that MySqld, take all ressources and doesn't respond 
anymore.
SM>  > 
SM>  > I must have problems with Signals or something like that, if you see a
SM>  > simple way to cure those problems ...
SM>  > 
SM>  > -- 
SM>  > Best regards,
SM>  >  SixK                            mailto:[EMAIL PROTECTED]
SM>  > 
SM>  > 


SM> Hi!

SM> AmigaOS is completely strange system for us and I truly do not know
SM> how we can help you.

SM> Try to change code where necessary by inserting #ifdef AMIGAOS or
SM> similar and change prototypes to correspond to those on your OS.

SM> What version of OS is it and what compiler version do you use ??


SM> Regards,

SM> Sinisa

I use AmigaOS 3.5 and GCC 2.95.3 (68k). Compatibility to unix is
assumed by the a library called : ixemul.library

I've planned to port MySql to Morphos that is a brand new OS for PPC
Amiga.



-- 
Best regards,
 SixK                            mailto:[EMAIL PROTECTED]



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