Hi, I am trying to compile the Hurd system for some time now & seem to run into problems. I am receiving syntax error for mawk as follows: --- mawk -f scripts/gen-sorted.awk \ -v subdirs='csu assert ctype locale intl catgets math setjmp signal stdlib stdio-common libio malloc string wcsmbs time dirent grp pwd posix io termios resource misc socket sysvipc gmon gnulib iconv iconvdata wctype manual shadow po argp crypt nss localedata timezone rt conform debug libidn dlfcn elf' \ -v srcpfx='' \ sysdeps/mach/hurd/Subdirs sysdeps/mach/Subdirs sysdeps/unix/inet/Subdirs sysdeps/unix/Subdirs assert/Depend intl/Depend catgets/Depend stdlib/Depend stdio-common/Depend libio/Depend malloc/Depend string/Depend wcsmbs/Depend time/Depend posix/Depend iconvdata/Depend nss/Depend localedata/Depend rt/Depend debug/Depend > /hurd/src/glibc.obj/sysd-sorted-tmp mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed (bad class -- [], [^] or [) /[^ mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "", subd ... make[1]: *** [/hurd/src/glibc.obj/sysd-sorted] Error 2 make[1]: Leaving directory `/hurd/src/glibc' make: *** [all] Error 2 ++ rm -f /hurd/sys_root/lib/ld.so ++ exit 100 ---
if I uninstall mawk & configure /usr/bin/awk to point to gawk, I get mawk comman not found error. How to proceed? Thanks, AG Save all your chat conversations. Find them online at http://in.messenger.yahoo.com/webmessengerpromo.php _______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd