This is due to an obsolete "install-sh" script being included with Rivet. I think this has already been fixed in CVS, but you could have worked around it by replacing the tclconfig/install-sh with a newer version (you probably have several on your system from other programs if you use "locate" to find them).
On Fri, Jun 18, 2010 at 11:28 AM, Damon Courtney <[email protected]> wrote: > So, I installed Rivet on my Apache 2 box today because I wanted to dink > around with some pages. I am happy to report that after only a minor hiccup, > I got everything up and running with no problems. Kudos to Massimo and > everyone for getting the 2.0 release out and solid enough to build with just > your average './configure && make install'. > > For the record, the hiccup I ran into was in trying to use: > > ../tclconfig/install-sh -c -d "/path/to/some/directory" > > Which resulted in an error where install-sh is passing the -d to 'cp' which > is an invalid option. In fact, I could not get install-sh to create a > directory even after removing the offending -d. It just didn't work. I > ended up having to modify my Makefile by hand to replace that call with the > more traditional 'mkdir -p'. Not sure what that's about. I'm on FreeBSD 7, > for the record, and this is compiled against Tcl 8.6. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
