bug-gnustep
[Top][All Lists]
Advanced

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

Re: Warning when compiling GNUstep


From: Chris B. Vetter
Subject: Re: Warning when compiling GNUstep
Date: Mon, 28 Jul 2003 11:43:48 -0700

On Mon, 28 Jul 2003 18:10:17 +0100
Richard Frith-Macdonald <richard@brainstorm.co.uk> wrote:
[...]
> 3. link bugs I didn't find in the gnustep code (and don't occur on my 
> debian system) ... perhaps you could find out which librariees the
> functions are  referenced in, and notify the maintainers of those
> libraries?
[...]

If the -lcrypt warnings occur in -gui and/or -back, it's an 'inherited'
warning from -base. base/SSL to be specific.
  Those warnings can be fixed by specifically linking -lcrypt.

tmpnam() is used in gsnd and mktemp() is used in NSData.
  Those should not be used as they pose a security risk (see warning)

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]