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

Re: segmentation fault :-(



On Sun, 2 Jun 2002, Cyrille Chepelov wrote:

> Le Sun, Jun 02, 2002, à 03:53:23PM +0200, Jan Keirse a écrit:
>
> > > OK. What platform, what distribution, what libraries?
> > AMD Duron 650, SuSE linux 7.3 Pro, what libraries do you mean? I have gtk
> > 1.2.10 (and 2.0
>
> All libraries which dia depends on (typically, list all packages you have
> installed that dia depends on).

I've appended the output of ./configure at the end of the mail, I hope
this will help.

>
>
> > > I add another question: what locale ? Does the problem re-appears with
> > > LC_ALL=C app/run_dia.sh ?
> > yes, the same resultB
>
> OK.
>
> > > Can you run dia from the compile directory with the following line:
> > >
> > > DEBUGGER=gdb app/run_dia.sh
> > >
> > > (I assume you have gdb installed), and give us a stack trace ?
> > I asume you mean this:
> > (gdb) run
> > Starting program: /home/jan/dia-0.90/app/dia
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > init_x11_font (font=0x81236c0) at font.c:534
> > 534       height = (real)gdk_font->ascent + gdk_font->descent;
>
> Yep, almost. A deeper stack trace would have been useful (use the 'bt'
> command). However, this is already very useful. I'll commit a symptomatic
> patch shortly.
Here's the full one:
#0  init_x11_font (font=0x8138968) at font.c:534
#1  0x080a2420 in font_getfont (name=0x80cc280 "Courier") at font.c:1192
#2  0x0809f371 in attributes_get_default_font (font=0xbfffecd0,
    font_height=0xbfffecd4) at attributes.c:130
#3  0x4063d721 in textobj_create (startpoint=0xbfffed4c, user_data=0x0,
    handle1=0xbfffed2c, handle2=0xbfffed30) at textobj.c:330
#4  0x0807a913 in create_object_button_press (tool=0x81fc988,
event=0x8134040,
    ddisp=0x81be888) at create_object.c:54
#5  0x080705f9 in ddisplay_canvas_events (canvas=0x81eb268,
event=0x8134040,
    ddisp=0x81be888) at disp_callbacks.c:499
#6  0x4015af2f in gtk_marshal_BOOL__POINTER () from
/usr/lib/libgtk-1.2.so.0
#7  0x4018d268 in gtk_handlers_run () from /usr/lib/libgtk-1.2.so.0
#8  0x4018c63f in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#9  0x4018a597 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#10 0x401c31b8 in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
#11 0x4015ae65 in gtk_propagate_event () from /usr/lib/libgtk-1.2.so.0
#12 0x40159eaf in gtk_main_do_event () from /usr/lib/libgtk-1.2.so.0
#13 0x4020edd4 in gdk_event_dispatch () from /usr/lib/libgdk-1.2.so.0
#14 0x40241c46 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#15 0x40242273 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#16 0x4024243c in g_main_run () from /usr/lib/libglib-1.2.so.0
#17 0x4015976c in gtk_main () from /usr/lib/libgtk-1.2.so.0
#18 0x0809a595 in main (argc=1, argv=0xbffff3f4) at main.c:42
---Type <return> to continue, or q <return> to quit---
#19 0x403f57ee in __libc_start_main () from /lib/libc.so.6


