bug-inetutils
[Top][All Lists]
Advanced

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

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


From: Bert Deknuydt
Subject: [bug-inetutils] Compilation problems in alpha-dec-osf4.0g
Date: Mon, 23 Dec 2002 18:48:46 +0100

Hello,

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.

Greetings, Bert.

----1----
In libinetutils:

% diff xmalloc.c xmalloc.c.orig
37c37
< #include "err.h"
---
> #include "error.h"
70c70
<   err (xalloc_exit_failure, 0, "%s", _(xalloc_msg_memory_exhausted));
---
>   error (xalloc_exit_failure, 0, "%s", _(xalloc_msg_memory_exhausted))
----1----

----2----
% 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;
----2----

-- 
-------------- eMail address@hidden ---------------
B.DeKnuydt, PSI-KULeuven                            Tel. +32-16-321880
Kasteelpark Arenberg 10          /|    | ||
B-3001 Leuven-Heverlee        _,_)|  4_|_||
FLANDERS, BELGIUM            / .                    Fax. +32-16-321838
-------------- http://www.esat.kuleuven.ac.be/~deknuydt --------------
        Cursed be man! How ungrateful is he! Qur'An 80, 17



reply via email to

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