help-gnucap
[Top][All Lists]
Advanced

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

Re: [Help-gnucap] sigjmp_buf problem compiling


From: Al Davis
Subject: Re: [Help-gnucap] sigjmp_buf problem compiling
Date: Tue, 29 Apr 2003 12:16:43 -0600
User-agent: KMail/1.5.1

On Tuesday 29 April 2003 11:42 am, Mike Lin wrote:
> Hey, I'm trying to compile GNUCAP with the latest versions of
> mingw and cygwin. I ran the configuration script and then
> typed make in the src directory.
>
> The compile error im getting is:
>
> ../l_jmpbuf.h:30: 'sigjmp_buf' is used as a type, but is not
> defined as a type.
>
> Im not sure where sigjmp_buf is supposed to be defined. This
> is my first time building open source software so please bear
> with me.'

In the file "Make2.g++" ..  
after the line "CCFLAGS = \"

add "-DSIGSETJMP_IS_BROKEN \

so it reads:

CCFLAGS = \
-DSIGSETJMP_IS_BROKEN \
-DHAS_READLINE \
-DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W



Normally, it is in a system header file, <setjmp.h>




reply via email to

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