Ok i took my code from unix server to code some new stuff.
I added the code and wanted to test it on my cygwin before putting it on unix,
so i did rm config.cache ran ./configure, did a make clean and make all
Compile went great but when i wanted to connect it wouldnt let me.
Did a gdb bin/circle and run 5500
Then i got this error:
Starting program: /home/JTP/mud/bin/circle 5500
Error creating process /home/JTP/mud/bin/circle, (error 193).
What does that error mean and why cant i suddently take my code from unix, make some changes and run on cygwin, any ideas ??
Also in unix in /lib i see some backtrace files what are they ?