24 Jan
2012
24 Jan
'12
3:08 a.m.
Matthew Newton wrote:
I get the same as Alan:
Hmm... it's probably not creating the build/make directory. Which version of GNU Make do you have? What happens if you run this on the command line: $ gcc scripts//jlibtool.c -o build/make/jlibtool Does the build/make/jlibtool file exist? What happens if you do "mkdir -p build/make", and then "make" ? I'd really like to know which command is failing... Alan DeKok.