Re: trouble porting dash shell (make errors)

2009-11-07 Thread Dmitry Marakasov
* Eitan Adler (eitanadlerl...@gmail.com) wrote: > I tried the dash mailing list with no reply. > mksignames.c is attached. > > Here is the output from ./configure && gmake You should've use gdb to get a line where it dies: -- % gdb ./mksignames ... (gdb) run Starting program: /

trouble porting dash shell (make errors)

2009-11-07 Thread Eitan Adler
I tried the dash mailing list with no reply. mksignames.c is attached. Here is the output from ./configure && gmake if gcc -DHAVE_CONFIG_H -I. -I. -I..  -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN  -Wall -g -O2 -MT nodes.o -MD -MP -MF ".deps/nodes.Tpo" -c -o nodes.o nodes.c; \        then m