bash-2.05$ make /usr/local/bin/gcc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -g -c jcc.c jcc.c:7:19: stdio.h: No such file or directory jcc.c:8:23: sys/types.h: No such file or directory jcc.c:9:20: stdlib.h: No such file or directory jcc.c:10:19: ctype.h: No such file or directory jcc.c:11:20: string.h: No such file or directory jcc.c:12:20: signal.h: No such file or directory jcc.c:13:19: fcntl.h: No such file or directory jcc.c:14:19: errno.h: No such file or directory jcc.c:25:20: unistd.h: No such file or directory jcc.c:26:22: sys/time.h: No such file or directory jcc.c:27:22: sys/wait.h: No such file or directory jcc.c:28:22: sys/stat.h: No such file or directory jcc.c:36:20: select.h: No such file or directory
I just had this problem last week on a solaris box, and it turned out to be because i didn't have ld installed. This box does seem to have ld, but maybe i'm missing some other important package. I can't seem to find a gnu binutils package for openbsd, so i'm not sure if that means it's not needed, or what. -Lkb n On Wed, 5 Jun 2002, John Hunter wrote: > > Could you post the errors? > > JDH > > > _______________________________________________ > Bits mailing list > [EMAIL PROTECTED] > http://www.sugoi.org/mailman/listinfo/bits > _______________________________________________ Bits mailing list [EMAIL PROTECTED] http://www.sugoi.org/mailman/listinfo/bits
