make install bug
Chris Lattner
sabre at nondot.org
Mon Jul 22 22:03:05 UTC 2002
I'm having a problem with qm-1.1.5 'make install' on a solaris box:
...
for tool in test; do \
if test -e qm/$tool/classes/classes.qmc; then \
./install-sh -c -d -m 755 "/home/vadve/lattner/cvs/qmtest-1.1.5/lib/qm/qm/$tool/classes"; \
./install-sh -c -m 644 qm/$tool/classes/classes.qmc \
"/home/vadve/lattner/cvs/qmtest-1.1.5/lib/qm/qm/$tool/classes/classes.qmc"; \
fi; \
done
/bin/sh: test: argument expected
gmake: *** [lib-install] Error 1
I'm sure this is a really trivial problem to fix, but I don't know
anything about bourne shell scripting... so, I appeal to you guys. :)
If it matters, I configured with:
./configure --prefix=/home/vadve/lattner/cvs/qmtest-1.1.5
If you need any other information, I'd be happy to provide it.
On a side note, are there any archives of the mailing list available
somewhere? I'm sure this question has come up before, but there are no
archives listed off of the qmtest dev page:
http://www.codesourcery.com/qm/qmtest_development
QMTest looks like a nifty tool, I look forward to being able to try it
out.
-Chris
http://www.nondot.org/~sabre/llvm/
http://www.nondot.org/~sabre/Projects/
More information about the qmtest
mailing list