Hello,
I'm currently experiencing a problem with pkgdata. I've run the make of this project many times on Linux and Mac OS without problems. However, on Solaris 10 I get the following:
/opt/local/bin/pkgdata -s Resources -d Resources -p "WForth" -I "lib/wforth/0.5" Resources/ResourceList.txt
gmake[1]: Entering directory `/export/home/will/projects/WForth/trunk'
cat Resources/ResourceList.txt > Resources/WForth_common.lst
LD_LIBRARY_PATH=/opt/local/lib:$LD_LIBRARY_PATH /opt/local/sbin/gencmn -n WForth -c -s Resources -d Resources 0 Resources/WForth_common.lst
/./install-sh -c -m 644 Resources/WForth.dat lib/wforth/0.5/WForth.dat
/bin/bash: /./install-sh: No such file or directory
I can't seem to figure out why it wants to resolve the path to install-sh as /./install.sh. I realize that I will be embarrassed when you tell me the answer, but for now I'm pretty stuck. This is happening with ICU (4C) 3.6.
Will Mason