Hi,
I have problems bootstrapping jam on my QNX 6 system (with no Yacc
installed)
Here is the story:
-I run make
-When I get to the point where the jamgram.y is to be parsed to create
jamgram.c and jamgram.h (I already have these when I untar the sources)
-Complains that yacc is not found..removes the jamgram.c and jamgram.h files
-Compalins that there is not jamgram.c (and .h) to create jamgram.o
....skipping
-Cannot make the archive since jamgram.o is missing
-bootstrap is unsuccessful.
I tried to bypass this problem by tinkering make1.c
That allowed me to make the jam binary. But then ,when I try to use it to
build boost libraries I get "memory fault (core dumped) "
Please help!!!
Sanket Khidkikar