> Someone on irc was wondering about ctools and c++ files, > clibrary.make seemed to work ok though. > > it doesn't seem to currently include $(CC_OBJC_FILES). > attached is a patch for that..
Thanks ... good stuff ... I cleaned it up so it's a bit more general, and committed. :-) > additionally i was wondering why it doesn't use g++ to compile the > files? > also when linking executables with c++ objs shouldn't it use g++ to > link? > > I can see how you could just add -lstdc++ to the ADDITIONAL_TOOL_LIBS > but i also suppose a user could have multiple libstdc++'s and using > g++ should make sure that the correct libstdc++ is linked in or something Interesting ... btw what happens when you compile ObjC++ ? ;-) Comments from any actual C++ / ObjC++ user would be very welcome. :-) Thanks _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
