[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Howto write GNUmakefile.preamble with using C API
From: |
David Ayers |
Subject: |
Re: Howto write GNUmakefile.preamble with using C API |
Date: |
Tue, 22 Jul 2008 14:19:49 +0200 |
User-agent: |
Mozilla-Thunderbird 2.0.0.14 (X11/20080509) |
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