Subject: Re: Make error when build : 2nd part
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 04/01/1997 19:18:57
In article <199704011829.UAA16550@mail.easynet.fr> edelcamp@alienor.fr (Eric Delcamp) writes:
>Hi,
>
>I have the exact error message when I do 'make build' on my current Amiga
>port:
>RE substitution error: *** unknow regexp error code ***
>Segmentation fault - core dumped.
>
>Make build execute /share/mk update, then look in lib, and error arrive
>when in lib/libc.
>Also, making Make produce the same thing.
>Make a kernel work OK.


cd src/usr.bin/make && cc -I. *.c lst.lib/*.c -o mk && mv mk /usr/bin/make

christos