Good idea ... probably amit hetawal could try it by doing
something like --
$(TARGET): $(OBJECTS)
g++ -g -o $(TARGET) $(OBJECTS) $(LDFLAGS)
coral_test.o: coral_test.c Makefile
gcc $(CPPFLAGS) coral_test.c
Thanks
-----Original Message-----
From: Wolfgang Sourdeau <[EMAIL PROTECTED]>
Sent: Wed, April 11, 2007 7:59 pm
To: [EMAIL PROTECTED]
Subject: Re: problem linking on MAC OSX
You should use gcc for compiler and g++ as linker (env var "LD"). That
way, the proper linking will occur but the pointer casting won't choke
with C++ stupid constraints.
Wolfgang
_______________________________________________
Gnustep-dev mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/gnustep-dev
_______________________________________________
Gnustep-dev mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/gnustep-dev