Hi! In private mail with Budd we discovered a problem on Sunos 5.7 gcc 2.95.1 On Solaris bcopy is defined in strings.h, not string.h (surprise to me:) I'm going to fix it by including "lex_defines.h" in conf_lexer.lxx and doing all necessary #ifdef HAVE_XXX there. But now Budd has got problem with installation. I haven't got Solaris and can't help him. Any clues? "Budd, S" wrote: > > Further to working with snapshot > > when I try to make install the following messages appear. > > ligetti$ make install > Making install in db > make[1]: Entering directory `/home/ppp/htdig-3.2.0b1-dev-121299/db' > cd dist ; if [ -f Makefile ] ; then make install ; fi > make[2]: Entering directory `/home/ppp/htdig-3.2.0b1-dev-121299/db/dist' > Installing DB include files: /home/ppp/htdig-3.2.0b1-test/include ... > Installing DB library: /home/ppp/htdig-3.2.0b1-test/lib ... > /usr/bin/sh: test: argument expected > make[2]: *** [install] Error 1 > make[2]: Leaving directory `/home/ppp/htdig-3.2.0b1-dev-121299/db/dist' > make[1]: *** [install] Error 2 > make[1]: Leaving directory `/home/ppp/htdig-3.2.0b1-dev-121299/db' > make: *** [install-recursive] Error 1 > > on doing a make -n install I see the following with an empty > " test -f ; " : > . > . > echo "Installing DB library: /home/ppp/htdig-3.2.0b1-test/lib ..." > test -d /home/ppp/htdig-3.2.0b1-test/lib || \ > (/usr/bin/mkdir -p /home/ppp/htdig-3.2.0b1-test/lib && > /usr/bin/chmod 755 /home/ppp/htdig-3.2.0b1-test/lib) > cd /home/ppp/htdig-3.2.0b1-test/lib && /usr/bin/rm -f libdb.a > /usr/bin/cp -p libdb.a /home/ppp/htdig-3.2.0b1-test/lib > cd /home/ppp/htdig-3.2.0b1-test/lib && /usr/bin/chmod 444 libdb.a > if test -f ; then \ > ( cd /home/ppp/htdig-3.2.0b1-test/lib && /usr/bin/rm -f * ) ; \ > /usr/bin/cp -p /home/ppp/htdig-3.2.0b1-test/lib ; \ > ( cd /home/ppp/htdig-3.2.0b1-test/lib && ln -s .3 ) ; \ > fi > . > . > > I am not sure whose problem this is. > > Regards > Sinclair > ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to [EMAIL PROTECTED] You will receive a message to confirm this.
