Hello, I attempted to make bash version 3.0 by first setting 'EXEEXT' on line 91 of the Makefile. This generates two errors when compiling.
Line 620: ' ./mksignames $@' should be ' ./mksignames$(EXEEXT) $@' Line 628: ' ./mksyntax -o $@' should be ' ./mksyntax${EXEEXT} -o $@' After making these changes to the Makefile, the compile completed successfully. Thanks Ken Kassing [EMAIL PROTECTED] _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash