On 3/14/07, Michael Gardner <[EMAIL PROTECTED]> wrote:
Thanks for the hint. I played around with my manual compile command,
and found that I can duplicate the crashing behavior of the gmake
build if I do *either* of the following two things:
1) Omit "-fobjc-exceptions" from the command I gave above:
g++41 -I$GNUSTEP_SYSTEM_ROOT/Library/Headers
-L$GNUSTEP_SYSTEM_ROOT/Library/Libraries -lobjc -lgnustep-base -o main
main.m
(same result if I use gcc instead of g++).
You still have to compile your program with -fexceptions to get "objc"
exceptions working with objective-C.
Thanks,
Andrew Pinski
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev