Steven J Abner <[EMAIL PROTECTED]> wrote: > Sorry, but after some research I managed to get chmod to build. > > machine: mac ppc G4 (1st PCI 400Mhz) OSX 10.1.5 > > Suggestions: > as mentioned alloca.h... no and alloca... yes, > include a test(m4) my alloca is in <stdlib.h> so for me I just > commented out > #include <alloca.h> and added #include <stdlib.h>.
That shouldn't be necessary if you use the provided Makefiles. > But, may I suggest: > when you create "config.h" you add at the head: > #ifndef HAVE_CONFIG_H > #define HAVE_CONFIG_H > cat.... > cat.... > cat.... > #endif /* HAVE_CONFIG_H */ > then in all your c files as the first code: > #include <config.h> > with no test surrounding the include. Why? > And in system.h: > a comment above #include "localedir.h" that it is built by makefile > or an uncomment of #define LOCALEDIR "/usr/share/locale". All of these problems appear to be the result of your using an alternative build mechanism (project builder). Does `make' not work for you? _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
