> Making install in NSTimeZones... > [...] > /bin/sh: /opt/GNUstep/System/Libraries/Resources/gnustep-base: not a directory
Hmmm. Something went wrong with your install, probably before this point, because that directory should have been created by NSCharacterSets/GNUmakefile. Or maybe you made install directly in the NSTimeZones subdir without knowing that's supposed to happen after the NSCharacterSets install. To make the code more robust and less easily breakable, I've added a simple rule in NSTimeZones to create the directory if not there, so that make install in NSTimeZones should work even if make install in NSCharacterSets has not been run (or failed for some reasons). My suggestion now is to get everything new from CVS (gnustep-make and gnustep-base) and rebuild. Let me know if you have further problems. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
