Closed michaelrsweet closed 14 years ago
Original reporter: Michael Sweet
By definition, build problems are always P3.
What operating system/Linux distribution are you using?
What compiler are you using?
What configure options are you using?
Can you attach your config.log file or provide a full build log including the configure command and output?
Original reporter:
Hi Mike,
I have the same problem. I'm using: [ Linux version 2.6.26-2-686 (Debian 2.6.26-17) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Sun Jun 21 04:57:38 UTC 2009 ].
Original reporter:
this problem solved? i compile 1.9.1540 good, but 1.9.1629 compile with fault
INFO: Reading c-relnotes.html... INFO: Reading d-compile.html... make[1]: [htmldoc.html] Segmentation fault make[1]: Deleting file `htmldoc.html'
I'm using Linux debian 2.6.31.5, gcc version 4.3.2 (Debian 4.3.2-1.1)
Original reporter:
Same here
Original reporter:
Same here - posted config.log.3.
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) Target: x86_64-linux-gnu
Got a similar message when building on 32-bit debian 4 - I can post that log also if it will help.
Original reporter:
Hi,
I have 2 compilers running: gcc-4.1.3 20080623 Debian 4.1.2-23 and gcc-4.2.4 Debian 4.2.4-4
gcc-4.1 is ok, but gcc-4.2 produces the Segmentation fault, when it tries to create the htmldoc.html.
The function write_css() tries to get the element from the _htmlStyleSheet->styles->selectors[]. The segmetation fault comes when it tries to get the element HD_ELEMENT_FILE (-3). With gcc-4.1 hdStyleSheet::get_element(HD_ELEMENT_FILE) returns a 0, gcc-4.2 returns a undefined value.
A fix is: const char * hdStyleSheet::get_element(hdElement e) { if (e < 0) return 0; return (hd_element[e]); }
Original reporter: Michael Sweet
Fixed in Subversion repository.
"config.log":
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = staging.lynxsolutions.ro
uname -m = i686
uname -r = 2.6.26-2-686
uname -s = Linux
uname -v = #1 SMP Sun Jun 21 04:57:38 UTC 2009
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1762: checking for gawk
configure:1792: result: no
configure:1762: checking for mawk
configure:1778: found /usr/bin/mawk
configure:1789: result: mawk
configure:1848: checking for gcc
configure:1864: found /usr/bin/gcc
configure:1875: result: gcc
configure:2113: checking for C compiler version
configure:2120: gcc --version >&5
gcc (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2123: $? = 0
configure:2130: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1)
configure:2133: $? = 0
configure:2140: gcc -V >&5
gcc: '-V' option must have argument
configure:2143: $? = 1
configure:2166: checking for C compiler default output file name
configure:2193: gcc conftest.c >&5
configure:2196: $? = 0
configure:2234: result: a.out
configure:2251: checking whether the C compiler works
configure:2261: ./a.out
configure:2264: $? = 0
configure:2281: result: yes
configure:2288: checking whether we are cross compiling
configure:2290: result: no
configure:2293: checking for suffix of executables
configure:2300: gcc -o conftest conftest.c >&5
configure:2303: $? = 0
configure:2327: result:
configure:2333: checking for suffix of object files
configure:2359: gcc -c conftest.c >&5
configure:2362: $? = 0
configure:2385: result: o
configure:2389: checking whether we are using the GNU C compiler
configure:2418: gcc -c conftest.c >&5
configure:2424: $? = 0
configure:2441: result: yes
configure:2446: checking whether gcc accepts -g
configure:2476: gcc -c -g conftest.c >&5
configure:2482: $? = 0
configure:2581: result: yes
configure:2598: checking for gcc option to accept ISO C89
configure:2672: gcc -c conftest.c >&5
configure:2678: $? = 0
configure:2701: result: none needed
configure:2777: checking for g++
configure:2793: found /usr/bin/g++
configure:2804: result: g++
configure:2835: checking for C++ compiler version
configure:2842: g++ --version >&5
g++ (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2845: $? = 0
configure:2852: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1)
configure:2855: $? = 0
configure:2862: g++ -V >&5
g++: '-V' option must have argument
configure:2865: $? = 1
configure:2868: checking whether we are using the GNU C++ compiler
configure:2897: g++ -c conftest.cpp >&5
configure:2903: $? = 0
configure:2920: result: yes
configure:2925: checking whether g++ accepts -g
configure:2955: g++ -c -g conftest.cpp >&5
configure:2961: $? = 0
configure:3060: result: yes
configure:3088: checking how to run the C preprocessor
configure:3128: gcc -E conftest.c
configure:3134: $? = 0
configure:3165: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3171: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3204: result: gcc -E
configure:3233: gcc -E conftest.c
configure:3239: $? = 0
configure:3270: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3276: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3356: checking for ranlib
configure:3372: found /usr/bin/ranlib
configure:3383: result: ranlib
configure:3411: checking for ar
configure:3429: found /usr/bin/ar
configure:3441: result: /usr/bin/ar
configure:3451: checking for chmod
configure:3469: found /bin/chmod
configure:3481: result: /bin/chmod
configure:3491: checking for cp
configure:3509: found /bin/cp
configure:3521: result: /bin/cp
configure:3531: checking for fltk-config
configure:3564: result: no
configure:3571: checking for mv
configure:3589: found /bin/mv
configure:3601: result: /bin/mv
configure:3611: checking for mkdir
configure:3629: found /bin/mkdir
configure:3641: result: /bin/mkdir
configure:3651: checking for rm
configure:3669: found /bin/rm
configure:3681: result: /bin/rm
configure:3702: checking for grep that handles long lines and -e
configure:3776: result: /bin/grep
configure:3781: checking for egrep
configure:3859: result: /bin/grep -E
configure:3864: checking for ANSI C header files
configure:3894: gcc -c conftest.c >&5
configure:3900: $? = 0
configure:3999: gcc -o conftest conftest.c >&5
configure:4002: $? = 0
configure:4008: ./conftest
configure:4011: $? = 0
configure:4028: result: yes
configure:4052: checking for sys/types.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for sys/stat.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for stdlib.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for string.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for memory.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for strings.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for inttypes.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for stdint.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for unistd.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4108: checking for strings.h
configure:4113: result: yes
configure:4250: checking locale.h usability
configure:4267: gcc -c conftest.c >&5
configure:4273: $? = 0
configure:4287: result: yes
configure:4291: checking locale.h presence
configure:4306: gcc -E conftest.c
configure:4312: $? = 0
configure:4326: result: yes
configure:4354: checking for locale.h
configure:4361: result: yes
configure:4383: checking for strcasecmp
configure:4439: gcc -o conftest conftest.c >&5
conftest.c:44: warning: conflicting types for built-in function 'strcasecmp'
configure:4445: $? = 0
configure:4463: result: yes
configure:4383: checking for strdup
configure:4439: gcc -o conftest conftest.c >&5
conftest.c:45: warning: conflicting types for built-in function 'strdup'
configure:4445: $? = 0
configure:4463: result: yes
configure:4383: checking for strdupf
configure:4439: gcc -o conftest conftest.c >&5
/tmp/cccvTdCd.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strdupf'
collect2: ld returned 1 exit status
configure:4445: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define strdupf to an innocuous variant, in case <limits.h> declares strdupf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strdupf innocuous_strdupf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strdupf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strdupf
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strdupf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strdupf || defined __stub___strdupf
| choke me
| #endif
|
| int
| main ()
| {
| return strdupf ();
| ;
| return 0;
| }
configure:4463: result: no
configure:4383: checking for strlcat
configure:4439: gcc -o conftest conftest.c >&5
/tmp/ccKTYJqC.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:4445: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:4463: result: no
configure:4383: checking for strlcpy
configure:4439: gcc -o conftest conftest.c >&5
/tmp/ccQrqQhZ.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:4445: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:4463: result: no
configure:4383: checking for strncasecmp
configure:4439: gcc -o conftest conftest.c >&5
conftest.c:46: warning: conflicting types for built-in function 'strncasecmp'
configure:4445: $? = 0
configure:4463: result: yes
configure:4482: checking for snprintf
configure:4538: gcc -o conftest conftest.c >&5
conftest.c:47: warning: conflicting types for built-in function 'snprintf'
configure:4544: $? = 0
configure:4562: result: yes
configure:4482: checking for vsnprintf
configure:4538: gcc -o conftest conftest.c >&5
conftest.c:48: warning: conflicting types for built-in function 'vsnprintf'
configure:4544: $? = 0
configure:4562: result: yes
configure:4574: checking for tm_gmtoff member in tm structure
configure:4598: gcc -c conftest.c >&5
configure:4604: $? = 0
configure:4609: result: yes
configure:4629: checking for pow in -lm
configure:4664: gcc -o conftest conftest.c -lm >&5
conftest.c:34: warning: conflicting types for built-in function 'pow'
configure:4670: $? = 0
configure:4688: result: yes
configure:4700: checking for library containing socket
configure:4741: gcc -o conftest conftest.c -lm >&5
configure:4747: $? = 0
configure:4775: result: none required
configure:4783: checking for library containing gethostbyaddr
configure:4824: gcc -o conftest conftest.c -lm >&5
configure:4830: $? = 0
configure:4858: result: none required
configure:4866: checking for library containing getaddrinfo
configure:4907: gcc -o conftest conftest.c -lm >&5
configure:4913: $? = 0
configure:4941: result: none required
configure:4952: checking for library containing getnameinfo
configure:4993: gcc -o conftest conftest.c -lm >&5
configure:4999: $? = 0
configure:5027: result: none required
configure:5038: checking for library containing hstrerror
configure:5079: gcc -o conftest conftest.c -lm >&5
configure:5085: $? = 0
configure:5113: result: none required
configure:5132: checking for special C compiler options needed for large files
configure:5225: result: no
configure:5231: checking for _FILE_OFFSET_BITS value needed for large files
configure:5266: gcc -c conftest.c >&5
conftest.c:37: warning: left shift count >= width of type
conftest.c:37: warning: left shift count >= width of type
conftest.c:39: error: size of array 'off_t_is_large' is negative
configure:5272: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBM 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_HSTRERROR 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5316: gcc -c conftest.c >&5
configure:5322: $? = 0
configure:5340: result: 64
configure:5490: checking for long long int
configure:5541: result: yes
configure:5551: checking for strtoll
configure:5607: gcc -o conftest conftest.c -lm >&5
configure:5613: $? = 0
configure:5630: result: yes
configure:5675: checking openssl/ssl.h usability
configure:5692: gcc -c conftest.c >&5
configure:5698: $? = 0
configure:5712: result: yes
configure:5716: checking openssl/ssl.h presence
configure:5731: gcc -E conftest.c
configure:5737: $? = 0
configure:5751: result: yes
configure:5779: checking for openssl/ssl.h
configure:5786: result: yes
configure:5799: checking for SSL_new in -lssl
configure:5834: gcc -o conftest conftest.c -lssl -lcrypto -lm >&5
configure:5840: $? = 0
configure:5858: result: yes
configure:5892: checking for jpeg_CreateCompress in -ljpeg
configure:5927: gcc -o conftest conftest.c -ljpeg -lm >&5
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
configure:5933: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBM 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_HSTRERROR 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOLL 1
| #define HAVE_SSL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char jpeg_CreateCompress ();
| int
| main ()
| {
| return jpeg_CreateCompress ();
| ;
| return 0;
| }
configure:5951: result: no
configure:5973: checking for gzgets in -lz
configure:6008: gcc -o conftest conftest.c -lz -lm >&5
configure:6014: $? = 0
configure:6032: result: yes
configure:6054: checking for png_set_tRNS_to_alpha in -lpng
configure:6089: gcc -o conftest conftest.c -lpng -lz -lm >&5
/usr/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
configure:6095: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBM 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_HSTRERROR 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOLL 1
| #define HAVE_SSL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char png_set_tRNS_to_alpha ();
| int
| main ()
| {
| return png_set_tRNS_to_alpha ();
| ;
| return 0;
| }
configure:6113: result: no
configure:6232: checking if GCC supports -fno-rtti
configure:6257: gcc -c -fno-rtti conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6263: $? = 0
configure:6269: result: yes
configure:6282: checking if GCC supports -fno-exceptions
configure:6307: gcc -c -fno-exceptions conftest.c >&5
configure:6313: $? = 0
configure:6319: result: yes
configure:6512: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on staging.lynxsolutions.ro
config.status:619: creating Makedefs
config.status:619: creating htmldoc.list
config.status:619: creating config.h
config.status:854: config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_long_long=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strdupf=no
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strtoll=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_jpeg_jpeg_CreateCompress=no
ac_cv_lib_m_pow=yes
ac_cv_lib_png_png_set_tRNS_to_alpha=no
ac_cv_lib_ssl_SSL_new=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_CHMOD=/bin/chmod
ac_cv_path_CP=/bin/cp
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_MV=/bin/mv
ac_cv_path_RM=/bin/rm
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_getaddrinfo='none required'
ac_cv_search_gethostbyaddr='none required'
ac_cv_search_getnameinfo='none required'
ac_cv_search_hstrerror='none required'
ac_cv_search_socket='none required'
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/usr/bin/ar'
ARFLAGS='cr'
AWK='mawk'
CC='gcc'
CFLAGS=''
CHMOD='/bin/chmod'
CP='/bin/cp'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS=' -fno-rtti -fno-exceptions'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FLTKCONFIG=''
GREP='/bin/grep'
JPEGDEP='../jpeg/libjpeg.a'
JPEGDIR='jpeg'
JPEGINC='-I../jpeg'
LARGEFILE='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lz -lm '
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MV='/bin/mv'
OBJEXT='o'
OPTIM='-Wall -Wunused -Wno-char-subscripts -Os -g'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PNGDEP='../png/libpng.a'
PNGDIR='png'
PNGINC='-I../png'
RANLIB='ranlib'
RM='/bin/rm'
SHELL='/bin/sh'
SSLFLAGS='-DOPENSSL_DISABLE_OLD_DES_SUPPORT -DOPENSSL_NO_KRB5'
SSLLIBS='-lssl -lcrypto'
SVERSION='1.9svn'
ZLIBDEP=''
ZLIBDIR=''
ZLIBINC=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='/usr/bin'
build_alias=''
datadir='/usr/share'
datarootdir='/usr/share'
docdir='/usr/share/doc/htmldoc'
dvidir='${docdir}'
exec_prefix='/usr'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define SVERSION "1.9svn"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRINGS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRNCASECMP 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_TM_GMTOFF 1
#define HAVE_LIBM 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_HSTRERROR 1
#define _FILE_OFFSET_BITS 64
#define HAVE_LONG_LONG 1
#define HAVE_STRTOLL 1
#define HAVE_SSL 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBZ 1
#define HTMLDOC_DATA "/usr/share/htmldoc"
#define HTMLDOC_DOCDIR "/usr/share/doc/htmldoc"
configure: exit 0
"config_v2.log":
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ds7240
uname -m = x86_64
uname -r = 2.6.24-24-server
uname -s = Linux
uname -v = #1 SMP Sat Aug 22 00:59:57 UTC 2009
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1762: checking for gawk
configure:1792: result: no
configure:1762: checking for mawk
configure:1778: found /usr/bin/mawk
configure:1789: result: mawk
configure:1848: checking for gcc
configure:1864: found /usr/bin/gcc
configure:1875: result: gcc
configure:2113: checking for C compiler version
configure:2120: gcc --version >&5
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2123: $? = 0
configure:2130: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/us
r/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu -
-enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
configure:2133: $? = 0
configure:2140: gcc -V >&5
gcc: '-V' option must have argument
configure:2143: $? = 1
configure:2166: checking for C compiler default output file name
configure:2193: gcc conftest.c >&5
configure:2196: $? = 0
configure:2234: result: a.out
configure:2251: checking whether the C compiler works
configure:2261: ./a.out
configure:2264: $? = 0
configure:2281: result: yes
configure:2288: checking whether we are cross compiling
configure:2290: result: no
configure:2293: checking for suffix of executables
configure:2300: gcc -o conftest conftest.c >&5
configure:2303: $? = 0
configure:2327: result:
configure:2333: checking for suffix of object files
configure:2359: gcc -c conftest.c >&5
configure:2362: $? = 0
configure:2385: result: o
configure:2389: checking whether we are using the GNU C compiler
configure:2418: gcc -c conftest.c >&5
configure:2424: $? = 0
configure:2441: result: yes
configure:2446: checking whether gcc accepts -g
configure:2476: gcc -c -g conftest.c >&5
configure:2482: $? = 0
configure:2581: result: yes
configure:2598: checking for gcc option to accept ISO C89
configure:2672: gcc -c conftest.c >&5
configure:2678: $? = 0
configure:2701: result: none needed
configure:2777: checking for g++
configure:2793: found /usr/bin/g++
configure:2804: result: g++
configure:2835: checking for C++ compiler version
configure:2842: g++ --version >&5
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2845: $? = 0
configure:2852: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/us
r/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu -
-enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
configure:2855: $? = 0
configure:2862: g++ -V >&5
g++: '-V' option must have argument
configure:2865: $? = 1
configure:2868: checking whether we are using the GNU C++ compiler
configure:2897: g++ -c conftest.cpp >&5
configure:2903: $? = 0
configure:2920: result: yes
configure:2925: checking whether g++ accepts -g
configure:2955: g++ -c -g conftest.cpp >&5
configure:2961: $? = 0
configure:3060: result: yes
configure:3088: checking how to run the C preprocessor
configure:3128: gcc -E conftest.c
configure:3134: $? = 0
configure:3165: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3171: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3204: result: gcc -E
configure:3233: gcc -E conftest.c
configure:3239: $? = 0
configure:3270: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3276: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3356: checking for ranlib
configure:3372: found /usr/bin/ranlib
configure:3383: result: ranlib
configure:3411: checking for ar
configure:3429: found /usr/bin/ar
configure:3441: result: /usr/bin/ar
configure:3451: checking for chmod
configure:3469: found /bin/chmod
configure:3481: result: /bin/chmod
configure:3491: checking for cp
configure:3509: found /bin/cp
configure:3521: result: /bin/cp
configure:3531: checking for fltk-config
configure:3564: result: no
configure:3571: checking for mv
configure:3589: found /bin/mv
configure:3601: result: /bin/mv
configure:3611: checking for mkdir
configure:3629: found /bin/mkdir
configure:3641: result: /bin/mkdir
configure:3651: checking for rm
configure:3669: found /bin/rm
configure:3681: result: /bin/rm
configure:3702: checking for grep that handles long lines and -e
configure:3776: result: /bin/grep
configure:3781: checking for egrep
configure:3859: result: /bin/grep -E
configure:3864: checking for ANSI C header files
configure:3894: gcc -c conftest.c >&5
configure:3900: $? = 0
configure:3999: gcc -o conftest conftest.c >&5
configure:4002: $? = 0
configure:4008: ./conftest
configure:4011: $? = 0
configure:4028: result: yes
configure:4052: checking for sys/types.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for sys/stat.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for stdlib.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for string.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for memory.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for strings.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for inttypes.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for stdint.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4052: checking for unistd.h
configure:4073: gcc -c conftest.c >&5
configure:4079: $? = 0
configure:4095: result: yes
configure:4108: checking for strings.h
configure:4113: result: yes
configure:4250: checking locale.h usability
configure:4267: gcc -c conftest.c >&5
configure:4273: $? = 0
configure:4287: result: yes
configure:4291: checking locale.h presence
configure:4306: gcc -E conftest.c
configure:4312: $? = 0
configure:4326: result: yes
configure:4354: checking for locale.h
configure:4361: result: yes
configure:4383: checking for strcasecmp
configure:4439: gcc -o conftest conftest.c >&5
conftest.c:44: warning: conflicting types for built-in function 'strcasecmp'
configure:4445: $? = 0
configure:4463: result: yes
configure:4383: checking for strdup
configure:4439: gcc -o conftest conftest.c >&5
conftest.c:45: warning: conflicting types for built-in function 'strdup'
configure:4445: $? = 0
configure:4463: result: yes
configure:4383: checking for strdupf
configure:4439: gcc -o conftest conftest.c >&5
/tmp/ccEeptqh.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strdupf'
collect2: ld returned 1 exit status
configure:4445: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define strdupf to an innocuous variant, in case <limits.h> declares strdupf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strdupf innocuous_strdupf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strdupf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strdupf
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strdupf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strdupf || defined __stub___strdupf
| choke me
| #endif
|
| int
| main ()
| {
| return strdupf ();
| ;
| return 0;
| }
configure:4463: result: no
configure:4383: checking for strlcat
configure:4439: gcc -o conftest conftest.c >&5
/tmp/cca2DUXn.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:4445: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:4463: result: no
configure:4383: checking for strlcpy
configure:4439: gcc -o conftest conftest.c >&5
/tmp/ccSGQuAd.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:4445: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:4463: result: no
configure:4383: checking for strncasecmp
configure:4439: gcc -o conftest conftest.c >&5
conftest.c:46: warning: conflicting types for built-in function 'strncasecmp'
configure:4445: $? = 0
configure:4463: result: yes
configure:4482: checking for snprintf
configure:4538: gcc -o conftest conftest.c >&5
conftest.c:47: warning: conflicting types for built-in function 'snprintf'
configure:4544: $? = 0
configure:4562: result: yes
configure:4482: checking for vsnprintf
configure:4538: gcc -o conftest conftest.c >&5
conftest.c:48: warning: conflicting types for built-in function 'vsnprintf'
configure:4544: $? = 0
configure:4562: result: yes
configure:4574: checking for tm_gmtoff member in tm structure
configure:4598: gcc -c conftest.c >&5
configure:4604: $? = 0
configure:4609: result: yes
configure:4629: checking for pow in -lm
configure:4664: gcc -o conftest conftest.c -lm >&5
conftest.c:34: warning: conflicting types for built-in function 'pow'
configure:4670: $? = 0
configure:4688: result: yes
configure:4700: checking for library containing socket
configure:4741: gcc -o conftest conftest.c -lm >&5
configure:4747: $? = 0
configure:4775: result: none required
configure:4783: checking for library containing gethostbyaddr
configure:4824: gcc -o conftest conftest.c -lm >&5
configure:4830: $? = 0
configure:4858: result: none required
configure:4866: checking for library containing getaddrinfo
configure:4907: gcc -o conftest conftest.c -lm >&5
configure:4913: $? = 0
configure:4941: result: none required
configure:4952: checking for library containing getnameinfo
configure:4993: gcc -o conftest conftest.c -lm >&5
configure:4999: $? = 0
configure:5027: result: none required
configure:5038: checking for library containing hstrerror
configure:5079: gcc -o conftest conftest.c -lm >&5
configure:5085: $? = 0
configure:5113: result: none required
configure:5132: checking for special C compiler options needed for large files
configure:5225: result: no
configure:5231: checking for _FILE_OFFSET_BITS value needed for large files
configure:5266: gcc -c conftest.c >&5
configure:5272: $? = 0
configure:5340: result: no
configure:5490: checking for long long int
configure:5541: result: yes
configure:5551: checking for strtoll
configure:5607: gcc -o conftest conftest.c -lm >&5
configure:5613: $? = 0
configure:5630: result: yes
configure:5675: checking openssl/ssl.h usability
configure:5692: gcc -c conftest.c >&5
conftest.c:66:25: error: openssl/ssl.h: No such file or directory
configure:5698: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBM 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_HSTRERROR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <openssl/ssl.h>
configure:5712: result: no
configure:5716: checking openssl/ssl.h presence
configure:5731: gcc -E conftest.c
conftest.c:33:25: error: openssl/ssl.h: No such file or directory
configure:5737: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBM 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_HSTRERROR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOLL 1
| /* end confdefs.h. */
| #include <openssl/ssl.h>
configure:5751: result: no
configure:5779: checking for openssl/ssl.h
configure:5786: result: no
configure:5892: checking for jpeg_CreateCompress in -ljpeg
configure:5927: gcc -o conftest conftest.c -ljpeg -lm >&5
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
configure:5933: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SVERSION "1.9svn"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_LIBM 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_HSTRERROR 1
| #define HAVE_LONG_LONG 1
| #define HAVE_STRTOLL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char jpeg_CreateCompress ();
| int
| main ()
| {
| return jpeg_CreateCompress ();
| ;
| return 0;
| }
configure:5951: result: no
configure:5973: checking for gzgets in -lz
configure:6008: gcc -o conftest conftest.c -lz -lm >&5
configure:6014: $? = 0
configure:6032: result: yes
configure:6054: checking for png_set_tRNS_to_alpha in -lpng
configure:6089: gcc -o conftest conftest.c -lpng -lz -lm >&5
configure:6095: $? = 0
configure:6113: result: yes
configure:6232: checking if GCC supports -fno-rtti
configure:6257: gcc -c -fno-rtti conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6263: $? = 0
configure:6269: result: yes
configure:6282: checking if GCC supports -fno-exceptions
configure:6307: gcc -c -fno-exceptions conftest.c >&5
configure:6313: $? = 0
configure:6319: result: yes
configure:6512: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ds7240
config.status:619: creating Makedefs
config.status:619: creating htmldoc.list
config.status:619: creating config.h
config.status:852: config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_long_long=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strdupf=no
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strtoll=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_ssl_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_jpeg_jpeg_CreateCompress=no
ac_cv_lib_m_pow=yes
ac_cv_lib_png_png_set_tRNS_to_alpha=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_CHMOD=/bin/chmod
ac_cv_path_CP=/bin/cp
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_MV=/bin/mv
ac_cv_path_RM=/bin/rm
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_getaddrinfo='none required'
ac_cv_search_gethostbyaddr='none required'
ac_cv_search_getnameinfo='none required'
ac_cv_search_hstrerror='none required'
ac_cv_search_socket='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/usr/bin/ar'
ARFLAGS='cr'
AWK='mawk'
CC='gcc'
CFLAGS=''
CHMOD='/bin/chmod'
CP='/bin/cp'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS=' -fno-rtti -fno-exceptions'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FLTKCONFIG=''
GREP='/bin/grep'
JPEGDEP='../jpeg/libjpeg.a'
JPEGDIR='jpeg'
JPEGINC='-I../jpeg'
LARGEFILE='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE'
LDFLAGS=''
LIBOBJS=''
LIBS='-lpng -lz -lm '
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MV='/bin/mv'
OBJEXT='o'
OPTIM='-Wall -Wunused -Wno-char-subscripts -Os -g'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PNGDEP=''
PNGDIR=''
PNGINC=''
RANLIB='ranlib'
RM='/bin/rm'
SHELL='/bin/bash'
SSLFLAGS=''
SSLLIBS=''
SVERSION='1.9svn'
ZLIBDEP=''
ZLIBDIR=''
ZLIBINC=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='/usr/bin'
build_alias=''
datadir='/usr/share'
datarootdir='/usr/share'
docdir='/usr/share/doc/htmldoc'
dvidir='${docdir}'
exec_prefix='/usr'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define SVERSION "1.9svn"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRINGS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRNCASECMP 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_TM_GMTOFF 1
#define HAVE_LIBM 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_HSTRERROR 1
#define HAVE_LONG_LONG 1
#define HAVE_STRTOLL 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBZ 1
#define HTMLDOC_DATA "/usr/share/htmldoc"
#define HTMLDOC_DOCDIR "/usr/share/doc/htmldoc"
configure: exit 0
"str221.patch":
Index: htmldoc/stylesheet.cxx
===================================================================
--- htmldoc/stylesheet.cxx (revision 1662)
+++ htmldoc/stylesheet.cxx (working copy)
@@ -4,7 +4,7 @@
//
// Basic stylesheet routines for HTMLDOC, a HTML document processing program.
//
-// Copyright 1997-2009 by Easy Software Products.
+// Copyright 1997-2010 by Easy Software Products.
//
// These coded instructions, statements, and computer programs are the
// property of Easy Software Products and are protected by Federal
@@ -766,7 +766,10 @@
const char * // O - Element name
hdStyleSheet::get_element(hdElement e) // I - Element enumeration
{
- return (hd_elements[e]);
+ if (e < 0)
+ return (NULL);
+ else
+ return (hd_elements[e]);
}
Version: 1.9-current Original reporter:
[root@dev htmldoc-1.9.x-r1629]# make Making all in png... Compiling png.c... Compiling pngset.c... Compiling pngget.c... Compiling pngrutil.c... Compiling pngtrans.c... Compiling pngwutil.c... Compiling pngread.c... Compiling pngrio.c... Compiling pngwio.c... Compiling pngwrite.c... Compiling pngrtran.c... Compiling pngwtran.c... Compiling pngmem.c... Compiling pngerror.c... Compiling pngpread.c... Archiving libpng.a... Making all in htmldoc... Compiling htmldoc.cxx... htmldoc.cxx: In function âvoid parse_options(const char*, int ()(hdTree, hdTree, hdTree*))â: htmldoc.cxx:2203: warning: âfont_weightâ may be used uninitialized in this function htmldoc.cxx:2202: warning: âfont_styleâ may be used uninitialized in this function htmldoc.cxx:2201: warning: âfont_familyâ may be used uninitialized in this function htmldoc.cxx: In function âint main(int, char*)â: htmldoc.cxx:524: warning: âfont_weightâ may be used uninitialized in this function htmldoc.cxx:523: warning: âfont_styleâ may be used uninitialized in this function htmldoc.cxx:522: warning: âfont_familyâ may be used uninitialized in this function Compiling array.cxx... Compiling entity.cxx... Compiling file.cxx... Compiling file-ascii.cxx... Compiling file-common.cxx... Compiling file-flate.cxx... Compiling file-jpeg.cxx... Compiling file-mem.cxx... Compiling file-open.cxx... Compiling file-rc4.cxx... Compiling file-std.cxx... Compiling html.cxx... Compiling htmllib.cxx... Compiling http.cxx... http.cxx: In member function âhdHTTPStatus hdHTTP::update()â: http.cxx:1470: warning: dereferencing type-punned pointer will break strict-aliasing rules Compiling http-md5.cxx... Compiling image.cxx... Compiling image-bmp.cxx... Compiling image-gif.cxx... Compiling image-jpeg.cxx... Compiling image-png.cxx... Compiling image-reduce.cxx... Compiling index.cxx... Compiling margin.cxx... Compiling md5.cxx... Compiling progress.cxx... Compiling ps-pdf.cxx... ps-pdf.cxx: In function âvoid parse_table(hdTree, hdMargin, float, float, int, float)â: ps-pdf.cxx:5763: warning: unused variable âheadersâ ps-pdf.cxx: At global scope: ps-pdf.cxx:5735: warning: âvoid render_table_row(int, hdTableColumn, hdTree, float, int)â defined but not used Compiling rc4.cxx... Compiling snprintf.c... Compiling string.c... Compiling style.cxx... Compiling stylefont.cxx... Compiling stylemedia.cxx... Compiling stylesheet.cxx... Compiling styletree.cxx... Compiling toc.cxx... Compiling util.cxx... Linking htmldoc... Compiling testhtml.cxx... Linking testhtml... Compiling teststyle.cxx... Linking teststyle... Making all in doc... Formatting htmldoc.html... INFO: Reading intro.html... INFO: Reading 1-install.html... INFO: Reading 2-starting.html... INFO: Reading 3-books.html... INFO: Reading 4-cmdline.html... INFO: Reading 5-cgi.html... INFO: Reading 6-htmlref.html... INFO: Reading 7-guiref.html... INFO: Reading 8-cmdref.html... INFO: Reading a-license.html... INFO: Reading b-book.html... INFO: Reading c-relnotes.html... INFO: Reading d-compile.html... make[1]: [htmldoc.html] Segmentation fault make[1]: Deleting file `htmldoc.html'
when I am trying to install, it is giving error like above