Right out of the box (after I made Damien's LDFLAGS fix in configure) using gcc-2.95.2. The only problem I have now is the man pages. I still can't read them using Solaris nroff, and when I tried to build with --with-catman=cat, I got the following during a make install: /rtr/bin/install -c -m 644 ssh.[01].out /usr/local/man/cat1/ssh.1 Try `/rtr/bin/install --help' for more information.
On Wed, 15 Mar 2000 Jay at aol.com wrote:> Right out of the box (after I made Damien's LDFLAGS fix in configure) using > gcc-2.95.2. The only problem I have now is the man pages. I still can't > read them using Solaris nroff, and when I tried to build with > --with-catman=cat, I got the following during a make install: > > /rtr/bin/install -c -m 644 ssh.[01].out /usr/local/man/cat1/ssh.1 > Try `/rtr/bin/install --help' for more information.Strange - it seems to work OK for me. Is that GNU install in /rtr/bin/install? You could try to work around it using make INSTALL=`pwd`/install-sh install -d -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
In a message dated 3/15/00 8:20:01 PM Eastern Standard Time, djm at mindrot.org writes:> > Right out of the box (after I made Damien's LDFLAGS fix in configure)using> > > gcc-2.95.2. The only problem I have now is the man pages. I stillcan't> > read them using Solaris nroff, and when I tried to build with > > --with-catman=cat, I got the following during a make install: > > > > /rtr/bin/install -c -m 644 ssh.[01].out /usr/local/man/cat1/ssh.1 > > Try `/rtr/bin/install --help' for more information. > > Strange - it seems to work OK for me. Is that GNU install in > /rtr/bin/install?Nope: /rtr/bin/install: SunOS 5.5 Generic November 1995
On Thu, 30 Mar 2000 Jay at aol.com wrote:> /rtr/bin/install: > SunOS 5.5 Generic November 1995You can work around the incompatibility by using make install INSTALL=`pwd`/install-sh -d -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)