All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Re: compiling ssh / R5 install
       [not found] <Pine.LNX.4.04.9901052025040.2383-100000@lsd.takilma.or.us>
@ 1999-01-10 22:21 ` Tom Rini
  1999-01-11 16:11   ` Matt McLean
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 1999-01-10 22:21 UTC (permalink / raw
  To: Olaph Swensen; +Cc: linuxppc-dev


On Tue, 5 Jan 1999, Olaph Swensen wrote:

> login.c:437: structure has no member named `ut_syslen'

#if out this line or remove

> login.c:441: structure has no member named `e_termination'
> login.c:442: structure has no member named `e_exit'

__e_*

> login.c:454: `WTMPX_FILE' undeclared (first use in this function)
> login.c:454: (Each undeclared identifier is reported only once
> login.c:454: for each function it appears in.)

Needs a __USE_GNU or something along those lines, IIRC.  At least these
are glibc 2.1 changes/probelsm for everybody. :)

---
Tom Rini (TR1265)
http://dobbstown.yeti.edu/

[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to  Cc linuxppc-dev  if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: compiling ssh / R5 install
  1999-01-10 22:21 ` compiling ssh / R5 install Tom Rini
@ 1999-01-11 16:11   ` Matt McLean
  0 siblings, 0 replies; 2+ messages in thread
From: Matt McLean @ 1999-01-11 16:11 UTC (permalink / raw
  To: Tom Rini; +Cc: Olaph Swensen, linuxppc-dev


On Sun, 10 Jan 1999, Tom Rini wrote:

__USE_GNU is the internal macro... compile with -D_GNU_SOURCE. :-)

m.

> 
> On Tue, 5 Jan 1999, Olaph Swensen wrote:
> 
> > login.c:437: structure has no member named `ut_syslen'
> 
> #if out this line or remove
> 
> > login.c:441: structure has no member named `e_termination'
> > login.c:442: structure has no member named `e_exit'
> 
> __e_*
> 
> > login.c:454: `WTMPX_FILE' undeclared (first use in this function)
> > login.c:454: (Each undeclared identifier is reported only once
> > login.c:454: for each function it appears in.)
> 
> Needs a __USE_GNU or something along those lines, IIRC.  At least these
> are glibc 2.1 changes/probelsm for everybody. :)


[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to  Cc linuxppc-dev  if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-01-11 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.04.9901052025040.2383-100000@lsd.takilma.or.us>
1999-01-10 22:21 ` compiling ssh / R5 install Tom Rini
1999-01-11 16:11   ` Matt McLean

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.