>
> You may have better luck by making a distclean then
> enabling freetype (./configure --enable-freetype) and rebuilding.
../lib/libdia.a(font.o): In function `dia_add_freetype_font':
/home/jan/dia-0.90/lib/font.c:901: undefined reference to
`FT_Get_Postscript_Name'
collect2: ld returned 1 exit status
make[2]: *** [dia] Error 1
make[2]: Leaving directory `/home/jan/dia-0.90/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jan/dia-0.90'
make: *** [all-recursive-am] Error 2

:-(
>
> 	-- Cyrille
>
> --
> Grumpf.
>
> _______________________________________________
> Dia-list mailing list
> Dia-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/dia-list
>


--

$> cd /pub
$> more beer
Jan Keirse: jan.keirse@pandora.be Tel.: +32 51 22 11 82
Website: http://www.jankeirse.stibs.cc


---config.log: ./configure > config.log---
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for strerror in -lcposix... no
checking for intltool >= 0.12... 0.21 found
checking for perl... /usr/bin/perl
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking whether to enable XIM support... yes
checking whether GNOME specific code should be used... no
checking for nl_langinfo and CODESET... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for libunicode... found, version 0.4
checking for poptSetOtherOptionHelp in -lpopt... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking for libart-config... /opt/gnome/bin/libart-config
checking for LIBART - version >= 2.1.0... yes
checking for gdk-pixbuf-config... /opt/gnome/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.7.0... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_read_info in -lpng... yes
checking for png_structp in png.h... yes
checking for ranlib... (cached) ranlib
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... (cached) yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... no
checking for catalogs to be installed...  az ca da de el en_GB es fi fr ga hu it ja ko nl nn no pl pt pt_BR ru sk sl sv tr uk vi zh_CN zh_TW
checking for xml-config... xml-config
checking for libxml >= 1.8.14... found
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for stddef.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking for select... yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking for strtol... yes
checking for snprintf... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for isinf in -lm... yes
checking sunmath.h usability... no
checking sunmath.h presence... no
checking for sunmath.h... no
checking if C compiler accepts -Wall... yes
checking if C compiler accepts -Wunused... yes
checking if C compiler accepts -Winline... yes
checking if C compiler accepts -Wmissing-prototypes... yes
checking if C compiler accepts -Wmissing-declarations... yes
checking if C compiler accepts -finline-functions... yes
checking if C compiler accepts -fstrict-aliasing... yes
checking for db2html... /usr/bin/db2html
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating intl/Makefile
config.status: creating objects/Makefile
config.status: creating objects/standard/Makefile
config.status: creating objects/network/Makefile
config.status: creating objects/UML/Makefile
config.status: creating objects/ER/Makefile
config.status: creating objects/FS/Makefile
config.status: creating objects/flowchart/Makefile
config.status: creating objects/custom/Makefile
config.status: creating objects/GRAFCET/Makefile
config.status: creating objects/chronogram/Makefile
config.status: creating objects/SADT/Makefile
config.status: creating shapes/Makefile
config.status: creating shapes/Circuit/Makefile
config.status: creating shapes/flowchart/Makefile
config.status: creating shapes/Contact/Makefile
config.status: creating shapes/network/Makefile
config.status: creating shapes/Pneumatic/Makefile
config.status: creating shapes/Electric/Makefile
config.status: creating shapes/Civil/Makefile
config.status: creating shapes/jigsaw/Makefile
config.status: creating shapes/MSE/Makefile
config.status: creating shapes/SDL/Makefile
config.status: creating shapes/Logic/Makefile
config.status: creating shapes/sybase/Makefile
config.status: creating shapes/Misc/Makefile
config.status: creating app/Makefile
config.status: creating samples/Makefile
config.status: creating sheets/Makefile
config.status: creating sheets/UML/Makefile
config.status: creating sheets/ER/Makefile
config.status: creating sheets/GRAFCET/Makefile
config.status: creating plug-ins/Makefile
config.status: creating plug-ins/cgm/Makefile
config.status: creating plug-ins/pstricks/Makefile
config.status: creating plug-ins/dxf/Makefile
config.status: creating plug-ins/hpgl/Makefile
config.status: creating plug-ins/wpg/Makefile
config.status: creating plug-ins/wmf/Makefile
config.status: creating plug-ins/metapost/Makefile
config.status: creating plug-ins/svg/Makefile
config.status: creating plug-ins/shape/Makefile
config.status: creating plug-ins/xfig/Makefile
config.status: creating plug-ins/python/Makefile
config.status: creating doc/Makefile
config.status: creating doc/en/Makefile
config.status: creating doc/pl/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


Configuration:
	Source code location:	.
	Compiler:		gcc

	Libart (AA rendering, png export):	yes

	Gnome support:				no
	Build bonobo component (not supported):	no
        Gnome-print support (not recommended):  no

	Python support:				no
        (LIMITED) Freetype support:             no

Now type make to build dia.
en its argument prototype would still apply.  */
char strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:7344: result: no
configure:7356: checking for intltool >= 0.12
configure:7366: result: 0.21 found
configure:7413: checking for perl
configure:7431: found /usr/bin/perl
configure:7443: result: /usr/bin/perl
configure:7524: checking for gtk-config
configure:7542: found /usr/bin/gtk-config
configure:7555: result: /usr/bin/gtk-config
configure:7563: checking for GTK - version >= 1.2.0
configure:7666: gcc -o conftest -g -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include   conftest.c -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm  >&5
configure:7669: $? = 0
configure:7671: ./conftest
configure:7674: $? = 0
configure:7691: result: yes
configure:7785: checking whether to enable XIM support
configure:7793: result: yes
configure:7800: checking whether GNOME specific code should be used
configure:7823: result: no
configure:7915: checking for nl_langinfo and CODESET
configure:7939: gcc -o conftest -g -O2  -I/usr/include/glib-1.2 -I/usr/lib/glib/include  conftest.c  >&5
configure:7942: $? = 0
configure:7945: test -s conftest
configure:7948: $? = 0
configure:7959: result: yes
configure:7983: checking for iconv
configure:8013: gcc -o conftest -g -O2  -I/usr/include/glib-1.2 -I/usr/lib/glib/include  conftest.c  >&5
configure:8016: $? = 0
configure:8019: test -s conftest
configure:8022: $? = 0
configure:8077: result: yes
configure:8085: checking for iconv declaration
configure:8122: gcc -c -g -O2  -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c >&5
configure:8125: $? = 0
configure:8128: test -s conftest.o
configure:8131: $? = 0
configure:8145: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:8166: checking for libunicode
configure:8179: result: found, version 0.4
configure:8447: checking for poptSetOtherOptionHelp in -lpopt
configure:8480: gcc -o conftest -g -O2   conftest.c -lpopt   >&5
configure:8483: $? = 0
configure:8486: test -s conftest
configure:8489: $? = 0
configure:8500: result: yes
configure:8524: checking popt.h usability
configure:8533: gcc -c -g -O2  conftest.c >&5
configure:8536: $? = 0
configure:8539: test -s conftest.o
configure:8542: $? = 0
configure:8551: result: yes
configure:8555: checking popt.h presence
configure:8562: gcc -E  conftest.c
configure:8568: $? = 0
configure:8586: result: yes
configure:8604: checking for popt.h
configure:8611: result: yes
configure:8664: checking for libart-config
configure:8682: found /opt/gnome/bin/libart-config
configure:8695: result: /opt/gnome/bin/libart-config
configure:8703: checking for LIBART - version >= 2.1.0
configure:8787: gcc -o conftest -g -O2 -I/opt/gnome/include   conftest.c  -L/opt/gnome/lib -lart_lgpl -lm >&5
configure:8790: $? = 0
configure:8792: ./conftest
configure:8795: $? = 0
configure:8812: result: yes
configure:8938: checking for gdk-pixbuf-config
configure:8956: found /opt/gnome/bin/gdk-pixbuf-config
configure:8969: result: /opt/gnome/bin/gdk-pixbuf-config
configure:8977: checking for GDK_PIXBUF - version >= 0.7.0
configure:9061: gcc -o conftest -g -O2 -I/opt/gnome/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include   conftest.c  -L/opt/gnome/lib -lgdk_pixbuf -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm >&5
configure:9064: $? = 0
configure:9066: ./conftest
configure:9069: $? = 0
configure:9086: result: yes
configure:9182: checking png.h usability
configure:9191: gcc -c -g -O2  conftest.c >&5
configure:9194: $? = 0
configure:9197: test -s conftest.o
configure:9200: $? = 0
configure:9209: result: yes
configure:9213: checking png.h presence
configure:9220: gcc -E  conftest.c
configure:9226: $? = 0
configure:9244: result: yes
configure:9262: checking for png.h
configure:9269: result: yes
configure:9281: checking for png_read_info in -lpng
configure:9314: gcc -o conftest -g -O2   conftest.c -lpng -lz -lm  >&5
configure:9317: $? = 0
configure:9320: test -s conftest
configure:9323: $? = 0
configure:9334: result: yes
configure:9348: checking for png_structp in png.h
configure:9369: gcc -c -g -O2  conftest.c >&5
configure:9372: $? = 0
configure:9375: test -s conftest.o
configure:9378: $? = 0
configure:9387: result: yes
configure:9464: checking for ranlib
configure:9491: result: ranlib
configure:9503: checking for gcc option to accept ANSI C
configure:9566: gcc  -c -g -O2  conftest.c >&5
configure:9569: $? = 0
configure:9572: test -s conftest.o
configure:9575: $? = 0
configure:9592: result: none needed
configure:9600: checking for an ANSI C-conforming const
configure:9670: gcc -c -g -O2  conftest.c >&5
configure:9673: $? = 0
configure:9676: test -s conftest.o
configure:9679: $? = 0
configure:9689: result: yes
configure:9699: checking for inline
configure:9716: gcc -c -g -O2  conftest.c >&5
configure:9719: $? = 0
configure:9722: test -s conftest.o
configure:9725: $? = 0
configure:9736: result: inline
configure:9751: checking for off_t
configure:9778: gcc -c -g -O2  conftest.c >&5
configure:9781: $? = 0
configure:9784: test -s conftest.o
configure:9787: $? = 0
configure:9797: result: yes
configure:9809: checking for size_t
configure:9836: gcc -c -g -O2  conftest.c >&5
configure:9839: $? = 0
configure:9842: test -s conftest.o
configure:9845: $? = 0
configure:9855: result: yes
configure:9869: checking for working alloca.h
configure:9893: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:9896: $? = 0
configure:9899: test -s conftest
configure:9902: $? = 0
configure:9912: result: yes
configure:9922: checking for alloca
configure:9966: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:9969: $? = 0
configure:9972: test -s conftest
configure:9975: $? = 0
configure:9985: result: yes
configure:10181: checking for stdlib.h
configure:10186: result: yes
configure:10181: checking for unistd.h
configure:10186: result: yes
configure:10294: checking for getpagesize
configure:10337: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10340: $? = 0
configure:10343: test -s conftest
configure:10346: $? = 0
configure:10356: result: yes
configure:10366: checking for working mmap
configure:10505: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10508: $? = 0
configure:10510: ./conftest
configure:10513: $? = 0
configure:10526: result: yes
configure:10538: checking whether we are using the GNU C Library 2.1 or newer
configure:10566: result: yes
configure:10597: checking argz.h usability
configure:10606: gcc -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10624: result: yes
configure:10628: checking argz.h presence
configure:10635: gcc -E  conftest.c
configure:10641: $? = 0
configure:10659: result: yes
configure:10677: checking for argz.h
configure:10684: result: yes
configure:10597: checking limits.h usability
configure:10606: gcc -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10624: result: yes
configure:10628: checking limits.h presence
configure:10635: gcc -E  conftest.c
configure:10641: $? = 0
configure:10659: result: yes
configure:10677: checking for limits.h
configure:10684: result: yes
configure:10597: checking locale.h usability
configure:10606: gcc -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10624: result: yes
configure:10628: checking locale.h presence
configure:10635: gcc -E  conftest.c
configure:10641: $? = 0
configure:10659: result: yes
configure:10677: checking for locale.h
configure:10684: result: yes
configure:10597: checking nl_types.h usability
configure:10606: gcc -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10624: result: yes
configure:10628: checking nl_types.h presence
configure:10635: gcc -E  conftest.c
configure:10641: $? = 0
configure:10659: result: yes
configure:10677: checking for nl_types.h
configure:10684: result: yes
configure:10597: checking malloc.h usability
configure:10606: gcc -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10624: result: yes
configure:10628: checking malloc.h presence
configure:10635: gcc -E  conftest.c
configure:10641: $? = 0
configure:10659: result: yes
configure:10677: checking for malloc.h
configure:10684: result: yes
configure:10597: checking stddef.h usability
configure:10606: gcc -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10624: result: yes
configure:10628: checking stddef.h presence
configure:10635: gcc -E  conftest.c
configure:10641: $? = 0
configure:10659: result: yes
configure:10677: checking for stddef.h
configure:10684: result: yes
configure:10588: checking for stdlib.h
configure:10593: result: yes
configure:10588: checking for string.h
configure:10593: result: yes
configure:10588: checking for unistd.h
configure:10593: result: yes
configure:10597: checking sys/param.h usability
configure:10606: gcc -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10624: result: yes
configure:10628: checking sys/param.h presence
configure:10635: gcc -E  conftest.c
configure:10641: $? = 0
configure:10659: result: yes
configure:10677: checking for sys/param.h
configure:10684: result: yes
configure:10723: checking for feof_unlocked
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for fgets_unlocked
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for getcwd
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for getegid
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for geteuid
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for getgid
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for getuid
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for mempcpy
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for munmap
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for putenv
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for setenv
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for setlocale
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for stpcpy
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for strchr
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for strcasecmp
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for strdup
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for strtoul
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for tsearch
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for __argz_count
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for __argz_stringify
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10723: checking for __argz_next
configure:10766: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:10769: $? = 0
configure:10772: test -s conftest
configure:10775: $? = 0
configure:10785: result: yes
configure:10810: checking for iconv
configure:10904: result: yes
configure:10912: checking for iconv declaration
configure:10972: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:10988: checking for nl_langinfo and CODESET
configure:11032: result: yes
configure:11043: checking for LC_MESSAGES
configure:11067: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:11070: $? = 0
configure:11073: test -s conftest
configure:11076: $? = 0
configure:11086: result: yes
configure:11096: checking whether NLS is requested
configure:11105: result: yes
configure:11119: checking whether included gettext is requested
configure:11129: result: no
configure:11149: checking libintl.h usability
configure:11158: gcc -c -g -O2  conftest.c >&5
configure:11161: $? = 0
configure:11164: test -s conftest.o
configure:11167: $? = 0
configure:11176: result: yes
configure:11180: checking libintl.h presence
configure:11187: gcc -E  conftest.c
configure:11193: $? = 0
configure:11211: result: yes
configure:11229: checking for libintl.h
configure:11236: result: yes
configure:11241: checking for GNU gettext in libc
configure:11267: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm >&5
configure:11270: $? = 0
configure:11273: test -s conftest
configure:11276: $? = 0
configure:11286: result: yes
configure:11361: checking for dcgettext
configure:11404: gcc -o conftest -g -O2   conftest.c -lpng  -lpng -lz -lm  >&5
configure:11407: $? = 0
configure:11410: test -s conftest
configure:11413: $? = 0
configure:11423: result: yes
configure:11437: checking for msgfmt
configure:11464: result: /usr/local/bin/msgfmt
configure:11473: checking for gmsgfmt
configure:11504: result: /usr/local/bin/msgfmt
configure:11514: checking for xgettext
configure:11541: result: /usr/bin/xgettext
configure:11717: checking for bison
configure:11746: result: no
configure:11804: checking for catalogs to be installed
configure:11824: result:  az ca da de el en_GB es fi fr ga hu it ja ko nl nn no pl pt pt_BR ru sk sl sv tr uk vi zh_CN zh_TW
configure:11853: checking for xml-config
configure:11869: found /usr/local/bin/xml-config
configure:11879: result: xml-config
configure:11887: checking for libxml >= 1.8.14
configure:11892: result: found
configure:11998: checking zlib.h usability
configure:12007: gcc -c -I/usr/local/include/gnome-xml -g -O2  conftest.c >&5
configure:12010: $? = 0
configure:12013: test -s conftest.o
configure:12016: $? = 0
configure:12025: result: yes
configure:12029: checking zlib.h presence
configure:12036: gcc -E  conftest.c
configure:12042: $? = 0
configure:12060: result: yes
configure:12078: checking for zlib.h
configure:12085: result: yes
configure:12093: checking for gzread in -lz
configure:12126: gcc -o conftest -I/usr/local/include/gnome-xml -g -O2   conftest.c -lz  -lpng  -lpng -lz -lm >&5
configure:12129: $? = 0
configure:12132: test -s conftest
configure:12135: $? = 0
configure:12146: result: yes
configure:12178: checking for dirent.h that defines DIR
configure:12205: gcc -c -I/usr/local/include/gnome-xml -g -O2   conftest.c >&5
configure:12208: $? = 0
configure:12211: test -s conftest.o
configure:12214: $? = 0
configure:12224: result: yes
configure:12237: checking for library containing opendir
configure:12270: gcc -o conftest -I/usr/local/include/gnome-xml -g -O2    conftest.c -lpng  -lpng -lz -lm -lz >&5
configure:12273: $? = 0
configure:12276: test -s conftest
configure:12279: $? = 0
configure:12338: result: none required
configure:12456: checking for ANSI C header files
configure:12583: result: yes
configure:12601: checking for stddef.h
configure:12606: result: yes
configure:12610: checking fcntl.h usability
configure:12619: gcc -c -I/usr/local/include/gnome-xml -g -O2   conftest.c >&5
configure:12622: $? = 0
configure:12625: test -s conftest.o
configure:12628: $? = 0
configure:12637: result: yes
configure:12641: checking fcntl.h presence
configure:12648: gcc -E  conftest.c
configure:12654: $? = 0
configure:12672: result: yes
configure:12690: checking for fcntl.h
configure:12697: result: yes
configure:12601: checking for unistd.h
configure:12606: result: yes
configure:12610: checking utime.h usability
configure:12619: gcc -c -I/usr/local/include/gnome-xml -g -O2   conftest.c >&5
configure:12622: $? = 0
configure:12625: test -s conftest.o
configure:12628: $? = 0
configure:12637: result: yes
configure:12641: checking utime.h presence
configure:12648: gcc -E  conftest.c
configure:12654: $? = 0
configure:12672: result: yes
configure:12690: checking for utime.h
configure:12697: result: yes
configure:12711: checking for an ANSI C-conforming const
configure:12800: result: yes
configure:12819: checking for select
configure:12862: gcc -o conftest -I/usr/local/include/gnome-xml -g -O2    conftest.c -lpng  -lpng -lz -lm -lz >&5
configure:12865: $? = 0
configure:12868: test -s conftest
configure:12871: $? = 0
configure:12881: result: yes
configure:12819: checking for strcspn
configure:12862: gcc -o conftest -I/usr/local/include/gnome-xml -g -O2    conftest.c -lpng  -lpng -lz -lm -lz >&5
configure:12865: $? = 0
configure:12868: test -s conftest
configure:12871: $? = 0
configure:12881: result: yes
configure:12819: checking for strdup
configure:12881: result: yes
configure:12819: checking for strtol
configure:12862: gcc -o conftest -I/usr/local/include/gnome-xml -g -O2    conftest.c -lpng  -lpng -lz -lm -lz >&5
configure:12865: $? = 0
configure:12868: test -s conftest
configure:12871: $? = 0
configure:12881: result: yes
configure:12819: checking for snprintf
configure:12862: gcc -o conftest -I/usr/local/include/gnome-xml -g -O2    conftest.c -lpng  -lpng -lz -lm -lz >&5
configure:12865: $? = 0
configure:12868: test -s conftest
configure:12871: $? = 0
configure:12881: result: yes
configure:12960: checking math.h usability
configure:12969: gcc -c -I/usr/local/include/gnome-xml -g -O2   conftest.c >&5
configure:12972: $? = 0
configure:12975: test -s conftest.o
configure:12978: $? = 0
configure:12987: result: yes
configure:12991: checking math.h presence
configure:12998: gcc -E  conftest.c
configure:13004: $? = 0
configure:13022: result: yes
configure:13040: checking for math.h
configure:13047: result: yes
configure:13055: checking for isinf in -lm
configure:13088: gcc -o conftest -I/usr/local/include/gnome-xml -g -O2    conftest.c -lm  -lpng  -lpng -lz -lm -lz >&5
configure:13091: $? = 0
configure:13094: test -s conftest
configure:13097: $? = 0
configure:13108: result: yes
configure:13129: checking sunmath.h usability
configure:13138: gcc -c -I/usr/local/include/gnome-xml -g -O2   conftest.c >&5
configure:13166: sunmath.h: No such file or directory
configure:13141: $? = 1
configure: failed program was:
#line 13131 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sunmath.h>
configure:13156: result: no
configure:13160: checking sunmath.h presence
configure:13167: gcc -E  conftest.c
configure:13163: sunmath.h: No such file or directory
configure:13173: $? = 1
configure: failed program was:
#line 13162 "configure"
#include "confdefs.h"
#include <sunmath.h>
configure:13191: result: no
configure:13209: checking for sunmath.h
configure:13216: result: no
configure:13425: checking if C compiler accepts -Wall
configure:13448: gcc -c -I/usr/local/include/gnome-xml -g -O2  -Wall  conftest.c >&5
configure:13451: $? = 0
configure:13454: test -s conftest.o
configure:13457: $? = 0
configure:13459: result: yes
configure:13471: checking if C compiler accepts -Wunused
configure:13494: gcc -c -I/usr/local/include/gnome-xml -g -O2  -Wall -Wunused  conftest.c >&5
configure:13497: $? = 0
configure:13500: test -s conftest.o
configure:13503: $? = 0
configure:13505: result: yes
configure:13517: checking if C compiler accepts -Winline
configure:13540: gcc -c -I/usr/local/include/gnome-xml -g -O2  -Wall -Wunused -Winline  conftest.c >&5
configure:13543: $? = 0
configure:13546: test -s conftest.o
configure:13549: $? = 0
configure:13551: result: yes
configure:13563: checking if C compiler accepts -Wmissing-prototypes
configure:13586: gcc -c -I/usr/local/include/gnome-xml -g -O2  -Wall -Wunused -Winline -Wmissing-prototypes  conftest.c >&5
configure:13589: $? = 0
configure:13592: test -s conftest.o
configure:13595: $? = 0
configure:13597: result: yes
configure:13609: checking if C compiler accepts -Wmissing-declarations
configure:13632: gcc -c -I/usr/local/include/gnome-xml -g -O2  -Wall -Wunused -Winline -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13635: $? = 0
configure:13638: test -s conftest.o
configure:13641: $? = 0
configure:13643: result: yes
configure:13657: checking if C compiler accepts -finline-functions
configure:13680: gcc -c -I/usr/local/include/gnome-xml -g -O2  -Wall -Wunused -Winline -Wmissing-prototypes -Wmissing-declarations -finline-functions  conftest.c >&5
configure:13683: $? = 0
configure:13686: test -s conftest.o
configure:13689: $? = 0
configure:13691: result: yes
configure:13703: checking if C compiler accepts -fstrict-aliasing
configure:13726: gcc -c -I/usr/local/include/gnome-xml -g -O2  -Wall -Wunused -Winline -Wmissing-prototypes -Wmissing-declarations -finline-functions -fstrict-aliasing  conftest.c >&5
configure:13729: $? = 0
configure:13732: test -s conftest.o
configure:13735: $? = 0
configure:13737: result: yes
configure:13758: checking for db2html
configure:13776: found /usr/bin/db2html
configure:13789: result: /usr/bin/db2html
configure:14152: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on mylinux

config.status:748: creating Makefile
config.status:748: creating lib/Makefile
config.status:748: creating po/Makefile.in
config.status:748: creating intl/Makefile
config.status:748: creating objects/Makefile
config.status:748: creating objects/standard/Makefile
config.status:748: creating objects/network/Makefile
config.status:748: creating objects/UML/Makefile
config.status:748: creating objects/ER/Makefile
config.status:748: creating objects/FS/Makefile
config.status:748: creating objects/flowchart/Makefile
config.status:748: creating objects/custom/Makefile
config.status:748: creating objects/GRAFCET/Makefile
config.status:748: creating objects/chronogram/Makefile
config.status:748: creating objects/SADT/Makefile
config.status:748: creating shapes/Makefile
config.status:748: creating shapes/Circuit/Makefile
config.status:748: creating shapes/flowchart/Makefile
config.status:748: creating shapes/Contact/Makefile
config.status:748: creating shapes/network/Makefile
config.status:748: creating shapes/Pneumatic/Makefile
config.status:748: creating shapes/Electric/Makefile
config.status:748: creating shapes/Civil/Makefile
config.status:748: creating shapes/jigsaw/Makefile
config.status:748: creating shapes/MSE/Makefile
config.status:748: creating shapes/SDL/Makefile
config.status:748: creating shapes/Logic/Makefile
config.status:748: creating shapes/sybase/Makefile
config.status:748: creating shapes/Misc/Makefile
config.status:748: creating app/Makefile
config.status:748: creating samples/Makefile
config.status:748: creating sheets/Makefile
config.status:748: creating sheets/UML/Makefile
config.status:748: creating sheets/ER/Makefile
config.status:748: creating sheets/GRAFCET/Makefile
config.status:748: creating plug-ins/Makefile
config.status:748: creating plug-ins/cgm/Makefile
config.status:748: creating plug-ins/pstricks/Makefile
config.status:748: creating plug-ins/dxf/Makefile
config.status:748: creating plug-ins/hpgl/Makefile
config.status:748: creating plug-ins/wpg/Makefile
config.status:748: creating plug-ins/wmf/Makefile
config.status:748: creating plug-ins/metapost/Makefile
config.status:748: creating plug-ins/svg/Makefile
config.status:748: creating plug-ins/shape/Makefile
config.status:748: creating plug-ins/xfig/Makefile
config.status:748: creating plug-ins/python/Makefile
config.status:748: creating doc/Makefile
config.status:748: creating doc/en/Makefile
config.status:748: creating doc/pl/Makefile
config.status:852: creating config.h
config.status:1137: config.h is unchanged
config.status:1232: executing default-1 commands
config.status:1232: executing default-2 commands
config.status:1232: executing default-3 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func_alloca_works=yes
ac_cv_func_dcgettext=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_argz_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_png_h=yes
ac_cv_header_popt_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_sunmath_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_m_isinf=yes
ac_cv_lib_png_png_read_info=yes
ac_cv_lib_popt_poptSetOtherOptionHelp=yes
ac_cv_lib_z_gzread=yes
ac_cv_objext=o
ac_cv_path_DB2HTML=/usr/bin/db2html
ac_cv_path_GDK_PIXBUF_CONFIG=/opt/gnome/bin/gdk-pixbuf-config
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GTK_CONFIG=/usr/bin/gtk-config
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_LIBART_CONFIG=/opt/gnome/bin/libart-config
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install=$'/usr/bin/ginstall -c'
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_XML_CONFIG=xml-config
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir=$'none required'
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv=$'extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext1_libc=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd=$'$MAGIC_CMD'
lt_cv_file_magic_test_file=$'/lib/libc.so.6 /lib/libc-*.so'
lt_cv_global_symbol_to_c_name_address=$'sed -n -e \'s/^: \\([^ ]*\\) $/  {\\"\\1\\", (lt_ptr) 0},/p\' -e \'s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)$/  {"\\2", (lt_ptr) \\&\\2},/p\''
lt_cv_global_symbol_to_cdecl=$'sed -n -e \'s/^. .* \\(.*\\)$/extern char \\1;/p\''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/i486-suse-linux/bin/ld
lt_cv_path_NM=$'/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=$' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ \t]\\([ABCDGISTW][ABCDGISTW]*\\)[ \t][ \t]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2\\3 \\3/p\''
lt_cv_sys_path_separator=:
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "dia"
#define VERSION "0.90"
#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_DLFCN_H 1
#define USE_XIM 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_UNICODE
#define HAVE_LIBPOPT 1
#define HAVE_POPT_H 1
#define HAVE_LIBART 1
#define HAVE_LIBPNG 1
#define HAVE_LIBPNG 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STPCPY 1
#define HAVE_STRCHR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_ZLIB_H 1
#define HAVE_LIBZ
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SELECT 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRTOL 1
#define HAVE_SNPRINTF 1
#define UNICODE_WORK_IN_PROGRESS
#define GTK_DOESNT_TALK_UTF8_WE_DO
#define GTK_CHARSET_MISMATCH
#define HAVE_MATH_H 1
#define HAVE_ISINF 1

configure: exit 0




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] Mail converted by Mofo Magic and the Flying D

 
All trademarks and copyrights are the property of their respective owners.

Other Directory Sites: SeekWonder | Directory Owners Forum

GuideSMACK