search for: _sigjblen

Displaying 1 result from an estimated 1 matches for "_sigjblen".

1998 Sep 15
0
compiling 0.62.3 for SunOS 4.1.4 and Solaris 2.6
...by various moderately clueless people in the past), but I had a number of troubles with gcc and Solaris's default include files. Several times important definitions were located in chunks of the include files that didn't get included by default. - I added "typedef int sigjmp_buf[_SIGJBLEN];" to src/include/Defn.h by hand; had to make sure that the gcc version of math.h got included rather than the default Solaris file; and ran the compilation of the stuff in src/main with -D__EXTENSIONS__ added to CFLAGS in Makeconf. I *think* that adding -D__EXTENSIONS__, or alternately setti...