Jaroslav Joska schrieb: > I created new directory, copied two files (test.m and GNUmakefile) and after > tried again to gmake command. It work's without errors. But still I can't run > ./obj/test. Segmentation Fault. I absolutely don't understand it.
Please continue to follow Nicola's suggestions wrt build issues. But MySQL and libobjc did have a namespace issue wrt to a global function called "hash" which lead to the objc runtime calling the mysql hash function when looking up class names that caused SEGV. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19024 I'm unsure with which gcc version that was fixed but the library SO version should 2.0. Which version of libobjc/gcc are you using? Cheers, David _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
