On Tuesday, April 13, 2004, at 01:32 PM, Carlo Salinari wrote:
That's definitely not the way you should compile GNUstep programs. That line doesn't work for me either. It would be a whole lot easier to use the makefile package. In base/Testing, just type
Well, tested some in "gnustep-base-1.9.1/Testing" from the latest tarball.
My best bet was this:
gcc -lobjc -I/usr/lib/GNUstep/System/Library/Headers string.m
but evidently I'm missing something about what headers/libs objc looks for.
make string
or
make messages=yes string
if you curiously interested in the exact commands that are being used. If you want to create your own Makefile, Try:
include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME=string string_OBJC_FILES = string.m include $(GNUSTEP_MAKEFILES)/tool.make
_______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
