bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] Compilation problems in alpha-dec-osf4.0g


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] Compilation problems in alpha-dec-osf4.0g
Date: Mon, 23 Dec 2002 20:44:51 +0100

   Inetutils 1.4.2 compiles mostly on Tru64, but needs the following patches.
   There is a third patch needed (to ftp.c), but that one will break others,
   so I do not include it here.

Please send the patch as a context diff.  Could you also send the
patch to "break" ftp.c?  Maybe it could make ftp.c more portable.

Could you care to comment about this bit? If the GLOB_ stuff is not
defined then it is an error in the configure script.

   % diff cmds.c cmds.c.orig
   1788,1794c1788
   <       flags = GLOB_NOCHECK;
   < #ifdef GLOB_TILDE
   <       flags |= GLOB_TILDE;
   < #endif
   < #ifdef GLOB_BRACE
   <       flags |= GLOB_BRACE;
   < #endif
   ---
   >       flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;



reply via email to

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