bug-ddd
[Top][All Lists]
Advanced

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

Compilation problem with signal() signature


From: Tim Allman
Subject: Compilation problem with signal() signature
Date: Fri, 23 Aug 2002 14:32:01 -0400
User-agent: KMail/1.4.1

The source refused to compile until I changed the following line in 
ddd/config.h.

//------------------- Original ------------------------
/* Define to the signal handler type accepted by signal(). 
   See the signal man page and the decl in <signal.h> for the exact type.
   Typically values are int, ..., and int .... */
#define SIGHANDLERARGS ...

//------------------- Changed ------------------------
/* Define to the signal handler type accepted by signal(). 
   See the signal man page and the decl in <signal.h> for the exact type.
   Typically values are int, ..., and int .... */
#define SIGHANDLERARGS int

Here is the configuration info:

[tallman@pcNavYkfTra tmp]$ ddd -configuration
GNU DDD 3.3.1 (i686-pc-linux-gnu)
Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
Copyright (C) 1999-2001 Universität Passau, Germany.

Compiled with GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-110), GNU libc 2.2
Requires X11R6, Xt11R6, Motif 2.2.3 (Motif Version 2.2.2)
Includes XPM 3.4.11, Athena Panner, DDD core
Built 2002-08-23 by Tim Allman <tallman@navtechinc.com>.





reply via email to

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