What am I doing wrong here? # mkdir cvs # cd cvs # cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/inetutils login [just hit enter for the password] # cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/inetutils co -r release1_4_0 inetutils [inetutils downloads] # mkdir inetutils-obj # cd inetutils # ./autogen.sh [blah] # cd ../inetutils-obj # ../inetutils/configure --with-path-klog=/dev/klog [blah] # make [blah] # make install
The resulting syslogd does not have /dev/klog support. --- Kenneth Stailey <[EMAIL PROTECTED]> wrote: > > --- Jeff Bailey <[EMAIL PROTECTED]> wrote: > > On Sat, Apr 13, 2002 at 01:59:39PM -0700, Kenneth Stailey wrote: > > > > > How do you view what branches are available? I did > > > > > cvs z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/inetutils co > > > -r release1_4_0 inetutils > > > > > and got version 1.3.9a > > > > Err really? I thought is was 1.3.99a. Hmm. I'll check that. It's > > in case I want to do snapshots before the release. > > Typo. It's 1.3.99a. What's it supposed to be? Using -r HEAD as the tag > failed for me. > > > > -- > > "Frankly, trying to turn Windows into a decent educational software > > development platform is about as fun as jumping naked into a pit of > > rabid wolves." > > - As seen on slashdot > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

