[EMAIL PROTECTED] wrote: > NSFileManager.m:2384: warning: implicit declaration of function `setgrent' >
Any idea where they are defined or why they are not in grp.h? > Since I'm still unable to compile anything with nx-gnu-gnu on darwin5 > which doesn't report "Bus error" or "segmentation fault", I produced a > working shared gnu-gnu-gnu library; these changes to target.make are > necessary: OK, I added this with a few changes so it still works with the nx runtime. > To compile gnustep-base, the following has to be changed in NSDecimal.m: Fixed. > Only bundles don't work: > The test for global constructors in configure fails and running > Testing/obj/nsbundle reports: > ... > Retreiving principal class... > Error (objc-load): Cannot initialize dynamic linker > * ERROR: Can't find principal class > Probably because the 'backend' for connecting to the dynamic loader on darwin hasn't been written. When I find time I'll have to find the header files for that so I can write it. > > For irix6.5, changes have to be made in target.make: > Fixed. > Unfortunately, subproject.o in subdirectory Additions will not be linked Maybe because it doesn't have the OBJ_MERGE_CMD? I added that also. But it appears that Cygwin already has this, so I don't know why it wouldn't work there. Perhaps it needs to be ld instead of (currently) $(CC) -nostdlibs -- Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because http://www.doc.com | if I didn't, I'd eat it, and you | know how I hate the stuff. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
