[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh (fwd)



   From: e-guy@skylab.net
   Date: Wed, 27 Oct 1999 20:11:24 +0200 (CEST)

   hi mark

   > Never define __USE_GNU yourself.  Compile with -D_GNU_SOURCE instead.
   > This should make sure __USE_GNU get defined.

By the way, the latest version of ssh is 1.2.27.  It contains some
changes to `login.c' that might be relevant.

Anyway, all your problems will probably be solved if you add a

  *-*gnu*)
    CFLAGS="-D_GNU_SOURCE $CFLAGS"
    ;;

to the `case "$host" in' near the beginning of `configure.in', below the
stuff for Linux.  If you then regenerate `configure' (using
`autoconf') all your problems will probably be solved then, and all
your other modifications should be unecessary.

Mark


Reply to: