All of lore.kernel.org
 help / color / mirror / Atom feed
* (No subject)
@ 2018-06-06  8:05 Parthiban Nallathambi
  2018-06-06  8:05 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
  0 siblings, 1 reply; 10+ messages in thread
From: Parthiban Nallathambi @ 2018-06-06  8:05 UTC (permalink / raw)
  To: gurrieristefano; +Cc: openembedded-devel

As I lost the message ID of the actual request for bitbake recipe
for xscreensaver, I am sending in a separate email


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH] Adding support for xscreensaver-5.39
@ 2018-09-29 21:31 Parthiban Nallathambi
  2018-09-29 23:21 ` akuster808
  0 siblings, 1 reply; 10+ messages in thread
From: Parthiban Nallathambi @ 2018-09-29 21:31 UTC (permalink / raw)
  To: openembedded-devel

- This patch enables the support for xscreensaver 5.39 version
- xscreensaver.service created for the system with systemd

Signed-off-by: Parthiban Nallathambi <pn@denx.de>
---
 .../xscreensaver/files/fix-buildscripts.patch      | 116 +++++++++
 .../xscreensaver/files/tweak-app-defaults.patch    | 273 +++++++++++++++++++++
 .../xscreensaver/files/xscreensaver.service        |  14 ++
 .../xscreensaver/xscreensaver_5.39.bb              |  25 ++
 4 files changed, 428 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch
 create mode 100644 meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch
 create mode 100755 meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service
 create mode 100644 meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb

diff --git a/meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch b/meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch
new file mode 100644
index 000000000..3a50eff83
--- /dev/null
+++ b/meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch
@@ -0,0 +1,116 @@
+--- xscreensaver-5.39.orig/configure.in
++++ xscreensaver-5.39/configure.in
+@@ -14,6 +14,9 @@
+ #
+ ###############################################################################
+ 
++includedir=''
++libdir=''
++
+ AH_TOP([
+ /* config.h.in --- xscreensaver, Copyright (c) 1991-2014 Jamie Zawinski.
+  *
+@@ -422,12 +425,12 @@
+ 
+   OBJCC="$CC"
+ 
+-  AC_MSG_CHECKING([whether the compiler works on ANSI C])
+-  AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
+-     AC_MSG_RESULT(yes),
+-     AC_MSG_RESULT(no)
+-     AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.),
+-     AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.))
++#  AC_MSG_CHECKING([whether the compiler works on ANSI C])
++#  AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
++#     AC_MSG_RESULT(yes),
++#     AC_MSG_RESULT(no)
++#     AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.),
++#     AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.))
+ 
+   if test -n "$GCC"; then
+     AC_MSG_RESULT(Turning on gcc compiler warnings.)
+--- xscreensaver-5.39.orig/Makefile.in
++++ xscreensaver-5.39/Makefile.in
+@@ -6,7 +6,7 @@
+ VPATH		= @srcdir@
+ 
+ SHELL		= /bin/sh
+-SUBDIRS 	= utils jwxyz hacks/images hacks hacks/glx driver po
++SUBDIRS 	= utils jwxyz hacks/images hacks driver
+ SUBDIRS2	= $(SUBDIRS) OSX android
+ TARFILES	= README README.hacking README.VMS INSTALL \
+ 		  configure configure.in Makefile.in config.h.in \
+--- xscreensaver-5.39.orig/driver/Makefile.in
++++ xscreensaver-5.39/driver/Makefile.in
+@@ -10,7 +10,7 @@
+ top_srcdir	= @top_srcdir@
+ top_builddir	= ..
+ 
+-install_prefix	=
++install_prefix	= ${DESTDIR}
+ prefix		= @prefix@
+ exec_prefix	= @exec_prefix@
+ bindir		= @bindir@
+@@ -221,7 +221,7 @@
+ SCRIPTS_1	= xscreensaver-getimage-file xscreensaver-getimage-video \
+ 		  xscreensaver-text
+ SCRIPTS_OSX	= xscreensaver-getimage-desktop
+-SCRIPTS		= $(SCRIPTS_1) @SCRIPTS_OSX@
++#SCRIPTS		= $(SCRIPTS_1) @SCRIPTS_OSX@
+ 
+ HDRS		= XScreenSaver_ad.h XScreenSaver_Xm_ad.h \
+ 		  xscreensaver.h prefs.h remote.h exec.h \
+--- xscreensaver-5.39.orig/hacks/Makefile.in
++++ xscreensaver-5.39/hacks/Makefile.in
+@@ -10,7 +10,7 @@
+ top_srcdir	= @top_srcdir@
+ top_builddir	= ..
+ 
+-install_prefix	=
++install_prefix	= ${DESTDIR}
+ prefix		= @prefix@
+ exec_prefix	= @exec_prefix@
+ bindir		= @bindir@
+@@ -122,7 +122,7 @@
+ 		  asm6502.c abstractile.c lcdscrub.c hexadrop.c \
+ 		  tessellimage.c delaunay.c recanim.c binaryring.c \
+ 		  webcollage-cocoa.m webcollage-helper-cocoa.m testx11.c
+-SCRIPTS		= vidwhacker webcollage ljlatest
++#SCRIPTS		= vidwhacker webcollage ljlatest
+ 
+ # Programs that are mentioned in XScreenSaver.ad, and that have XML files,
+ # but that are not shipped with xscreensaver itself.
+@@ -163,7 +163,13 @@
+ 		  lcdscrub.o hexadrop.o tessellimage.o delaunay.o recanim.o \
+ 		  binaryring.o testx11.o
+ 
+-EXES		= attraction blitspin bouboule braid decayscreen deco \
++EXES		= fontglide
++JPEG_EXES	= webcollage-helper
++
++RETIRED_EXES	= ant bubbles critical flag forest hyperball hypercube laser \
++		  lightning lisa lissie lmorph rotor sphere spiral t3d vines \
++		  whirlygig worm xsublim juggle testx11 \
++		  attraction blitspin bouboule braid decayscreen deco \
+ 		  drift flame galaxy grav greynetic halo \
+ 		  helix hopalong ifs imsmap julia kaleidescope \
+ 		  maze moire noseguy pedal \
+@@ -179,17 +185,12 @@
+ 		  speedmine vermiculate twang apollonian euler2d \
+ 		  polyominoes thornbird  fluidballs anemone halftone \
+ 		  metaballs eruption popsquares barcode piecewise cloudlife \
+-		  fontglide apple2 xanalogtv pong  wormhole \
++		  apple2 xanalogtv pong  wormhole \
+ 		  pacman fuzzyflakes anemotaxis memscroller substrate \
+ 		  intermomentary fireworkx fiberlamp boxfit interaggregate \
+ 		  celtic cwaves m6502 abstractile lcdscrub hexadrop \
+ 		  tessellimage binaryring \
+ 		  @JPEG_EXES@
+-JPEG_EXES	= webcollage-helper
+-
+-RETIRED_EXES	= ant bubbles critical flag forest hyperball hypercube laser \
+-		  lightning lisa lissie lmorph rotor sphere spiral t3d vines \
+-		  whirlygig worm xsublim juggle testx11
+ 
+ HACK_OBJS_1	= fps.o $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \
+ 		  $(UTILS_BIN)/usleep.o $(UTILS_BIN)/yarandom.o \
diff --git a/meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch b/meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch
new file mode 100644
index 000000000..099a0b2f4
--- /dev/null
+++ b/meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch
@@ -0,0 +1,273 @@
+--- xscreensaver-5.39.orig/driver/XScreenSaver.ad.in
++++ xscreensaver-5.39/driver/XScreenSaver.ad.in
+@@ -29,7 +29,7 @@
+ ! /* (xrdb prevention kludge: whole file)
+ 
+ *mode:			random
+-*timeout:		0:10:00
++*timeout:		0:15:00
+ *cycle:			0:10:00
+ *lockTimeout:		0:00:00
+ *passwdTimeout:		0:00:30
+@@ -38,7 +38,7 @@
+ *dpmsStandby:		2:00:00
+ *dpmsSuspend:		2:00:00
+ *dpmsOff:		4:00:00
+-*grabDesktopImages:	True
++*grabDesktopImages:	False
+ *grabVideoFrames:	False
+ *chooseRandomImages:	@DEFAULT_IMAGES_P@
+ ! This can be a local directory name, or the URL of an RSS or Atom feed.
+@@ -48,11 +48,11 @@
+ *lock:			False
+ *verbose:		False
+ *timestamp:		True
+-*fade:			True
++*fade:			False
+ *unfade:		False
+ *fadeSeconds:		0:00:03
+ *fadeTicks:		20
+-*splash:		True
++*splash:		False
+ *splashDuration:	0:00:05
+ *visualID:		default
+ *captureStderr: 	True
+@@ -158,236 +158,8 @@
+ ! screen savers interactively.
+ !
+ *programs:								      \
+-				maze -root				    \n\
+-@GL_KLUDGE@ GL: 				superquadrics -root			    \n\
+-				attraction -root			    \n\
+-				blitspin -root				    \n\
+-				greynetic -root				    \n\
+-				helix -root				    \n\
+-				hopalong -root				    \n\
+-				imsmap -root				    \n\
+--				noseguy -root				    \n\
+--				pyro -root				    \n\
+-				qix -root				    \n\
+--				rocks -root				    \n\
+-				rorschach -root				    \n\
+-				decayscreen -root			    \n\
+-				flame -root				    \n\
+-				halo -root				    \n\
+-				slidescreen -root			    \n\
+-				pedal -root				    \n\
+-				bouboule -root				    \n\
+--				braid -root				    \n\
+-				coral -root				    \n\
+-				deco -root				    \n\
+-				drift -root				    \n\
+--				fadeplot -root				    \n\
+-				galaxy -root				    \n\
+-				goop -root				    \n\
+-				grav -root				    \n\
+-				ifs -root				    \n\
+-@GL_KLUDGE@ GL: 				jigsaw -root				    \n\
+-				julia -root				    \n\
+--				kaleidescope -root			    \n\
+-@GL_KLUDGE@ GL: 				moebius -root				    \n\
+-				moire -root				    \n\
+-@GL_KLUDGE@ GL: 				morph3d -root				    \n\
+-				mountain -root				    \n\
+-				munch -root				    \n\
+-				penrose -root				    \n\
+-@GL_KLUDGE@ GL: 				pipes -root				    \n\
+-				rd-bomb -root				    \n\
+-@GL_KLUDGE@ GL: 				rubik -root				    \n\
+--				sierpinski -root			    \n\
+-				slip -root				    \n\
+-@GL_KLUDGE@ GL: 				sproingies -root			    \n\
+-				starfish -root				    \n\
+-				strange -root				    \n\
+-				swirl -root				    \n\
+-				triangle -root				    \n\
+-				xjack -root				    \n\
+-				xlyap -root				    \n\
+-@GL_KLUDGE@ GL: 				atlantis -root				    \n\
+-				bsod -root				    \n\
+-@GL_KLUDGE@ GL: 				bubble3d -root				    \n\
+-@GL_KLUDGE@ GL: 				cage -root				    \n\
+--				crystal -root				    \n\
+-				cynosure -root				    \n\
+-				discrete -root				    \n\
+-				distort -root				    \n\
+-				epicycle -root				    \n\
+-				flow -root				    \n\
+-@GL_KLUDGE@ GL: 				glplanet -root				    \n\
+-				interference -root			    \n\
+-				kumppa -root				    \n\
+-@GL_KLUDGE@ GL: 				lament -root				    \n\
+-				moire2 -root				    \n\
+-@GL_KLUDGE@ GL: 				sonar -root				    \n\
+-@GL_KLUDGE@ GL: 				stairs -root				    \n\
+-				truchet -root				    \n\
+--				vidwhacker -root			    \n\
+-				blaster -root				    \n\
+-				bumps -root				    \n\
+-				ccurve -root				    \n\
+-				compass -root				    \n\
+-				deluxe -root				    \n\
+--				demon -root				    \n\
+-@GLE_KLUDGE@ GL: 				extrusion -root				    \n\
+--				loop -root				    \n\
+-				penetrate -root				    \n\
+-				petri -root				    \n\
+-				phosphor -root				    \n\
+-@GL_KLUDGE@ GL: 				pulsar -root				    \n\
+-				ripples -root				    \n\
+-				shadebobs -root				    \n\
+-@GL_KLUDGE@ GL: 				sierpinski3d -root			    \n\
+-				spotlight -root				    \n\
+-				squiral -root				    \n\
+-				wander -root				    \n\
+--				webcollage -root			    \n\
+-				xflame -root				    \n\
+-				xmatrix -root				    \n\
+-@GL_KLUDGE@ GL: 				gflux -root				    \n\
+--				nerverot -root				    \n\
+-				xrayswarm -root				    \n\
+-				xspirograph -root			    \n\
+-@GL_KLUDGE@ GL: 				circuit -root				    \n\
+-@GL_KLUDGE@ GL: 				dangerball -root			    \n\
+-- GL: 				dnalogo -root				    \n\
+-@GL_KLUDGE@ GL: 				engine -root				    \n\
+-@GL_KLUDGE@ GL: 				flipscreen3d -root			    \n\
+-@GL_KLUDGE@ GL: 				gltext -root				    \n\
+-@GL_KLUDGE@ GL: 				menger -root				    \n\
+-@GL_KLUDGE@ GL: 				molecule -root				    \n\
+-				rotzoomer -root				    \n\
+-				speedmine -root				    \n\
+-@GL_KLUDGE@ GL: 				starwars -root				    \n\
+-@GL_KLUDGE@ GL: 				stonerview -root			    \n\
+-				vermiculate -root			    \n\
+-				whirlwindwarp -root			    \n\
+-				zoom -root				    \n\
+-				anemone -root				    \n\
+-				apollonian -root			    \n\
+-@GL_KLUDGE@ GL: 				boxed -root				    \n\
+-@GL_KLUDGE@ GL: 				cubenetic -root				    \n\
+-@GL_KLUDGE@ GL: 				endgame -root				    \n\
+-				euler2d -root				    \n\
+-				fluidballs -root			    \n\
+-@GL_KLUDGE@ GL: 				flurry -root				    \n\
+-- GL: 				glblur -root				    \n\
+-@GL_KLUDGE@ GL: 				glsnake -root				    \n\
+-				halftone -root				    \n\
+-@GL_KLUDGE@ GL: 				juggler3d -root				    \n\
+-@GL_KLUDGE@ GL: 				lavalite -root				    \n\
+--				polyominoes -root			    \n\
+-@GL_KLUDGE@ GL: 				queens -root				    \n\
+-- GL: 				sballs -root				    \n\
+-@GL_KLUDGE@ GL: 				spheremonics -root			    \n\
+--				thornbird -root				    \n\
+-				twang -root				    \n\
+-- GL: 				antspotlight -root			    \n\
+-				apple2 -root				    \n\
+-@GL_KLUDGE@ GL: 				atunnel -root				    \n\
+-				barcode -root				    \n\
+-@GL_KLUDGE@ GL: 				blinkbox -root				    \n\
+-@GL_KLUDGE@ GL: 				blocktube -root				    \n\
+-@GL_KLUDGE@ GL: 				bouncingcow -root			    \n\
+-				cloudlife -root				    \n\
+-@GL_KLUDGE@ GL: 				cubestorm -root				    \n\
+-				eruption -root				    \n\
+-@GL_KLUDGE@ GL: 				flipflop -root				    \n\
+-@GL_KLUDGE@ GL: 				flyingtoasters -root			    \n\
+-				fontglide -root				    \n\
+-@GL_KLUDGE@ GL: 				gleidescope -root			    \n\
+-@GL_KLUDGE@ GL: 				glknots -root				    \n\
+-@GL_KLUDGE@ GL: 				glmatrix -root				    \n\
+-- GL: 				glslideshow -root			    \n\
+-@GL_KLUDGE@ GL: 				hypertorus -root			    \n\
+-- GL: 				jigglypuff -root			    \n\
+-				metaballs -root				    \n\
+-@GL_KLUDGE@ GL: 				mirrorblob -root			    \n\
+-				piecewise -root				    \n\
+-@GL_KLUDGE@ GL: 				polytopes -root				    \n\
+-				pong -root				    \n\
+-				popsquares -root			    \n\
+-@GL_KLUDGE@ GL: 				surfaces -root				    \n\
+-				xanalogtv -root				    \n\
+-				abstractile -root			    \n\
+-				anemotaxis -root			    \n\
+-- GL: 				antinspect -root			    \n\
+-				fireworkx -root				    \n\
+-				fuzzyflakes -root			    \n\
+-				interaggregate -root			    \n\
+-				intermomentary -root			    \n\
+-				memscroller -root			    \n\
+-@GL_KLUDGE@ GL: 				noof -root				    \n\
+-				pacman -root				    \n\
+-@GL_KLUDGE@ GL: 				pinion -root				    \n\
+-@GL_KLUDGE@ GL: 				polyhedra -root				    \n\
+-- GL: 				providence -root			    \n\
+-				substrate -root				    \n\
+-				wormhole -root				    \n\
+-- GL: 				antmaze -root				    \n\
+-@GL_KLUDGE@ GL: 				boing -root				    \n\
+-				boxfit -root				    \n\
+-@GL_KLUDGE@ GL: 				carousel -root				    \n\
+-				celtic -root				    \n\
+-@GL_KLUDGE@ GL: 				crackberg -root				    \n\
+-@GL_KLUDGE@ GL: 				cube21 -root				    \n\
+-				fiberlamp -root				    \n\
+-@GL_KLUDGE@ GL: 				fliptext -root				    \n\
+-@GL_KLUDGE@ GL: 				glhanoi -root				    \n\
+-@GL_KLUDGE@ GL: 				tangram -root				    \n\
+-@GL_KLUDGE@ GL: 				timetunnel -root			    \n\
+-@GL_KLUDGE@ GL: 				glschool -root				    \n\
+-@GL_KLUDGE@ GL: 				topblock -root				    \n\
+-@GL_KLUDGE@ GL: 				cubicgrid -root				    \n\
+-				cwaves -root				    \n\
+-@GL_KLUDGE@ GL: 				gears -root				    \n\
+-@GL_KLUDGE@ GL: 				glcells -root				    \n\
+-@GL_KLUDGE@ GL: 				lockward -root				    \n\
+-				m6502 -root				    \n\
+-@GL_KLUDGE@ GL: 				moebiusgears -root			    \n\
+-@GL_KLUDGE@ GL: 				voronoi -root				    \n\
+-@GL_KLUDGE@ GL: 				hypnowheel -root			    \n\
+-@GL_KLUDGE@ GL: 				klein -root				    \n\
+--				lcdscrub -root				    \n\
+-@GL_KLUDGE@ GL: 				photopile -root				    \n\
+-@GL_KLUDGE@ GL: 				skytentacles -root			    \n\
+-@GL_KLUDGE@ GL: 				rubikblocks -root			    \n\
+-@GL_KLUDGE@ GL: 				companioncube -root			    \n\
+-@GL_KLUDGE@ GL: 				hilbert -root				    \n\
+-@GL_KLUDGE@ GL: 				tronbit -root				    \n\
+-@GL_KLUDGE@ GL: 				geodesic -root				    \n\
+-				hexadrop -root				    \n\
+-@GL_KLUDGE@ GL: 				kaleidocycle -root			    \n\
+-@GL_KLUDGE@ GL: 				quasicrystal -root			    \n\
+-@GL_KLUDGE@ GL: 				unknownpleasures -root			    \n\
+-				binaryring -root			    \n\
+-@GL_KLUDGE@ GL: 				cityflow -root				    \n\
+-@GL_KLUDGE@ GL: 				geodesicgears -root			    \n\
+-@GL_KLUDGE@ GL: 				projectiveplane -root			    \n\
+-@GL_KLUDGE@ GL: 				romanboy -root				    \n\
+-				tessellimage -root			    \n\
+-@GL_KLUDGE@ GL: 				winduprobot -root			    \n\
+-@GL_KLUDGE@ GL: 				splitflap -root				    \n\
+-@GL_KLUDGE@ GL: 				cubestack -root				    \n\
+-@GL_KLUDGE@ GL: 				cubetwist -root				    \n\
+-@GL_KLUDGE@ GL: 				discoball -root				    \n\
+-@GL_KLUDGE@ GL: 				dymaxionmap -root			    \n\
+-@GL_KLUDGE@ GL: 				energystream -root			    \n\
+-@GL_KLUDGE@ GL: 				hexstrut -root				    \n\
+-@GL_KLUDGE@ GL: 				hydrostat -root				    \n\
+-@GL_KLUDGE@ GL: 				raverhoop -root				    \n\
+-@GL_KLUDGE@ GL: 				splodesic -root				    \n\
+-@GL_KLUDGE@ GL: 				unicrud -root				    \n\
+-@GL_KLUDGE@ GL: 				esper -root				    \n\
+-@GL_KLUDGE@ GL: 				vigilance -root				    \n\
+-@GL_KLUDGE@ GL: 				crumbler -root				    \n\
+-@GL_KLUDGE@ GL: 				maze3d -root				    \n\
+-@GL_KLUDGE@ GL: 				peepers -root				    \n\
+-@GL_KLUDGE@ GL: 				razzledazzle -root			    \n
+-
++-				fontglide -root -program "date +'%F %H:%M %z'"				    \n\
++				gifview --window $XSCREENSAVER_WINDOW /usr/share/logo/bosch-black.gif			    \n
+ 
+ 
+ !=============================================================================
diff --git a/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service b/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service
new file mode 100755
index 000000000..17dfe75ef
--- /dev/null
+++ b/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Xscreensaver service
+PartOf=xserver-nodm.service
+After=xserver-nodm.service
+
+[Service]
+ExecStart=/usr/bin/xscreensaver
+Environment="DISPLAY=:0"
+User=xuser
+Restart=always
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target
diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
new file mode 100644
index 000000000..6b17f9b09
--- /dev/null
+++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
@@ -0,0 +1,25 @@
+SUMMARY = "X screen saver and locker"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://driver/xscreensaver.h;endline=10;md5=e141ab5822fb2d43694e1e47b59fc0df"
+SRC_URI = "https://www.jwz.org/xscreensaver/xscreensaver-${PV}.tar.gz"
+SRC_URI[md5sum] = "a5da62b91271f4e8afcc73d44697364b"
+SRC_URI[sha256sum] = "48ce1880f18b5321182be0c033aeceb5ec5628a1505b9d1ff69dbf06093c2426"
+
+SRC_URI += " \
+	file://xscreensaver.service \
+	file://fix-buildscripts.patch \
+	file://tweak-app-defaults.patch \
+	"
+
+DEPENDS = "intltool-native libx11 libxext libxt libxft glib-2.0-native bc-native"
+# These are only needed as part of the stopgap screensaver implementation:
+RDEPENDS_${PN} += "xserver-nodm-init gifview liberation-fonts"
+
+inherit systemd perlnative pkgconfig gettext autotools-brokensep
+
+do_install_append() {
+    install -D ${WORKDIR}/xscreensaver.service ${D}${systemd_unitdir}/system/xscreensaver.service
+}
+
+FILES_${PN} += "${datadir}/X11/app-defaults/XScreenSaver"
+SYSTEMD_SERVICE_${PN} = "xscreensaver.service"
-- 
2.14.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* xscreensaver yocto recipe
@ 2018-06-06  7:02 Stefano Gurrieri
  2018-06-06  8:12 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
  0 siblings, 1 reply; 10+ messages in thread
From: Stefano Gurrieri @ 2018-06-06  7:02 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

Good morning,

I'd like to using a XScreenSaver program on my Linux embedded console (based
on i.MX6 solo) with X11.

I didn't find any recipe under Yocto (currently I'm using Yocto Morty)
except this old recipe (2010) in openembedded no more maintained (maybe).
Below the link:
http://cgit.openembedded.org/openembedded/tree/recipes/xscreensaver?id=44985d56bc556786812a0a02d6219afd31a7381d

So that, I'm trying to use the version 5.07 in my Yocto project, but during
the configure I see the error below:

ERROR: xscreensaver-5.07-r0 do_configure: This autoconf log indicates
errors, it looked at host include and/or library paths while determining
system capabilities.

In attachment, you can find config.log


Someone, could help me?
Possibly, does some other similar program exist under Yocto?

Thank you.
KR
Stefano

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 192521 bytes --]

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.69.  Invocation command line was

  $ ../xscreensaver-5.07/configure --build=x86_64-linux --host=arm-poky-linux-gnueabi --target=arm-poky-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc --with-xml --with-gtk --disable-locking --without-pixbuf --with-jpeg --with-xpm --with-randr-ext --with-gl --without-gle --with-xshm-ext --with-setuid-hacks

## --------- ##
## Platform. ##
## --------- ##

hostname = user-VirtualBox
uname -m = x86_64
uname -r = 4.13.0-43-generic
uname -s = Linux
uname -v = #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018

/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: /home/user/yocto-lcc-morty/sources/poky/scripts
PATH: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi
PATH: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc/usr/bin/crossscripts
PATH: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/sbin
PATH: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin
PATH: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/sbin
PATH: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/bin
PATH: /home/user/yocto-lcc-morty/sources/poky/scripts
PATH: /home/user/yocto-lcc-morty/sources/poky/bitbake/bin
PATH: /home/user/bin
PATH: /home/user/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2263: loading site script /home/user/yocto-lcc-morty/sources/poky/meta/site/endian-little
| ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
| ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
| 
| # libnet
| ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil}
| 
| # libmemcached
| ac_cv_c_endian=little
configure:2263: loading site script /home/user/yocto-lcc-morty/sources/poky/meta/site/arm-common
| # general
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
| ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
| ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
| ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # coreutils
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db (sleepycat)
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| # edb
| db_cv_spinlocks=${db_cv_spinlocks=no}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # fget
| compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes}
| compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
| compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
| 
| # fnmatch
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| glib_cv_has__inline=${glib_cv_has__inline=yes}
| glib_cv_has__inline__=${glib_cv_has__inline__=yes}
| glib_cv_hasinline=${glib_cv_hasinline=yes}
| glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| 
| # glib-2.0
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
| 
| #gstreamer
| as_cv_unaligned_access=${as_cv_unaligned_access=no}
| 
| # httppc
| ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
| 
| # libesmtp
| acx_working_snprintf=${acx_working_snprintf=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libpcap
| ac_cv_linux_vers=${ac_cv_linux_vers=2}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # links
| ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
| 
| # nano
| ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
| nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
| 
| # php
| ac_cv_pread=${ac_cv_pread=no}
| ac_cv_pwrite=${ac_cv_pwrite=no}
| php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
| 
| # rsync
| rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
| rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}
| rsync_cv_HAVE_LONGLONG=${rsync_cv_HAVE_LONGLONG=yes}
| rsync_cv_HAVE_OFF64_T=${rsync_cv_HAVE_OFF64_T=no}
| rsync_cv_HAVE_SHORT_INO_T=${rsync_cv_HAVE_SHORT_INO_T=no}
| rsync_cv_HAVE_UNSIGNED_CHAR=${rsync_cv_HAVE_UNSIGNED_CHAR=no}
| rsync_cv_HAVE_BROKEN_READDIR=${rsync_cv_HAVE_BROKEN_READDIR=no}
| rsync_cv_HAVE_GETTIMEOFDAY_TZ=${rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
| rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
| rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
| 
| # screen
| screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
| screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
| screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
| screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
| screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
| screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
| screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
| screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
| screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
| 
| # slrn
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
| 
| # socat
| ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
| sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
| 
| # ssh
| ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes}
| ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no}
| ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
| ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # evolution-data-server
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
configure:2263: loading site script /home/user/yocto-lcc-morty/sources/poky/meta/site/arm-32
| # definitions assuming 32-bit arm architecture
| 
| # apache
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
| 
| # glib
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| 
| # glib-2.0
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8}
| glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| ac_cv_alignof_guint32=4
| ac_cv_alignof_guint64=8
| ac_cv_alignof_unsigned_long=4
| 
| # jikes
| ac_cv_sizeof_wchar_t=4
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=8
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=8
| ac_cv_alignof_CORBA_long_long=8
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=1
| ac_cv_alignof_CORBA_wchar=2
| 
| # at-spi2-core
| ac_cv_alignof_char=1
| ac_cv_alignof_dbind_pointer=4
| ac_cv_alignof_dbind_struct=1
| ac_cv_alignof_dbus_bool_t=4
| ac_cv_alignof_dbus_int16_t=2
| ac_cv_alignof_dbus_int32_t=4
| ac_cv_alignof_dbus_int64_t=8
| ac_cv_alignof_double=8
configure:2263: loading site script /home/user/yocto-lcc-morty/sources/poky/meta/site/common-linux
| # gettext - these add sleep delays otherwise
| gl_cv_func_sleep_works=${gl_cv_func_sleep_works=yes}
| gl_cv_header_working_fcntl_h=${gl_cv_header_working_fcntl_h=yes}
| 
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| 
| # samba
| samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
| samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
| samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
| samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
| 
| # db
| db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
| db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
| db_cv_path_cp=${db_cv_path_cp=/bin/cp}
| db_cv_path_ln=${db_cv_path_ln=/bin/ln}
| db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
| db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
| db_cv_path_rm=${db_cv_path_rm=/bin/rm}
| db_cv_path_sh=${db_cv_path_sh=/bin/sh}
| db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
| 
| # bash
| bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
| bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
| bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
| bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
| bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
| bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
| bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
| bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
| bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
| bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
| bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
| bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
| bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
| bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
| 
| # ccache
| hw_cv_func_snprintf_c99=${hw_cv_func_snprintf_c99=yes}
| hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
| 
| # coreutils
| gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
| 
| # mysql
| ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # TCL
| tcl_cv_api_serial=${tcl_cv_api_serial=termios}
| 
| # python
| ac_cv_have_long_long_format=yes
| 
| # apache
| ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
| 
| # rsync
| rsync_cv_HAVE_C99_VSNPRINTF=${rsync_cv_HAVE_C99_VSNPRINTF=yes}
configure:2263: loading site script /home/user/yocto-lcc-morty/sources/poky/meta/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}
| ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
| ac_cv_func_getpgrp_void=yes
| ac_cv_func_setpgrp_void=yes
| ac_cv_func_setgrent_void=yes
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # bash
| bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
| bash_cv_sys_siglist=${bash_cv_sys_siglist=yes}
| bash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # glib
| glib_cv_strlcpy=${glib_cv_strlcpy=no}
| ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes}
| ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes}
| ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
| glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| # glib-1.x requires this and pkgconfig-native / pkgconfig-nativesdk use
| # that to avoid a dependency loop.
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_have_qsort_r=${glib_cv_have_qsort_r=yes}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| #gcc-zlib
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| 
| # squid
| ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| ac_cv_epoll_works=${ac_cv_epoll_works=yes}
| 
| ac_cv_check_sjlj=ssjlj
| 
| # m4
| gt_cv_locale_fr=${gt_cv_locale_fr=fr_FR}
| gl_cv_func_btowc_eof=${gl_cv_func_btowc_eof=yes}
| gl_cv_func_wcrtomb_retval=${gl_cv_func_wcrtomb_retval=yes}
| gl_cv_func_wctob_works=${gl_cv_func_wctob_works=yes}
| gl_cv_func_mbrtowc_incomplete_state=${gl_cv_func_mbrtowc_incomplete_state=yes}
| gl_cv_func_mbrtowc_sanitycheck=${gl_cv_func_mbrtowc_sanitycheck=yes}
| gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
| gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
| gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| 
| # Xorg
| xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes}
configure:2263: loading site script /home/user/yocto-lcc-morty/sources/poky/meta/site/arm-linux
| ac_cv_func_setvbuf_reversed=no
| ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
| ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| 
| ac_cv_uchar=${ac_cv_uchar=no}
| ac_cv_uint=${ac_cv_uint=yes}
| ac_cv_ulong=${ac_cv_ulong=yes}
| ac_cv_ushort=${ac_cv_ushort=yes}
| ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
| 
| # samba
| samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=${samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes}
| samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=${samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no}
| samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
| samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
| samba_cv_HAVE_BROKEN_LINUX_SENDFILE=${samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes}
| samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}
| samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no}
| samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes}
| samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no}
| samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes}
| samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
| samba_cv_HAVE_DQB_FSOFTLIMIT=${samba_cv_HAVE_DQB_FSOFTLIMIT=no}
| samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=${samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes}
| samba_cv_HAVE_FAM_H=${samba_cv_HAVE_FAM_H=no}
| samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
| samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
| samba_cv_HAVE_FUNCTION_MACRO=${samba_cv_HAVE_FUNCTION_MACRO=yes}
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
| samba_cv_HAVE_INT16_FROM_RPC_RPC_H=${samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_INT32_FROM_RPC_RPC_H=${samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
| samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
| samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
| samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes}
| samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes}
| samba_cv_HAVE_NATIVE_ICONV=${samba_cv_HAVE_NATIVE_ICONV=yes}
| samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no}
| samba_cv_HAVE_ROOT=${samba_cv_HAVE_ROOT=yes}
| samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=${samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no}
| samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes}
| samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes}
| samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes}
| samba_cv_HAVE_SOCK_SIN_LEN=${samba_cv_HAVE_SOCK_SIN_LEN=no}
| samba_cv_HAVE_STAT_ST_BLKSIZE=${samba_cv_HAVE_STAT_ST_BLKSIZE=yes}
| samba_cv_HAVE_STAT_ST_BLOCKS=${samba_cv_HAVE_STAT_ST_BLOCKS=yes}
| samba_cv_HAVE_STRUCT_DIR64=${samba_cv_HAVE_STRUCT_DIR64=no}
| samba_cv_HAVE_STRUCT_DIRENT64=${samba_cv_HAVE_STRUCT_DIRENT64=yes}
| samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
| samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no}
| samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes}
| samba_cv_HAVE_UTIMBUF=${samba_cv_HAVE_UTIMBUF=yes}
| samba_cv_HAVE_UT_UT_ADDR=${samba_cv_HAVE_UT_UT_ADDR=yes}
| samba_cv_HAVE_UT_UT_EXIT=${samba_cv_HAVE_UT_UT_EXIT=yes}
| samba_cv_HAVE_UT_UT_HOST=${samba_cv_HAVE_UT_UT_HOST=yes}
| samba_cv_HAVE_UT_UT_ID=${samba_cv_HAVE_UT_UT_ID=yes}
| samba_cv_HAVE_UT_UT_NAME=${samba_cv_HAVE_UT_UT_NAME=yes}
| samba_cv_HAVE_UT_UT_PID=${samba_cv_HAVE_UT_UT_PID=yes}
| samba_cv_HAVE_UT_UT_TIME=${samba_cv_HAVE_UT_UT_TIME=yes}
| samba_cv_HAVE_UT_UT_TV=${samba_cv_HAVE_UT_UT_TV=yes}
| samba_cv_HAVE_UT_UT_TYPE=${samba_cv_HAVE_UT_UT_TYPE=yes}
| samba_cv_HAVE_UT_UT_USER=${samba_cv_HAVE_UT_UT_USER=yes}
| samba_cv_HAVE_UX_UT_SYSLEN=${samba_cv_HAVE_UX_UT_SYSLEN=no}
| samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
| samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes}
| samba_cv_HAVE_Werror=${samba_cv_HAVE_Werror=yes}
| samba_cv_PUTUTLINE_RETURNS_UTMP=${samba_cv_PUTUTLINE_RETURNS_UTMP=yes}
| samba_cv_QUOTA_WORKS=${samba_cv_QUOTA_WORKS=yes}
| samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes}
| samba_cv_REPLACE_GETPASS=${samba_cv_REPLACE_GETPASS=yes}
| samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no}
| samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no}
| samba_cv_RUN_QUOTA_TESTS=${samba_cv_RUN_QUOTA_TESTS=yes}
| samba_cv_SEEKDIR_RETURNS_VOID=${samba_cv_SEEKDIR_RETURNS_VOID=yes}
| samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes}
| samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
| samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
| samba_cv_SYSCONF_SC_NGROUPS_MAX=${samba_cv_SYSCONF_SC_NGROUPS_MAX=yes}
| samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=${samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes}
| samba_cv_SYSCONF_SC_NPROC_ONLN=${samba_cv_SYSCONF_SC_NPROC_ONLN=no}
| samba_cv_SYSCONF_SC_PAGESIZE=${samba_cv_SYSCONF_SC_PAGESIZE=yes}
| samba_cv_SYSQUOTA_FOUND=${samba_cv_SYSQUOTA_FOUND=yes}
| samba_cv_SYSQUOTA_WORKS=${samba_cv_SYSQUOTA_WORKS=yes}
| samba_cv_SYSQUOTA_WORKS_XFS=${samba_cv_SYSQUOTA_WORKS_XFS=yes}
| samba_cv_TRY_QUOTAS=${samba_cv_TRY_QUOTAS=no}
| samba_cv_TRY_SYS_QUOTAS=${samba_cv_TRY_SYS_QUOTAS=yes}
| samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
| samba_cv_WE_USE_SYS_QUOTAS=${samba_cv_WE_USE_SYS_QUOTAS=yes}
| samba_cv_WITH_AFS=${samba_cv_WITH_AFS=no}
| samba_cv_WITH_FAKE_KASERVER=${samba_cv_WITH_FAKE_KASERVER=no}
| samba_cv_WITH_QUOTAS=${samba_cv_WITH_QUOTAS=auto}
| samba_cv_WITH_SYS_QUOTAS=${samba_cv_WITH_SYS_QUOTAS=auto}
| samba_cv_WITH_VFS_AFSACL=${samba_cv_WITH_VFS_AFSACL=no}
| samba_cv_compiler_supports_ll=${samba_cv_compiler_supports_ll=yes}
| samba_cv_found_xfs_header=${samba_cv_found_xfs_header=yes}
| samba_cv_have_longlong=${samba_cv_have_longlong=yes}
| samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
| samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
| samba_cv_immediate_structures=${samba_cv_immediate_structures=yes}
| samba_cv_optimize_out_funcation_calls=${samba_cv_optimize_out_funcation_calls=yes}
| samba_cv_sig_atomic_t=${samba_cv_sig_atomic_t=yes}
| samba_cv_socklen_t=${samba_cv_socklen_t=yes}
| samba_cv_struct_timespec=${samba_cv_struct_timespec=yes}
| samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_linux.c}
| samba_cv_unixsocket=${samba_cv_unixsocket=yes}
| samba_cv_volatile=${samba_cv_volatile=yes}
| 
| #older sambe defines
| samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
| samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
| samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
| samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # lftp
| ac_cv_file___dev_ptc_=yes
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| # gnet
| ac_cv_member_struct_sockaddr_sa_len=${ac_cv_member_struct_sockaddr_sa_len=no}
| ac_cv_gnet_have_abstract_sockets=${ac_cv_gnet_have_abstract_sockets=no}
| gnet_sockaddr_family_field_name=${gnet_sockaddr_family_field_name=ss_family}
configure:2263: loading site script /home/user/yocto-lcc-morty/sources/poky/meta/site/common
| # libelf
| mr_cv_target_elf=${mr_cv_target_elf=yes}
| 
| # Normally kernels have /dev/random enabled
| ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
| 
| # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
| # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
| sudo_cv_func_unsetenv_void=no
| 
| # shadow dir info, to avoid searching build system
| shadow_cv_maildir=${localstatedir}/spool/mail
| shadow_cv_mailfile=Mailbox
| shadow_cv_utmpdir=${localstatedir}/run
| shadow_cv_logdir=${localstatedir}/log
| shadow_cv_passwd_dir=${bindir}
| 
| # python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
| ac_cv_buggy_getaddrinfo=no
| 
| ac_cv_path_SED=sed
configure:2263: loading site script /home/user/yocto-lcc-morty/sources/meta-openembedded/meta-oe/site/endian-little
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
configure:2263: loading site script /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0/aclocal-copy/glibc_config
| ac_cv_func___adjtimex=${ac_cv_func___adjtimex=yes}
| ac_cv_func___argz_count=${ac_cv_func___argz_count=yes}
| ac_cv_func___argz_next=${ac_cv_func___argz_next=yes}
| ac_cv_func___argz_stringify=${ac_cv_func___argz_stringify=yes}
| ac_cv_func___fpending=${ac_cv_func___fpending=yes}
| ac_cv_func___fsetlocking=${ac_cv_func___fsetlocking=yes}
| ac_cv_func___progname=${ac_cv_func___progname=yes}
| ac_cv_func___secure_getenv=${ac_cv_func___secure_getenv=no}
| ac_cv_func__obstack_free=${ac_cv_func__obstack_free=yes}
| ac_cv_func__setjmp=${ac_cv_func__setjmp=yes}
| ac_cv_func__sys_siglist=${ac_cv_func__sys_siglist=yes}
| ac_cv_func_a64l=${ac_cv_func_a64l=yes}
| ac_cv_func_abs=${ac_cv_func_abs=yes}
| ac_cv_func_access=${ac_cv_func_access=yes}
| ac_cv_func_alarm=${ac_cv_func_alarm=yes}
| ac_cv_func_alphasort=${ac_cv_func_alphasort=yes}
| ac_cv_func_argz_append=${ac_cv_func_argz_append=yes}
| ac_cv_func_argz_create_sep=${ac_cv_func_argz_create_sep=yes}
| ac_cv_func_argz_insert=${ac_cv_func_argz_insert=yes}
| ac_cv_func_argz_next=${ac_cv_func_argz_next=yes}
| ac_cv_func_argz_stringify=${ac_cv_func_argz_stringify=yes}
| ac_cv_func_asprintf=${ac_cv_func_asprintf=yes}
| ac_cv_func_atexit=${ac_cv_func_atexit=yes}
| ac_cv_func_atof=${ac_cv_func_atof=yes}
| ac_cv_func_atoi=${ac_cv_func_atoi=yes}
| ac_cv_func_bcmp=${ac_cv_func_bcmp=yes}
| ac_cv_func_bcopy=${ac_cv_func_bcopy=yes}
| ac_cv_func_bind_textdomain_codeset=${ac_cv_func_bind_textdomain_codeset=yes}
| ac_cv_func_bindresvport=${ac_cv_func_bindresvport=yes}
| ac_cv_func_btowc=${ac_cv_func_btowc=yes}
| ac_cv_func_bzero=${ac_cv_func_bzero=yes}
| ac_cv_func_calloc=${ac_cv_func_calloc=yes}
| ac_cv_func_canonicalize_file_name=${ac_cv_func_canonicalize_file_name=yes}
| ac_cv_func_catgets=${ac_cv_func_catgets=yes}
| ac_cv_func_cfgetospeed=${ac_cv_func_cfgetospeed=yes}
| ac_cv_func_cfsetispeed=${ac_cv_func_cfsetispeed=yes}
| ac_cv_func_cfsetspeed=${ac_cv_func_cfsetspeed=yes}
| ac_cv_func_chmod=${ac_cv_func_chmod=yes}
| ac_cv_func_chown=${ac_cv_func_chown=yes}
| ac_cv_func_chroot=${ac_cv_func_chroot=yes}
| ac_cv_func_clock=${ac_cv_func_clock=yes}
| ac_cv_func_close=${ac_cv_func_close=yes}
| ac_cv_func_closedir=${ac_cv_func_closedir=yes}
| ac_cv_func_closelog=${ac_cv_func_closelog=yes}
| ac_cv_func_confstr=${ac_cv_func_confstr=yes}
| ac_cv_func_connect=${ac_cv_func_connect=yes}
| ac_cv_func_daemon=${ac_cv_func_daemon=yes}
| ac_cv_func_dcgettext=${ac_cv_func_dcgettext=yes}
| ac_cv_func_difftime=${ac_cv_func_difftime=yes}
| ac_cv_func_dirfd=${ac_cv_func_dirfd=yes}
| ac_cv_func_dirname=${ac_cv_func_dirname=yes}
| ac_cv_func_dngettext=${ac_cv_func_dngettext=yes}
| ac_cv_func_dup2=${ac_cv_func_dup2=yes}
| ac_cv_func_ecvt=${ac_cv_func_ecvt=yes}
| ac_cv_func_endgrent=${ac_cv_func_endgrent=yes}
| ac_cv_func_endmntent=${ac_cv_func_endmntent=yes}
| ac_cv_func_endpwent=${ac_cv_func_endpwent=yes}
| ac_cv_func_endutent=${ac_cv_func_endutent=yes}
| ac_cv_func_endutxent=${ac_cv_func_endutxent=yes}
| ac_cv_func_epoll_ctl=${ac_cv_func_epoll_ctl=yes}
| ac_cv_func_err=${ac_cv_func_err=yes}
| ac_cv_func_ether_hostton=${ac_cv_func_ether_hostton=yes}
| ac_cv_func_ether_ntohost=${ac_cv_func_ether_ntohost=yes}
| ac_cv_func_euidaccess=${ac_cv_func_euidaccess=yes}
| ac_cv_func_execv=${ac_cv_func_execv=yes}
| ac_cv_func_fchdir=${ac_cv_func_fchdir=yes}
| ac_cv_func_fchmod=${ac_cv_func_fchmod=yes}
| ac_cv_func_fchmodat=${ac_cv_func_fchmodat=yes}
| ac_cv_func_fchown=${ac_cv_func_fchown=yes}
| ac_cv_func_fchownat=${ac_cv_func_fchownat=yes}
| ac_cv_func_fcntl=${ac_cv_func_fcntl=yes}
| ac_cv_func_fcvt=${ac_cv_func_fcvt=yes}
| ac_cv_func_fdatasync=${ac_cv_func_fdatasync=yes}
| ac_cv_func_fdopendir=${ac_cv_func_fdopendir=yes}
| ac_cv_func_feof_unlocked=${ac_cv_func_feof_unlocked=yes}
| ac_cv_func_fgets_unlocked=${ac_cv_func_fgets_unlocked=yes}
| ac_cv_func_fgetxattr=${ac_cv_func_fgetxattr=yes}
| ac_cv_func_finite=${ac_cv_func_finite=yes}
| ac_cv_func_flistxattr=${ac_cv_func_flistxattr=yes}
| ac_cv_func_flock=${ac_cv_func_flock=yes}
| ac_cv_func_flockfile=${ac_cv_func_flockfile=yes}
| ac_cv_func_fnmatch=${ac_cv_func_fnmatch=yes}
| ac_cv_func_fork=${ac_cv_func_fork=yes}
| ac_cv_func_fpathconf=${ac_cv_func_fpathconf=yes}
| ac_cv_func_fprintf=${ac_cv_func_fprintf=yes}
| ac_cv_func_free=${ac_cv_func_free=yes}
| ac_cv_func_freeaddrinfo=${ac_cv_func_freeaddrinfo=yes}
| ac_cv_func_freeifaddrs=${ac_cv_func_freeifaddrs=yes}
| ac_cv_func_fseeko=${ac_cv_func_fseeko=yes}
| ac_cv_func_fsetxattr=${ac_cv_func_fsetxattr=yes}
| ac_cv_func_fstat64=${ac_cv_func_fstat64=yes}
| ac_cv_func_fstat=${ac_cv_func_fstat=yes}
| ac_cv_func_fstatfs=${ac_cv_func_fstatfs=yes}
| ac_cv_func_fsync=${ac_cv_func_fsync=yes}
| ac_cv_func_ftello=${ac_cv_func_ftello=yes}
| ac_cv_func_ftime=${ac_cv_func_ftime=yes}
| ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes}
| ac_cv_func_funlockfile=${ac_cv_func_funlockfile=yes}
| ac_cv_func_futimes=${ac_cv_func_futimes=yes}
| ac_cv_func_futimesat=${ac_cv_func_futimesat=yes}
| ac_cv_func_gai_strerror=${ac_cv_func_gai_strerror=yes}
| ac_cv_func_gcvt=${ac_cv_func_gcvt=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| ac_cv_func_getc_unlocked=${ac_cv_func_getc_unlocked=yes}
| ac_cv_func_getcwd=${ac_cv_func_getcwd=yes}
| ac_cv_func_getdelim=${ac_cv_func_getdelim=yes}
| ac_cv_func_getdomainname=${ac_cv_func_getdomainname=yes}
| ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize=yes}
| ac_cv_func_getegid=${ac_cv_func_getegid=yes}
| ac_cv_func_getenv=${ac_cv_func_getenv=yes}
| ac_cv_func_geteuid=${ac_cv_func_geteuid=yes}
| ac_cv_func_getgid=${ac_cv_func_getgid=yes}
| ac_cv_func_getgrent=${ac_cv_func_getgrent=yes}
| ac_cv_func_getgrent_r=${ac_cv_func_getgrent_r=yes}
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes}
| ac_cv_func_getgrnam_r=${ac_cv_func_getgrnam_r=yes}
| ac_cv_func_getgrouplist=${ac_cv_func_getgrouplist=yes}
| ac_cv_func_getgroups=${ac_cv_func_getgroups=yes}
| ac_cv_func_gethostbyaddr_r=${ac_cv_func_gethostbyaddr_r=yes}
| ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes}
| ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes}
| ac_cv_func_gethostbyname_r=${ac_cv_func_gethostbyname_r=yes}
| ac_cv_func_gethostent=${ac_cv_func_gethostent=yes}
| ac_cv_func_gethostid=${ac_cv_func_gethostid=yes}
| ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
| ac_cv_func_getifaddrs=${ac_cv_func_getifaddrs=yes}
| ac_cv_func_getline=${ac_cv_func_getline=yes}
| ac_cv_func_getloadavg=${ac_cv_func_getloadavg=yes}
| ac_cv_func_getmntent=${ac_cv_func_getmntent=yes}
| ac_cv_func_getmsg=${ac_cv_func_getmsg=no}
| ac_cv_func_getnameinfo=${ac_cv_func_getnameinfo=yes}
| ac_cv_func_getnetbyaddr_r=${ac_cv_func_getnetbyaddr_r=yes}
| ac_cv_func_getnetgrent_r=${ac_cv_func_getnetgrent_r=yes}
| ac_cv_func_getopt=${ac_cv_func_getopt=yes}
| ac_cv_func_getopt_long=${ac_cv_func_getopt_long=yes}
| ac_cv_func_getopt_long_only=${ac_cv_func_getopt_long_only=yes}
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_getpass=${ac_cv_func_getpass=yes}
| ac_cv_func_getpeername=${ac_cv_func_getpeername=yes}
| ac_cv_func_getpgrp=${ac_cv_func_getpgrp=yes}
| ac_cv_func_getpid=${ac_cv_func_getpid=yes}
| ac_cv_func_getppid=${ac_cv_func_getppid=yes}
| ac_cv_func_getprotoent_r=${ac_cv_func_getprotoent_r=yes}
| ac_cv_func_getpwent=${ac_cv_func_getpwent=yes}
| ac_cv_func_getpwent_r=${ac_cv_func_getpwent_r=yes}
| ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes}
| ac_cv_func_getpwnam_r=${ac_cv_func_getpwnam_r=yes}
| ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_getresuid=${ac_cv_func_getresuid=yes}
| ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes}
| ac_cv_func_getrusage=${ac_cv_func_getrusage=yes}
| ac_cv_func_getservbyname=${ac_cv_func_getservbyname=yes}
| ac_cv_func_getservbyname_r=${ac_cv_func_getservbyname_r=yes}
| ac_cv_func_getservbyport_r=${ac_cv_func_getservbyport_r=yes}
| ac_cv_func_getservent=${ac_cv_func_getservent=yes}
| ac_cv_func_getservent_r=${ac_cv_func_getservent_r=yes}
| ac_cv_func_getspnam=${ac_cv_func_getspnam=yes}
| ac_cv_func_getspnam_r=${ac_cv_func_getspnam_r=yes}
| ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
| ac_cv_func_getttyent=${ac_cv_func_getttyent=yes}
| ac_cv_func_getttynam=${ac_cv_func_getttynam=yes}
| ac_cv_func_getuid=${ac_cv_func_getuid=yes}
| ac_cv_func_getusershell=${ac_cv_func_getusershell=yes}
| ac_cv_func_getutent=${ac_cv_func_getutent=yes}
| ac_cv_func_getutid=${ac_cv_func_getutid=yes}
| ac_cv_func_getutline=${ac_cv_func_getutline=yes}
| ac_cv_func_getutmp=${ac_cv_func_getutmp=yes}
| ac_cv_func_getutmpx=${ac_cv_func_getutmpx=yes}
| ac_cv_func_getutxent=${ac_cv_func_getutxent=yes}
| ac_cv_func_getutxid=${ac_cv_func_getutxid=yes}
| ac_cv_func_getutxline=${ac_cv_func_getutxline=yes}
| ac_cv_func_getwd=${ac_cv_func_getwd=yes}
| ac_cv_func_getxattr=${ac_cv_func_getxattr=yes}
| ac_cv_func_glob=${ac_cv_func_glob=yes}
| ac_cv_func_gmtime=${ac_cv_func_gmtime=yes}
| ac_cv_func_gmtime_r=${ac_cv_func_gmtime_r=yes}
| ac_cv_func_grantpt=${ac_cv_func_grantpt=yes}
| ac_cv_func_group_member=${ac_cv_func_group_member=yes}
| ac_cv_func_herror=${ac_cv_func_herror=yes}
| ac_cv_func_hstrerror=${ac_cv_func_hstrerror=yes}
| ac_cv_func_iconv=${ac_cv_func_iconv=yes}
| ac_cv_func_iconv_open=${ac_cv_func_iconv_open=yes}
| ac_cv_func_if_freenameindex=${ac_cv_func_if_freenameindex=yes}
| ac_cv_func_if_indextoname=${ac_cv_func_if_indextoname=yes}
| ac_cv_func_if_nameindex=${ac_cv_func_if_nameindex=yes}
| ac_cv_func_if_nametoindex=${ac_cv_func_if_nametoindex=yes}
| ac_cv_func_index=${ac_cv_func_index=yes}
| ac_cv_func_inet_addr=${ac_cv_func_inet_addr=yes}
| ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes}
| ac_cv_func_inet_ntoa=${ac_cv_func_inet_ntoa=yes}
| ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes}
| ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes}
| ac_cv_func_initgroups=${ac_cv_func_initgroups=yes}
| ac_cv_func_innetgr=${ac_cv_func_innetgr=yes}
| ac_cv_func_iruserok=${ac_cv_func_iruserok=yes}
| ac_cv_func_isascii=${ac_cv_func_isascii=yes}
| ac_cv_func_isatty=${ac_cv_func_isatty=yes}
| ac_cv_func_isblank=${ac_cv_func_isblank=yes}
| ac_cv_func_isgraph=${ac_cv_func_isgraph=yes}
| ac_cv_func_isinf=${ac_cv_func_isinf=yes}
| ac_cv_func_isnan=${ac_cv_func_isnan=yes}
| ac_cv_func_isprint=${ac_cv_func_isprint=yes}
| ac_cv_func_isspace=${ac_cv_func_isspace=yes}
| ac_cv_func_iswalnum=${ac_cv_func_iswalnum=yes}
| ac_cv_func_iswcntrl=${ac_cv_func_iswcntrl=yes}
| ac_cv_func_iswctype=${ac_cv_func_iswctype=yes}
| ac_cv_func_iswprint=${ac_cv_func_iswprint=yes}
| ac_cv_func_iswspace=${ac_cv_func_iswspace=yes}
| ac_cv_func_iswupper=${ac_cv_func_iswupper=yes}
| ac_cv_func_isxdigit=${ac_cv_func_isxdigit=yes}
| ac_cv_func_kill=${ac_cv_func_kill=yes}
| ac_cv_func_killpg=${ac_cv_func_killpg=yes}
| ac_cv_func_lchown=${ac_cv_func_lchown=yes}
| ac_cv_func_lckpwdf=${ac_cv_func_lckpwdf=yes}
| ac_cv_func_lgetxattr=${ac_cv_func_lgetxattr=yes}
| ac_cv_func_link=${ac_cv_func_link=yes}
| ac_cv_func_listxattr=${ac_cv_func_listxattr=yes}
| ac_cv_func_llistxattr=${ac_cv_func_llistxattr=yes}
| ac_cv_func_localtime=${ac_cv_func_localtime=yes}
| ac_cv_func_localtime_r=${ac_cv_func_localtime_r=yes}
| ac_cv_func_lockf=${ac_cv_func_lockf=yes}
| ac_cv_func_lrand48=${ac_cv_func_lrand48=yes}
| ac_cv_func_lsearch=${ac_cv_func_lsearch=yes}
| ac_cv_func_lseek64=${ac_cv_func_lseek64=yes}
| ac_cv_func_lsetxattr=${ac_cv_func_lsetxattr=yes}
| ac_cv_func_lstat=${ac_cv_func_lstat=yes}
| ac_cv_func_mallinfo=${ac_cv_func_mallinfo=yes}
| ac_cv_func_malloc=${ac_cv_func_malloc=yes}
| ac_cv_func_mblen=${ac_cv_func_mblen=yes}
| ac_cv_func_mbrlen=${ac_cv_func_mbrlen=yes}
| ac_cv_func_mbrtowc=${ac_cv_func_mbrtowc=yes}
| ac_cv_func_mbsinit=${ac_cv_func_mbsinit=yes}
| ac_cv_func_mbsrtowcs=${ac_cv_func_mbsrtowcs=yes}
| ac_cv_func_mbtowc=${ac_cv_func_mbtowc=yes}
| ac_cv_func_memalign=${ac_cv_func_memalign=yes}
| ac_cv_func_memchr=${ac_cv_func_memchr=yes}
| ac_cv_func_memcmp=${ac_cv_func_memcmp=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_memmove=${ac_cv_func_memmove=yes}
| ac_cv_func_mempcpy=${ac_cv_func_mempcpy=yes}
| ac_cv_func_memrchr=${ac_cv_func_memrchr=yes}
| ac_cv_func_memset=${ac_cv_func_memset=yes}
| ac_cv_func_mkdir=${ac_cv_func_mkdir=yes}
| ac_cv_func_mkdirat=${ac_cv_func_mkdirat=yes}
| ac_cv_func_mkdtemp=${ac_cv_func_mkdtemp=yes}
| ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes}
| ac_cv_func_mknod=${ac_cv_func_mknod=yes}
| ac_cv_func_mkstemp64=${ac_cv_func_mkstemp64=yes}
| ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes}
| ac_cv_func_mktime=${ac_cv_func_mktime=yes}
| ac_cv_func_mlock=${ac_cv_func_mlock=yes}
| ac_cv_func_mmap=${ac_cv_func_mmap=yes}
| ac_cv_func_mtrace=${ac_cv_func_mtrace=yes}
| ac_cv_func_munlock=${ac_cv_func_munlock=yes}
| ac_cv_func_munmap=${ac_cv_func_munmap=yes}
| ac_cv_func_nanosleep=${ac_cv_func_nanosleep=yes}
| ac_cv_func_nice=${ac_cv_func_nice=yes}
| ac_cv_func_nl_langinfo=${ac_cv_func_nl_langinfo=yes}
| ac_cv_func_ntp_adjtime=${ac_cv_func_ntp_adjtime=yes}
| ac_cv_func_ntp_gettime=${ac_cv_func_ntp_gettime=yes}
| ac_cv_func_on_exit=${ac_cv_func_on_exit=yes}
| ac_cv_func_open64=${ac_cv_func_open64=yes}
| ac_cv_func_open=${ac_cv_func_open=yes}
| ac_cv_func_openat=${ac_cv_func_openat=yes}
| ac_cv_func_opendir=${ac_cv_func_opendir=yes}
| ac_cv_func_openlog=${ac_cv_func_openlog=yes}
| ac_cv_func_pathconf=${ac_cv_func_pathconf=yes}
| ac_cv_func_pipe=${ac_cv_func_pipe=yes}
| ac_cv_func_poll=${ac_cv_func_poll=yes}
| ac_cv_func_popen=${ac_cv_func_popen=yes}
| ac_cv_func_posix_memalign=${ac_cv_func_posix_memalign=yes}
| ac_cv_func_prctl=${ac_cv_func_prctl=yes}
| ac_cv_func_pread=${ac_cv_func_pread=yes}
| ac_cv_func_printf=${ac_cv_func_printf=yes}
| ac_cv_func_pselect=${ac_cv_func_pselect=yes}
| ac_cv_func_pthread_mutex_lock=${ac_cv_func_pthread_mutex_lock=yes}
| ac_cv_func_ptsname=${ac_cv_func_ptsname=yes}
| ac_cv_func_putenv=${ac_cv_func_putenv=yes}
| ac_cv_func_putgrent=${ac_cv_func_putgrent=yes}
| ac_cv_func_putpwent=${ac_cv_func_putpwent=yes}
| ac_cv_func_putspent=${ac_cv_func_putspent=yes}
| ac_cv_func_pututline=${ac_cv_func_pututline=yes}
| ac_cv_func_pututxline=${ac_cv_func_pututxline=yes}
| ac_cv_func_putwc=${ac_cv_func_putwc=yes}
| ac_cv_func_pwrite=${ac_cv_func_pwrite=yes}
| ac_cv_func_qsort=${ac_cv_func_qsort=yes}
| ac_cv_func_raise=${ac_cv_func_raise=yes}
| ac_cv_func_rand=${ac_cv_func_rand=yes}
| ac_cv_func_rand_r=${ac_cv_func_rand_r=yes}
| ac_cv_func_random=${ac_cv_func_random=yes}
| ac_cv_func_re_comp=${ac_cv_func_re_comp=yes}
| ac_cv_func_re_exec=${ac_cv_func_re_exec=yes}
| ac_cv_func_re_search=${ac_cv_func_re_search=yes}
| ac_cv_func_read=${ac_cv_func_read=yes}
| ac_cv_func_readdir=${ac_cv_func_readdir=yes}
| ac_cv_func_readdir_r=${ac_cv_func_readdir_r=yes}
| ac_cv_func_readlink=${ac_cv_func_readlink=yes}
| ac_cv_func_realloc=${ac_cv_func_realloc=yes}
| ac_cv_func_realpath=${ac_cv_func_realpath=yes}
| ac_cv_func_recvmsg=${ac_cv_func_recvmsg=yes}
| ac_cv_func_regcomp=${ac_cv_func_regcomp=yes}
| ac_cv_func_regexec=${ac_cv_func_regexec=yes}
| ac_cv_func_remove=${ac_cv_func_remove=yes}
| ac_cv_func_rename=${ac_cv_func_rename=yes}
| ac_cv_func_rmdir=${ac_cv_func_rmdir=yes}
| ac_cv_func_rpmatch=${ac_cv_func_rpmatch=yes}
| ac_cv_func_rresvport_af=${ac_cv_func_rresvport_af=yes}
| ac_cv_func_ruserok=${ac_cv_func_ruserok=yes}
| ac_cv_func_ruserok_af=${ac_cv_func_ruserok_af=yes}
| ac_cv_func_sbrk=${ac_cv_func_sbrk=yes}
| ac_cv_func_scandir=${ac_cv_func_scandir=yes}
| ac_cv_func_sched_setscheduler=${ac_cv_func_sched_setscheduler=yes}
| ac_cv_func_sched_yield=${ac_cv_func_sched_yield=yes}
| ac_cv_func_select=${ac_cv_func_select=yes}
| ac_cv_func_semctl=${ac_cv_func_semctl=yes}
| ac_cv_func_semget=${ac_cv_func_semget=yes}
| ac_cv_func_sendmsg=${ac_cv_func_sendmsg=yes}
| ac_cv_func_setbuf=${ac_cv_func_setbuf=yes}
| ac_cv_func_setbuffer=${ac_cv_func_setbuffer=yes}
| ac_cv_func_setegid=${ac_cv_func_setegid=yes}
| ac_cv_func_setenv=${ac_cv_func_setenv=yes}
| ac_cv_func_seteuid=${ac_cv_func_seteuid=yes}
| ac_cv_func_setgid=${ac_cv_func_setgid=yes}
| ac_cv_func_setgroups=${ac_cv_func_setgroups=yes}
| ac_cv_func_sethostname=${ac_cv_func_sethostname=yes}
| ac_cv_func_setitimer=${ac_cv_func_setitimer=yes}
| ac_cv_func_setjmp=${ac_cv_func_setjmp=yes}
| ac_cv_func_setlinebuf=${ac_cv_func_setlinebuf=yes}
| ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
| ac_cv_func_setmntent=${ac_cv_func_setmntent=yes}
| ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
| ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes}
| ac_cv_func_setpriority=${ac_cv_func_setpriority=yes}
| ac_cv_func_setregid=${ac_cv_func_setregid=yes}
| ac_cv_func_setresgid=${ac_cv_func_setresgid=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_setreuid=${ac_cv_func_setreuid=yes}
| ac_cv_func_setrlimit=${ac_cv_func_setrlimit=yes}
| ac_cv_func_setsid=${ac_cv_func_setsid=yes}
| ac_cv_func_setsockopt=${ac_cv_func_setsockopt=yes}
| ac_cv_func_settimeofday=${ac_cv_func_settimeofday=yes}
| ac_cv_func_setuid=${ac_cv_func_setuid=yes}
| ac_cv_func_setutent=${ac_cv_func_setutent=yes}
| ac_cv_func_setutxent=${ac_cv_func_setutxent=yes}
| ac_cv_func_setvbuf=${ac_cv_func_setvbuf=yes}
| ac_cv_func_setxattr=${ac_cv_func_setxattr=yes}
| ac_cv_func_sgetspent=${ac_cv_func_sgetspent=yes}
| ac_cv_func_shmat=${ac_cv_func_shmat=yes}
| ac_cv_func_shmctl=${ac_cv_func_shmctl=yes}
| ac_cv_func_shmdt=${ac_cv_func_shmdt=yes}
| ac_cv_func_shmget=${ac_cv_func_shmget=yes}
| ac_cv_func_shutdown=${ac_cv_func_shutdown=yes}
| ac_cv_func_sigaction=${ac_cv_func_sigaction=yes}
| ac_cv_func_sigaddset=${ac_cv_func_sigaddset=yes}
| ac_cv_func_sigaltstack=${ac_cv_func_sigaltstack=yes}
| ac_cv_func_sigblock=${ac_cv_func_sigblock=yes}
| ac_cv_func_sigemptyset=${ac_cv_func_sigemptyset=yes}
| ac_cv_func_sighold=${ac_cv_func_sighold=yes}
| ac_cv_func_siginterrupt=${ac_cv_func_siginterrupt=yes}
| ac_cv_func_signal=${ac_cv_func_signal=yes}
| ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes}
| ac_cv_func_sigset=${ac_cv_func_sigset=yes}
| ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes}
| ac_cv_func_sigstack=${ac_cv_func_sigstack=yes}
| ac_cv_func_sigsuspend=${ac_cv_func_sigsuspend=yes}
| ac_cv_func_sigvec=${ac_cv_func_sigvec=no}
| ac_cv_func_snprintf=${ac_cv_func_snprintf=yes}
| ac_cv_func_socket=${ac_cv_func_socket=yes}
| ac_cv_func_socketpair=${ac_cv_func_socketpair=yes}
| ac_cv_func_sprintf=${ac_cv_func_sprintf=yes}
| ac_cv_func_srand48=${ac_cv_func_srand48=yes}
| ac_cv_func_srand=${ac_cv_func_srand=yes}
| ac_cv_func_srandom=${ac_cv_func_srandom=yes}
| ac_cv_func_sscanf=${ac_cv_func_sscanf=yes}
| ac_cv_func_stat=${ac_cv_func_stat=yes}
| ac_cv_func_statfs=${ac_cv_func_statfs=yes}
| ac_cv_func_statvfs=${ac_cv_func_statvfs=yes}
| ac_cv_func_stime=${ac_cv_func_stime=yes}
| ac_cv_func_stpcpy=${ac_cv_func_stpcpy=yes}
| ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
| ac_cv_func_strcasestr=${ac_cv_func_strcasestr=yes}
| ac_cv_func_strchr=${ac_cv_func_strchr=yes}
| ac_cv_func_strchrnul=${ac_cv_func_strchrnul=yes}
| ac_cv_func_strcmp=${ac_cv_func_strcmp=yes}
| ac_cv_func_strcspn=${ac_cv_func_strcspn=yes}
| ac_cv_func_strdup=${ac_cv_func_strdup=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| ac_cv_func_strerror_r=${ac_cv_func_strerror_r=yes}
| ac_cv_func_strftime=${ac_cv_func_strftime=yes}
| ac_cv_func_strlen=${ac_cv_func_strlen=yes}
| ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp=yes}
| ac_cv_func_strncmp=${ac_cv_func_strncmp=yes}
| ac_cv_func_strndup=${ac_cv_func_strndup=yes}
| ac_cv_func_strnlen=${ac_cv_func_strnlen=yes}
| ac_cv_func_strpbrk=${ac_cv_func_strpbrk=yes}
| ac_cv_func_strptime=${ac_cv_func_strptime=yes}
| ac_cv_func_strrchr=${ac_cv_func_strrchr=yes}
| ac_cv_func_strsep=${ac_cv_func_strsep=yes}
| ac_cv_func_strsignal=${ac_cv_func_strsignal=yes}
| ac_cv_func_strspn=${ac_cv_func_strspn=yes}
| ac_cv_func_strstr=${ac_cv_func_strstr=yes}
| ac_cv_func_strtod=${ac_cv_func_strtod=yes}
| ac_cv_func_strtoimax=${ac_cv_func_strtoimax=yes}
| ac_cv_func_strtok_r=${ac_cv_func_strtok_r=yes}
| ac_cv_func_strtol=${ac_cv_func_strtol=yes}
| ac_cv_func_strtoll=${ac_cv_func_strtoll=yes}
| ac_cv_func_strtoul=${ac_cv_func_strtoul=yes}
| ac_cv_func_strtoull=${ac_cv_func_strtoull=yes}
| ac_cv_func_strtoumax=${ac_cv_func_strtoumax=yes}
| ac_cv_func_strverscmp=${ac_cv_func_strverscmp=yes}
| ac_cv_func_strxfrm=${ac_cv_func_strxfrm=yes}
| ac_cv_func_symlink=${ac_cv_func_symlink=yes}
| ac_cv_func_sync=${ac_cv_func_sync=yes}
| ac_cv_func_sys_siglist=${ac_cv_func_sys_siglist=yes}
| ac_cv_func_sysconf=${ac_cv_func_sysconf=yes}
| ac_cv_func_sysctl=${ac_cv_func_sysctl=yes}
| ac_cv_func_sysinfo=${ac_cv_func_sysinfo=yes}
| ac_cv_func_syslog=${ac_cv_func_syslog=yes}
| ac_cv_func_system=${ac_cv_func_system=yes}
| ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
| ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp=yes}
| ac_cv_func_tcsetattr=${ac_cv_func_tcsetattr=yes}
| ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes}
| ac_cv_func_time=${ac_cv_func_time=yes}
| ac_cv_func_timegm=${ac_cv_func_timegm=yes}
| ac_cv_func_times=${ac_cv_func_times=yes}
| ac_cv_func_timezone=${ac_cv_func_timezone=yes}
| ac_cv_func_tmpnam=${ac_cv_func_tmpnam=yes}
| ac_cv_func_towlower=${ac_cv_func_towlower=yes}
| ac_cv_func_towupper=${ac_cv_func_towupper=yes}
| ac_cv_func_truncate=${ac_cv_func_truncate=yes}
| ac_cv_func_tsearch=${ac_cv_func_tsearch=yes}
| ac_cv_func_ttyname=${ac_cv_func_ttyname=yes}
| ac_cv_func_tzset=${ac_cv_func_tzset=yes}
| ac_cv_func_ulimit=${ac_cv_func_ulimit=yes}
| ac_cv_func_umask=${ac_cv_func_umask=yes}
| ac_cv_func_uname=${ac_cv_func_uname=yes}
| ac_cv_func_unlink=${ac_cv_func_unlink=yes}
| ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes}
| ac_cv_func_unshare=${ac_cv_func_unshare=yes}
| ac_cv_func_updwtmp=${ac_cv_func_updwtmp=yes}
| ac_cv_func_updwtmpx=${ac_cv_func_updwtmpx=yes}
| ac_cv_func_usleep=${ac_cv_func_usleep=yes}
| ac_cv_func_ustat=${ac_cv_func_ustat=yes}
| ac_cv_func_utime=${ac_cv_func_utime=yes}
| ac_cv_func_utimes=${ac_cv_func_utimes=yes}
| ac_cv_func_utmpname=${ac_cv_func_utmpname=yes}
| ac_cv_func_utmpxname=${ac_cv_func_utmpxname=yes}
| ac_cv_func_valloc=${ac_cv_func_valloc=yes}
| ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes}
| ac_cv_func_verrx=${ac_cv_func_verrx=yes}
| ac_cv_func_vfork=${ac_cv_func_vfork=yes}
| ac_cv_func_vfprintf=${ac_cv_func_vfprintf=yes}
| ac_cv_func_vfscanf=${ac_cv_func_vfscanf=yes}
| ac_cv_func_vhangup=${ac_cv_func_vhangup=yes}
| ac_cv_func_vprintf=${ac_cv_func_vprintf=yes}
| ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes}
| ac_cv_func_vsprintf=${ac_cv_func_vsprintf=yes}
| ac_cv_func_wait3=${ac_cv_func_wait3=yes}
| ac_cv_func_wait4=${ac_cv_func_wait4=yes}
| ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
| ac_cv_func_wcrtomb=${ac_cv_func_wcrtomb=yes}
| ac_cv_func_wcscoll=${ac_cv_func_wcscoll=yes}
| ac_cv_func_wcsdup=${ac_cv_func_wcsdup=yes}
| ac_cv_func_wcslen=${ac_cv_func_wcslen=yes}
| ac_cv_func_wctob=${ac_cv_func_wctob=yes}
| ac_cv_func_wctomb=${ac_cv_func_wctomb=yes}
| ac_cv_func_wctype=${ac_cv_func_wctype=yes}
| ac_cv_func_wcwidth=${ac_cv_func_wcwidth=yes}
| ac_cv_func_wmemchr=${ac_cv_func_wmemchr=yes}
| ac_cv_func_wmemcpy=${ac_cv_func_wmemcpy=yes}
| ac_cv_func_wmempcpy=${ac_cv_func_wmempcpy=yes}
| ac_cv_header_aio_h=${ac_cv_header_aio_h=yes}
| ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
| ac_cv_header_argz_h=${ac_cv_header_argz_h=yes}
| ac_cv_header_arpa_inet_h=${ac_cv_header_arpa_inet_h=yes}
| ac_cv_header_arpa_nameser_h=${ac_cv_header_arpa_nameser_h=yes}
| ac_cv_header_asm_byteorder_h=${ac_cv_header_asm_byteorder_h=yes}
| ac_cv_header_asm_ioctls_h=${ac_cv_header_asm_ioctls_h=yes}
| ac_cv_header_asm_page_h=${ac_cv_header_asm_page_h=no}
| ac_cv_header_asm_types_h=${ac_cv_header_asm_types_h=yes}
| ac_cv_header_assert_h=${ac_cv_header_assert_h=yes}
| ac_cv_header_byteswap_h=${ac_cv_header_byteswap_h=yes}
| ac_cv_header_crypt_h=${ac_cv_header_crypt_h=yes}
| ac_cv_header_ctype_h=${ac_cv_header_ctype_h=yes}
| ac_cv_header_dirent_h=${ac_cv_header_dirent_h=yes}
| ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
| ac_cv_header_elf_h=${ac_cv_header_elf_h=yes}
| ac_cv_header_endian_h=${ac_cv_header_endian_h=yes}
| ac_cv_header_err_h=${ac_cv_header_err_h=yes}
| ac_cv_header_errno_h=${ac_cv_header_errno_h=yes}
| ac_cv_header_execinfo_h=${ac_cv_header_execinfo_h=yes}
| ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
| ac_cv_header_features_h=${ac_cv_header_features_h=yes}
| ac_cv_header_float_h=${ac_cv_header_float_h=yes}
| ac_cv_header_fstab_h=${ac_cv_header_fstab_h=yes}
| ac_cv_header_ftw_h=${ac_cv_header_ftw_h=yes}
| ac_cv_header_getopt_h=${ac_cv_header_getopt_h=yes}
| ac_cv_header_glob_h=${ac_cv_header_glob_h=yes}
| ac_cv_header_grp_h=${ac_cv_header_grp_h=yes}
| ac_cv_header_iconv_h=${ac_cv_header_iconv_h=yes}
| ac_cv_header_ifaddrs_h=${ac_cv_header_ifaddrs_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_langinfo_h=${ac_cv_header_langinfo_h=yes}
| ac_cv_header_lastlog_h=${ac_cv_header_lastlog_h=yes}
| ac_cv_header_libgen_h=${ac_cv_header_libgen_h=yes}
| ac_cv_header_libintl_h=${ac_cv_header_libintl_h=yes}
| ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
| ac_cv_header_linux_capability_h=${ac_cv_header_linux_capability_h=yes}
| ac_cv_header_linux_fd_h=${ac_cv_header_linux_fd_h=yes}
| ac_cv_header_linux_fs_h=${ac_cv_header_linux_fs_h=yes}
| ac_cv_header_linux_hayesesp_h=${ac_cv_header_linux_hayesesp_h=no}
| ac_cv_header_linux_hdreg_h=${ac_cv_header_linux_hdreg_h=yes}
| ac_cv_header_linux_icmp_h=${ac_cv_header_linux_icmp_h=yes}
| ac_cv_header_linux_in6_h=${ac_cv_header_linux_in6_h=yes}
| ac_cv_header_linux_joystick_h=${ac_cv_header_linux_joystick_h=yes}
| ac_cv_header_linux_ptrace_h=${ac_cv_header_linux_ptrace_h=yes}
| ac_cv_header_linux_serial_h=${ac_cv_header_linux_serial_h=yes}
| ac_cv_header_linux_sonypi_h=${ac_cv_header_linux_sonypi_h=yes}
| ac_cv_header_linux_unistd_h=${ac_cv_header_linux_unistd_h=yes}
| ac_cv_header_linux_utsname_h=${ac_cv_header_linux_utsname_h=yes}
| ac_cv_header_linux_version_h=${ac_cv_header_linux_version_h=yes}
| ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
| ac_cv_header_malloc_h=${ac_cv_header_malloc_h=yes}
| ac_cv_header_math_h=${ac_cv_header_math_h=yes}
| ac_cv_header_mcheck_h=${ac_cv_header_mcheck_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_mntent_h=${ac_cv_header_mntent_h=yes}
| ac_cv_header_mqueue_h=${ac_cv_header_mqueue_h=yes}
| ac_cv_header_net_if_h=${ac_cv_header_net_if_h=yes}
| ac_cv_header_net_route_h=${ac_cv_header_net_route_h=yes}
| ac_cv_header_netdb_h=${ac_cv_header_netdb_h=yes}
| ac_cv_header_netinet_ether_h=${ac_cv_header_netinet_ether_h=yes}
| ac_cv_header_netinet_in_h=${ac_cv_header_netinet_in_h=yes}
| ac_cv_header_netinet_ip6_h=${ac_cv_header_netinet_ip6_h=yes}
| ac_cv_header_netinet_ip_h=${ac_cv_header_netinet_ip_h=yes}
| ac_cv_header_netinet_tcp_h=${ac_cv_header_netinet_tcp_h=yes}
| ac_cv_header_netinet_udp_h=${ac_cv_header_netinet_udp_h=yes}
| ac_cv_header_netipx_ipx_h=${ac_cv_header_netipx_ipx_h=yes}
| ac_cv_header_paths_h=${ac_cv_header_paths_h=yes}
| ac_cv_header_poll_h=${ac_cv_header_poll_h=yes}
| ac_cv_header_pthread_h=${ac_cv_header_pthread_h=yes}
| ac_cv_header_pty_h=${ac_cv_header_pty_h=yes}
| ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
| ac_cv_header_regex_h=${ac_cv_header_regex_h=yes}
| ac_cv_header_resolv_h=${ac_cv_header_resolv_h=yes}
| ac_cv_header_rpc_rpc_h=${ac_cv_header_rpc_rpc_h=yes}
| ac_cv_header_rpc_types_h=${ac_cv_header_rpc_types_h=yes}
| ac_cv_header_sched_h=${ac_cv_header_sched_h=yes}
| ac_cv_header_scsi_scsi_h=${ac_cv_header_scsi_scsi_h=yes}
| ac_cv_header_search_h=${ac_cv_header_search_h=yes}
| ac_cv_header_semaphore_h=${ac_cv_header_semaphore_h=yes}
| ac_cv_header_setjmp_h=${ac_cv_header_setjmp_h=yes}
| ac_cv_header_sgtty_h=${ac_cv_header_sgtty_h=yes}
| ac_cv_header_shadow_h=${ac_cv_header_shadow_h=yes}
| ac_cv_header_signal_h=${ac_cv_header_signal_h=yes}
| ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
| ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stddef_h=${ac_cv_header_stddef_h=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdio_h=${ac_cv_header_stdio_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_stropts_h=${ac_cv_header_stropts_h=yes}
| ac_cv_header_sys_bitypes_h=${ac_cv_header_sys_bitypes_h=yes}
| ac_cv_header_sys_cdefs_h=${ac_cv_header_sys_cdefs_h=yes}
| ac_cv_header_sys_dir_h=${ac_cv_header_sys_dir_h=yes}
| ac_cv_header_sys_epoll_h=${ac_cv_header_sys_epoll_h=yes}
| ac_cv_header_sys_fcntl_h=${ac_cv_header_sys_fcntl_h=yes}
| ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h=yes}
| ac_cv_header_sys_fsuid_h=${ac_cv_header_sys_fsuid_h=yes}
| ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes}
| ac_cv_header_sys_ipc_h=${ac_cv_header_sys_ipc_h=yes}
| ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes}
| ac_cv_header_sys_mount_h=${ac_cv_header_sys_mount_h=yes}
| ac_cv_header_sys_mtio_h=${ac_cv_header_sys_mtio_h=yes}
| ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
| ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h=yes}
| ac_cv_header_sys_prctl_h=${ac_cv_header_sys_prctl_h=yes}
| ac_cv_header_sys_ptrace_h=${ac_cv_header_sys_ptrace_h=yes}
| ac_cv_header_sys_queue_h=${ac_cv_header_sys_queue_h=yes}
| ac_cv_header_sys_reg_h=${ac_cv_header_sys_reg_h=no}
| ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes}
| ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
| ac_cv_header_sys_sem_h=${ac_cv_header_sys_sem_h=yes}
| ac_cv_header_sys_shm_h=${ac_cv_header_sys_shm_h=yes}
| ac_cv_header_sys_signal_h=${ac_cv_header_sys_signal_h=yes}
| ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
| ac_cv_header_sys_socketvar_h=${ac_cv_header_sys_socketvar_h=yes}
| ac_cv_header_sys_soundcard_h=${ac_cv_header_sys_soundcard_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_statfs_h=${ac_cv_header_sys_statfs_h=yes}
| ac_cv_header_sys_statvfs_h=${ac_cv_header_sys_statvfs_h=yes}
| ac_cv_header_sys_stropts_h=${ac_cv_header_sys_stropts_h=yes}
| ac_cv_header_sys_swap_h=${ac_cv_header_sys_swap_h=yes}
| ac_cv_header_sys_sysctl_h=${ac_cv_header_sys_sysctl_h=yes}
| ac_cv_header_sys_sysinfo_h=${ac_cv_header_sys_sysinfo_h=yes}
| ac_cv_header_sys_sysmacros_h=${ac_cv_header_sys_sysmacros_h=yes}
| ac_cv_header_sys_termios_h=${ac_cv_header_sys_termios_h=yes}
| ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
| ac_cv_header_sys_timeb_h=${ac_cv_header_sys_timeb_h=yes}
| ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
| ac_cv_header_sys_timex_h=${ac_cv_header_sys_timex_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_sys_uio_h=${ac_cv_header_sys_uio_h=yes}
| ac_cv_header_sys_un_h=${ac_cv_header_sys_un_h=yes}
| ac_cv_header_sys_unistd_h=${ac_cv_header_sys_unistd_h=yes}
| ac_cv_header_sys_user_h=${ac_cv_header_sys_user_h=yes}
| ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes}
| ac_cv_header_sys_vfs_h=${ac_cv_header_sys_vfs_h=yes}
| ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
| ac_cv_header_sysexits_h=${ac_cv_header_sysexits_h=yes}
| ac_cv_header_syslog_h=${ac_cv_header_syslog_h=yes}
| ac_cv_header_termio_h=${ac_cv_header_termio_h=yes}
| ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
| ac_cv_header_time_h=${ac_cv_header_time_h=yes}
| ac_cv_header_ttyent_h=${ac_cv_header_ttyent_h=yes}
| ac_cv_header_ulimit_h=${ac_cv_header_ulimit_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
| ac_cv_header_ustat_h=${ac_cv_header_ustat_h=yes}
| ac_cv_header_utime_h=${ac_cv_header_utime_h=yes}
| ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes}
| ac_cv_header_utmpx_h=${ac_cv_header_utmpx_h=yes}
| ac_cv_header_values_h=${ac_cv_header_values_h=yes}
| ac_cv_header_wchar_h=${ac_cv_header_wchar_h=yes}
| ac_cv_header_wctype_h=${ac_cv_header_wctype_h=yes}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_long_long_int=${ac_cv_sizeof_long_long_int=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_int=${ac_cv_sizeof_unsigned_long_int=4}
| ac_cv_sizeof_unsigned_long_long_int=${ac_cv_sizeof_unsigned_long_long_int=8}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
configure:2263: loading site script /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0/aclocal-copy/ncurses_config
| ac_cv_header_X=${ac_cv_header_X=no}
| ac_cv_header__CC=${ac_cv_header__CC=no}
| ac_cv_header__CFLAGS=${ac_cv_header__CFLAGS=no}
| ac_cv_header__CPPFLAGS=${ac_cv_header__CPPFLAGS=no}
| ac_cv_header___5=${ac_cv_header___5=no}
| ac_cv_header__c=${ac_cv_header__c=no}
| ac_cv_header_conftest__ac_ext=${ac_cv_header_conftest__ac_ext=no}
| ac_cv_header_curses_h=${ac_cv_header_curses_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_ncurses_curses_h=${ac_cv_header_ncurses_curses_h=no}
| ac_cv_header_ncurses_h=${ac_cv_header_ncurses_h=yes}
| ac_cv_header_ncurses_termcap_h=${ac_cv_header_ncurses_termcap_h=no}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
configure:2741: checking build system type
configure:2755: result: x86_64-pc-linux-gnu
configure:2775: checking host system type
configure:2788: result: arm-poky-linux-gnueabi
configure:2858: checking for arm-poky-linux-gnueabi-gcc
configure:2885: result: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc
configure:3154: checking for C compiler version
configure:3163: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc --version >&5
arm-poky-linux-gnueabi-gcc (GCC) 6.2.0
Copyright (C) 2016 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:3174: $? = 0
configure:3163: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-poky-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/lto-wrapper
Target: arm-poky-linux-gnueabi
Configured with: ../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-poky-linux-gnueabi --prefix=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr --bindir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/com --localstatedir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/var --libdir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-lto --enable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/6.2.0 --with-sysroot=/not/exist --with-build-sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc --without-long-double-128 --enable-poison-system-directories --with-mpfr=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls --enable-initfini-array --with-arch=armv7-a
Thread model: posix
gcc version 6.2.0 (GCC) 
configure:3174: $? = 0
configure:3163: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -V >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-V'
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:3174: $? = 1
configure:3163: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -qversion >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:3174: $? = 1
configure:3194: checking whether the C compiler works
configure:3216: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:3220: $? = 0
configure:3268: result: yes
configure:3271: checking for C compiler default output file name
configure:3273: result: a.out
configure:3279: checking for suffix of executables
configure:3286: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:3290: $? = 0
configure:3312: result: 
configure:3334: checking whether we are cross compiling
configure:3372: result: yes
configure:3377: checking for suffix of object files
configure:3399: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:3403: $? = 0
configure:3424: result: o
configure:3428: checking whether we are using the GNU C compiler
configure:3447: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:3447: $? = 0
configure:3456: result: yes
configure:3465: checking whether arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc accepts -g
configure:3485: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c -g  conftest.c >&5
configure:3485: $? = 0
configure:3526: result: yes
configure:3543: checking for arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc option to accept ISO C89
configure:3606: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:3606: $? = 0
configure:3619: result: none needed
configure:3644: checking how to run the C preprocessor
configure:3714: result: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9
configure:3734: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9  conftest.c
configure:3734: $? = 0
configure:3748: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3777: checking for an ANSI C-conforming const
configure:3843: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:3843: $? = 0
configure:3850: result: yes
configure:3858: checking for inline
configure:3874: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:3874: $? = 0
configure:3882: result: inline
configure:3902: checking for bc
configure:3905: result: yes
configure:3932: checking for a BSD-compatible install
configure:4000: result: /usr/bin/install -c
configure:4011: checking whether "${INSTALL} -d" creates intermediate directories
configure:4029: result: yes
configure:4064: checking whether make sets $(MAKE)
configure:4086: result: yes
configure:4105: checking for grep that handles long lines and -e
configure:4163: result: /bin/grep
configure:4168: checking for egrep
configure:4230: result: /bin/grep -E
configure:4235: checking for ANSI C header files
configure:4339: result: yes
configure:4352: checking for sys/types.h
configure:4352: result: yes
configure:4352: checking for sys/stat.h
configure:4352: result: yes
configure:4352: checking for stdlib.h
configure:4352: result: yes
configure:4352: checking for string.h
configure:4352: result: yes
configure:4352: checking for memory.h
configure:4352: result: yes
configure:4352: checking for strings.h
configure:4352: result: yes
configure:4352: checking for inttypes.h
configure:4352: result: yes
configure:4352: checking for stdint.h
configure:4352: result: yes
configure:4352: checking for unistd.h
configure:4352: result: yes
configure:4366: checking for unistd.h
configure:4366: result: yes
configure:4376: checking for mode_t
configure:4376: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4376: $? = 0
configure:4376: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:21: error: expected expression before ')' token
 if (sizeof ((mode_t)))
                     ^
configure:4376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 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
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:4376: result: yes
configure:4387: checking for pid_t
configure:4387: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4387: $? = 0
configure:4387: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:4387: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 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
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:4387: result: yes
configure:4398: checking for size_t
configure:4398: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4398: $? = 0
configure:4398: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:4398: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:4398: result: yes
configure:4409: checking return type of signal handlers
configure:4427: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:10: error: void value not ignored as it ought to be
 return *(signal (0, 0)) (0) == 1;
         ~^~~~~~~~~~~~~~~~~~
configure:4427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:4434: result: void
configure:4442: checking whether time.h and sys/time.h may both be included
configure:4462: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4462: $? = 0
configure:4469: result: yes
configure:4477: checking for sys/wait.h that is POSIX.1 compatible
configure:4510: result: yes
configure:4521: checking for dirent.h that defines DIR
configure:4540: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4540: $? = 0
configure:4548: result: yes
configure:4561: checking for library containing opendir
configure:4592: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:4592: $? = 0
configure:4609: result: none required
configure:4676: checking how to call gettimeofday
configure:4694: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4694: $? = 0
configure:4731: result: two arguments
configure:4741: checking for select
configure:4741: result: yes
configure:4741: checking for fcntl
configure:4741: result: yes
configure:4741: checking for uname
configure:4741: result: yes
configure:4741: checking for nice
configure:4741: result: yes
configure:4741: checking for setpriority
configure:4741: result: yes
configure:4741: checking for getcwd
configure:4741: result: yes
configure:4741: checking for getwd
configure:4741: result: yes
configure:4741: checking for putenv
configure:4741: result: yes
configure:4741: checking for sbrk
configure:4741: result: yes
configure:4753: checking for sigaction
configure:4753: result: yes
configure:4753: checking for syslog
configure:4753: result: yes
configure:4753: checking for realpath
configure:4753: result: yes
configure:4753: checking for setrlimit
configure:4753: result: yes
configure:4764: checking for setlocale
configure:4764: result: yes
configure:4773: checking for struct icmp
configure:4822: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4822: $? = 0
configure:4829: result: yes
configure:4835: checking for struct icmphdr
configure:4879: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:4879: $? = 0
configure:4886: result: yes
configure:4895: checking for crypt.h
configure:4895: result: yes
configure:4895: checking for sys/select.h
configure:4895: result: yes
configure:4909: checking for perl5
configure:4942: result: no
configure:4909: checking for perl
configure:4927: found /usr/bin/perl
configure:4939: result: /usr/bin/perl
configure:4953: checking perl version
configure:4960: result: 5.022001
configure:4971: checking for X
configure:5003: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9  conftest.c
configure:5003: $? = 0
configure:5034: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lX11  >&5
configure:5034: $? = 0
configure:5084: result: libraries , headers 
configure:5183: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   -lX11 >&5
configure:5183: $? = 0
configure:5281: checking for gethostbyname
configure:5281: result: yes
configure:5378: checking for connect
configure:5378: result: yes
configure:5427: checking for remove
configure:5427: result: yes
configure:5476: checking for shmat
configure:5476: result: yes
configure:5534: checking for IceConnectionNumber in -lICE
configure:5559: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lICE   >&5
configure:5559: $? = 0
configure:5568: result: yes
configure:5584: checking for X app-defaults directory
configure:5672: result: /usr/lib/X11/app-defaults
configure:5844: checking for XPointer
configure:5864: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:5864: $? = 0
configure:5872: result: yes
configure:5879: checking whether this is MacOS X
configure:5887: result: no
configure:5898: checking whether NLS is requested
configure:5907: result: yes
configure:5935: checking for intltool-update
configure:5953: found /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-update
configure:5965: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-update
configure:5975: checking for intltool-merge
configure:5993: found /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-merge
configure:6005: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-merge
configure:6015: checking for intltool-extract
configure:6033: found /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-extract
configure:6045: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-extract
configure:6199: checking for xgettext
configure:6217: found /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/xgettext
configure:6229: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/xgettext
configure:6239: checking for msgmerge
configure:6257: found /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgmerge
configure:6269: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgmerge
configure:6279: checking for msgfmt
configure:6297: found /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
configure:6309: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
configure:6319: checking for gmsgfmt
configure:6350: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
configure:6391: checking for locale.h
configure:6391: result: yes
configure:6402: checking for LC_MESSAGES
configure:6418: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:6418: $? = 0
configure:6426: result: yes
configure:6443: checking for libintl.h
configure:6443: result: yes
configure:6451: checking for ngettext in libc
configure:6469: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:6469: $? = 0
configure:6478: result: yes
configure:6482: checking for dgettext in libc
configure:6500: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:6500: $? = 0
configure:6509: result: yes
configure:6516: checking for bind_textdomain_codeset
configure:6516: result: yes
configure:6792: checking for msgfmt
configure:6819: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
configure:6830: checking for dcgettext
configure:6830: result: yes
configure:6840: checking if msgfmt accepts -c
configure:6855: $MSGFMT -c -o /dev/null conftest.foo
conftest.foo:3: warning: header field 'Language' missing in header
configure:6858: $? = 0
configure:6860: result: yes
configure:6870: checking for gmsgfmt
configure:6901: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
configure:6911: checking for xgettext
configure:6938: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/xgettext
configure:6957: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   >&5
configure:6957: $? = 0
configure:7043: checking for catalogs to be installed
configure:7068: result:  ca da de es et fi fr hu it ja ko nb nl no pl pt pt_BR ru sk sv vi wa zh_CN zh_TW
configure:7114: checking for X11/Xmu/Error.h
configure:7114: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:7114: $? = 0
configure:7114: result: yes
configure:7376: checking for X11/extensions/XScreenSaver.h
configure:7376: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c:55:41: fatal error: X11/extensions/XScreenSaver.h: No such file or directory
 #include <X11/extensions/XScreenSaver.h>
                                         ^
compilation terminated.
configure:7376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| 
| #include <X11/extensions/XScreenSaver.h>
configure:7376: result: no
configure:7460: checking for X11/extensions/xidle.h
configure:7460: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c:55:34: fatal error: X11/extensions/xidle.h: No such file or directory
 #include <X11/extensions/xidle.h>
                                  ^
compilation terminated.
configure:7460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| 
| #include <X11/extensions/xidle.h>
configure:7460: result: no
configure:7545: checking for X11/extensions/XSGIvc.h
configure:7545: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c:55:35: fatal error: X11/extensions/XSGIvc.h: No such file or directory
 #include <X11/extensions/XSGIvc.h>
                                   ^
compilation terminated.
configure:7545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| 
| #include <X11/extensions/XSGIvc.h>
configure:7545: result: no
configure:7702: checking for X11/extensions/dpms.h
configure:7702: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:7702: $? = 0
configure:7702: result: yes
configure:7733: checking for DPMSInfo in -lXext
configure:7758: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXext -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:7758: $? = 0
configure:7767: result: yes
configure:7929: checking for X11/extensions/Xinerama.h
configure:7929: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:7929: $? = 0
configure:7929: result: yes
configure:7959: checking for XineramaQueryScreens in -lXext
configure:7984: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXext -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
/tmp/ccH4l9gW.o: In function `main':
/usr/src/debug/xscreensaver/5.07-r0/build/conftest.c:65: undefined reference to `XineramaQueryScreens'
collect2: error: ld returned 1 exit status
configure:7984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| #define HAVE_DPMS_EXTENSION 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 XineramaQueryScreens ();
| int
| main ()
| {
| return XineramaQueryScreens ();
|   ;
|   return 0;
| }
configure:7993: result: no
configure:8024: checking for XineramaQueryScreens in -lXinerama
configure:8049: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXinerama -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8049: $? = 0
configure:8058: result: yes
configure:8156: checking for X11/extensions/xf86vmode.h
configure:8156: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:8156: $? = 0
configure:8156: result: yes
configure:8184: checking for XF86VidModeGetViewPort in -lXxf86vm
configure:8209: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXxf86vm -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8209: $? = 0
configure:8218: result: yes
configure:8348: checking for XF86VidModeSetGamma in -lXxf86vm
configure:8373: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXxf86vm -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8373: $? = 0
configure:8382: result: yes
configure:8415: checking for XF86VidModeSetGammaRamp in -lXxf86vm
configure:8440: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXxf86vm -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8440: $? = 0
configure:8449: result: yes
configure:8558: checking for X11/extensions/Xrandr.h
configure:8558: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:8558: $? = 0
configure:8558: result: yes
configure:8588: checking for XRenderSetSubpixelOrder in -lXrender
configure:8613: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXrender -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8613: $? = 0
configure:8622: result: yes
configure:8653: checking for XRRGetScreenInfo in -lXext
configure:8678: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXext -lXrender -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
/tmp/cc1Ub8E3.o: In function `main':
/usr/src/debug/xscreensaver/5.07-r0/build/conftest.c:69: undefined reference to `XRRGetScreenInfo'
collect2: error: ld returned 1 exit status
configure:8678: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| #define HAVE_DPMS_EXTENSION 1
| #define HAVE_XINERAMA 1
| #define HAVE_XF86VMODE 1
| #define HAVE_XF86VMODE_GAMMA 1
| #define HAVE_XF86VMODE_GAMMA_RAMP 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 XRRGetScreenInfo ();
| int
| main ()
| {
| return XRRGetScreenInfo ();
|   ;
|   return 0;
| }
configure:8687: result: no
configure:8718: checking for XRRGetScreenInfo in -lXrandr
configure:8743: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXrandr -lXrender -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8743: $? = 0
configure:8752: result: yes
configure:8789: checking for XRRGetOutputInfo in -lc
configure:8814: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lc  -lXxf86vm -lXrandr -lXrender  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8814: $? = 0
configure:8823: result: yes
configure:8870: checking for XF86MiscSetGrabKeysState in -lXxf86misc
configure:8895: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lXxf86misc -lXext -lX11  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:8895: $? = 0
configure:8904: result: yes
configure:8930: checking for XHPDisableReset in X11/XHPlib.h
conftest.c:61:24: fatal error: X11/XHPlib.h: No such file or directory
 #include <X11/XHPlib.h>
                        ^
compilation terminated.
configure:8949: result: no
configure:8983: checking whether /proc/interrupts contains keyboard data
configure:8994: result: yes
configure:10702: checking for pkg-config
configure:10720: found /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/pkg-config
configure:10732: result: /home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/pkg-config
configure:10758: checking for gtk+-2.0
configure:10763: result: 2.24.30
configure:10758: checking for gmodule-2.0
configure:10763: result: 2.48.2
configure:10758: checking for libxml-2.0
configure:10763: result: 2.9.4
configure:10758: checking for libglade-2.0
configure:10763: result: 2.6.4
configure:10758: checking for gdk-pixbuf-2.0
configure:10763: result: 2.34.0
configure:10758: checking for gdk-pixbuf-xlib-2.0
configure:10774: result: no
configure:11460: checking GL/gl.h usability
configure:11460: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:11460: $? = 0
configure:11460: result: yes
configure:11460: checking GL/gl.h presence
configure:11460: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9  conftest.c
configure:11460: $? = 0
configure:11460: result: yes
configure:11460: checking for GL/gl.h
configure:11460: result: yes
configure:11474: checking for GL/glx.h
configure:11474: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:11474: $? = 0
configure:11474: result: yes
configure:11493: checking whether GL is really MesaGL
configure:11520: result: yes
configure:11556: checking for pthread_create in -lpthread
configure:11581: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread   >&5
configure:11581: $? = 0
configure:11590: result: yes
configure:11621: checking for glXCreateContext in -lMesaGL
configure:11646: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lMesaGL -lMesaGLU -lpthread -lX11 -lXext -lXxf86vm -lm  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: cannot find -lMesaGL
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: cannot find -lMesaGLU
collect2: error: ld returned 1 exit status
configure:11646: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| #define HAVE_DPMS_EXTENSION 1
| #define HAVE_XINERAMA 1
| #define HAVE_XF86VMODE 1
| #define HAVE_XF86VMODE_GAMMA 1
| #define HAVE_XF86VMODE_GAMMA_RAMP 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR_12 1
| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
| #define HAVE_PROC_INTERRUPTS 1
| #define NO_LOCKING 1
| #define ALLOW_ROOT_PASSWD 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 glXCreateContext ();
| int
| main ()
| {
| return glXCreateContext ();
|   ;
|   return 0;
| }
configure:11655: result: no
configure:11685: checking for glXCreateContext in -lGL
configure:11710: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lGL -lGLU -lpthread -lX11 -lXext -lXxf86vm -lm  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:11710: $? = 0
configure:11719: result: yes
configure:11758: checking MesaGL version number
configure:11767:23: fatal error: GL/xmesa.h: No such file or directory
compilation terminated.
configure:11831: result: unknown
configure:11857: checking for glBindTexture in -lGL
configure:11882: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lGL -lGL -lGLU -lXxf86vm -lpthread -lX11 -lXext -lm  >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:11882: $? = 0
configure:11892: result: yes
configure:12647: checking for X11/xpm.h
configure:12647: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:12647: $? = 0
configure:12647: result: yes
configure:12752: checking jpeglib.h usability
configure:12752: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:12752: $? = 0
configure:12752: result: yes
configure:12752: checking jpeglib.h presence
configure:12752: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9  conftest.c
configure:12752: $? = 0
configure:12752: result: yes
configure:12752: checking for jpeglib.h
configure:12752: result: yes
configure:12780: checking for jpeg_start_compress in -ljpeg
configure:12805: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -ljpeg   >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:12805: $? = 0
configure:12814: result: yes
configure:12843: checking for pty.h
configure:12843: result: yes
configure:12843: checking util.h usability
configure:12843: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c:103:18: fatal error: util.h: No such file or directory
 #include <util.h>
                  ^
compilation terminated.
configure:12843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| #define HAVE_DPMS_EXTENSION 1
| #define HAVE_XINERAMA 1
| #define HAVE_XF86VMODE 1
| #define HAVE_XF86VMODE_GAMMA 1
| #define HAVE_XF86VMODE_GAMMA_RAMP 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR_12 1
| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
| #define HAVE_PROC_INTERRUPTS 1
| #define NO_LOCKING 1
| #define ALLOW_ROOT_PASSWD 1
| #define HAVE_GL 1
| #define HAVE_MESA_GL 1
| #define HAVE_GLBINDTEXTURE 1
| #define HAVE_XPM 1
| #define HAVE_JPEGLIB 1
| #define HAVE_PTY_H 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 <util.h>
configure:12843: result: no
configure:12843: checking util.h presence
configure:12843: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9  conftest.c
conftest.c:70:18: fatal error: util.h: No such file or directory
 #include <util.h>
                  ^
compilation terminated.
configure:12843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| #define HAVE_DPMS_EXTENSION 1
| #define HAVE_XINERAMA 1
| #define HAVE_XF86VMODE 1
| #define HAVE_XF86VMODE_GAMMA 1
| #define HAVE_XF86VMODE_GAMMA_RAMP 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR_12 1
| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
| #define HAVE_PROC_INTERRUPTS 1
| #define NO_LOCKING 1
| #define ALLOW_ROOT_PASSWD 1
| #define HAVE_GL 1
| #define HAVE_MESA_GL 1
| #define HAVE_GLBINDTEXTURE 1
| #define HAVE_XPM 1
| #define HAVE_JPEGLIB 1
| #define HAVE_PTY_H 1
| /* end confdefs.h.  */
| #include <util.h>
configure:12843: result: no
configure:12843: checking for util.h
configure:12843: result: no
configure:12869: checking for forkpty in -lutil
configure:12894: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib conftest.c -lutil   >&5
/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation
configure:12894: $? = 0
configure:12903: result: yes
configure:13052: checking for X11/extensions/XShm.h
configure:13052: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:13052: $? = 0
configure:13052: result: yes
configure:13068: checking for sys/ipc.h
configure:13068: result: yes
configure:13084: checking for sys/shm.h
configure:13084: result: yes
configure:13249: checking for X11/extensions/Xdbe.h
configure:13249: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
configure:13249: $? = 0
configure:13249: result: yes
configure:13339: checking for X11/extensions/readdisplay.h
configure:13339: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc=   conftest.c >&5
conftest.c:75:40: fatal error: X11/extensions/readdisplay.h: No such file or directory
 #include <X11/extensions/readdisplay.h>
                                        ^
compilation terminated.
configure:13339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_UNISTD_H 1
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define GETTIMEOFDAY_TWO_ARGS 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ICMP 1
| #define HAVE_ICMPHDR 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define GETTEXT_PACKAGE "xscreensaver"
| #define PACKAGE "xscreensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_XMU 1
| #define HAVE_DPMS_EXTENSION 1
| #define HAVE_XINERAMA 1
| #define HAVE_XF86VMODE 1
| #define HAVE_XF86VMODE_GAMMA 1
| #define HAVE_XF86VMODE_GAMMA_RAMP 1
| #define HAVE_RANDR 1
| #define HAVE_RANDR_12 1
| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
| #define HAVE_PROC_INTERRUPTS 1
| #define NO_LOCKING 1
| #define ALLOW_ROOT_PASSWD 1
| #define HAVE_GL 1
| #define HAVE_MESA_GL 1
| #define HAVE_GLBINDTEXTURE 1
| #define HAVE_XPM 1
| #define HAVE_JPEGLIB 1
| #define HAVE_PTY_H 1
| #define HAVE_FORKPTY 1
| #define HAVE_XSHM_EXTENSION 1
| #define HAVE_DOUBLE_BUFFER_EXTENSION 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| 
| #include <X11/extensions/readdisplay.h>
configure:13339: result: no
configure:13398: checking for image directory /usr/share/backgrounds/images/
configure:13405: result: no
configure:13398: checking for image directory /usr/share/wallpapers/
configure:13405: result: no
configure:13398: checking for image directory /Library/Desktop Pictures/
configure:13405: result: no
configure:13478: checking for text file /usr/X11R6/lib/X11/doc/README
configure:13485: result: no
configure:13478: checking for text file /usr/share/doc/xserver-common/copyright
configure:13481: result: yes
configure:13737: checking for locale directory
configure:13756: result: /usr/share/locale
configure:13970: creating ./config.status

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

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

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

on user-VirtualBox

config.status:995: creating Makefile
config.status:995: creating utils/Makefile
config.status:995: creating driver/Makefile
config.status:995: creating hacks/Makefile
config.status:995: creating hacks/glx/Makefile
config.status:995: creating po/Makefile.in
config.status:995: creating driver/XScreenSaver.ad
config.status:995: creating config.h
config.status:1169: executing default-1 commands
config.status:1169: executing po/stamp-it commands
configure:15145: WARNING: unrecognized options: --disable-silent-rules, --disable-dependency-tracking, --with-libtool-sysroot, --with-xml

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

ac_cv___va_copy=yes
ac_cv_af_unix_large_dgram=yes
ac_cv_alignof_CORBA_boolean=1
ac_cv_alignof_CORBA_char=1
ac_cv_alignof_CORBA_double=8
ac_cv_alignof_CORBA_float=4
ac_cv_alignof_CORBA_long=4
ac_cv_alignof_CORBA_long_double=8
ac_cv_alignof_CORBA_long_long=8
ac_cv_alignof_CORBA_octet=1
ac_cv_alignof_CORBA_pointer=4
ac_cv_alignof_CORBA_short=2
ac_cv_alignof_CORBA_struct=1
ac_cv_alignof_CORBA_wchar=2
ac_cv_alignof_char=1
ac_cv_alignof_dbind_pointer=4
ac_cv_alignof_dbind_struct=1
ac_cv_alignof_dbus_bool_t=4
ac_cv_alignof_dbus_int16_t=2
ac_cv_alignof_dbus_int32_t=4
ac_cv_alignof_dbus_int64_t=8
ac_cv_alignof_double=8
ac_cv_alignof_guint32=4
ac_cv_alignof_guint64=8
ac_cv_alignof_unsigned_long=4
ac_cv_browser=no
ac_cv_buggy_getaddrinfo=no
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_endian=little
ac_cv_c_inline=inline
ac_cv_c_littleendian=yes
ac_cv_c_long_double=yes
ac_cv_check_sjlj=ssjlj
ac_cv_conv_longlong_to_float=yes
ac_cv_dirent_have_space_d_name=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value='arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc= '
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-poky-linux-gnueabi
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-poky-linux-gnueabi
ac_cv_epoll_works=yes
ac_cv_file___dev_ptc_=yes
ac_cv_file__dev_random=yes
ac_cv_file__dev_zero=yes
ac_cv_func___adjtimex=yes
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fpending=yes
ac_cv_func___fsetlocking=yes
ac_cv_func___progname=yes
ac_cv_func___secure_getenv=no
ac_cv_func___va_copy=yes
ac_cv_func__obstack_free=yes
ac_cv_func__setjmp=yes
ac_cv_func__sys_siglist=yes
ac_cv_func_a64l=yes
ac_cv_func_abs=yes
ac_cv_func_access=yes
ac_cv_func_alarm=yes
ac_cv_func_alphasort=yes
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_asprintf=yes
ac_cv_func_atexit=yes
ac_cv_func_atof=yes
ac_cv_func_atoi=yes
ac_cv_func_bcmp=yes
ac_cv_func_bcopy=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_bindresvport=yes
ac_cv_func_btowc=yes
ac_cv_func_bzero=yes
ac_cv_func_calloc=yes
ac_cv_func_canonicalize_file_name=yes
ac_cv_func_catgets=yes
ac_cv_func_cfgetospeed=yes
ac_cv_func_cfsetispeed=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_chmod=yes
ac_cv_func_chown=yes
ac_cv_func_chroot=yes
ac_cv_func_clock=yes
ac_cv_func_close=yes
ac_cv_func_closedir=yes
ac_cv_func_closelog=yes
ac_cv_func_confstr=yes
ac_cv_func_connect=yes
ac_cv_func_daemon=yes
ac_cv_func_dcgettext=yes
ac_cv_func_difftime=yes
ac_cv_func_dirfd=yes
ac_cv_func_dirname=yes
ac_cv_func_dngettext=yes
ac_cv_func_dup2=yes
ac_cv_func_ecvt=yes
ac_cv_func_endgrent=yes
ac_cv_func_endmntent=yes
ac_cv_func_endpwent=yes
ac_cv_func_endutent=yes
ac_cv_func_endutxent=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_err=yes
ac_cv_func_ether_hostton=yes
ac_cv_func_ether_ntohost=yes
ac_cv_func_euidaccess=yes
ac_cv_func_execv=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchmodat=yes
ac_cv_func_fchown=yes
ac_cv_func_fchownat=yes
ac_cv_func_fcntl=yes
ac_cv_func_fcvt=yes
ac_cv_func_fdatasync=yes
ac_cv_func_fdopendir=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fgetxattr=yes
ac_cv_func_finite=yes
ac_cv_func_flistxattr=yes
ac_cv_func_flock=yes
ac_cv_func_flockfile=yes
ac_cv_func_fnmatch=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_fork=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fprintf=yes
ac_cv_func_free=yes
ac_cv_func_freeaddrinfo=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fseeko=yes
ac_cv_func_fsetxattr=yes
ac_cv_func_fstat64=yes
ac_cv_func_fstat=yes
ac_cv_func_fstatfs=yes
ac_cv_func_fsync=yes
ac_cv_func_ftello=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=yes
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_gcvt=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_getenv=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgrent_r=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyaddr_r=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getmntent=yes
ac_cv_func_getmsg=no
ac_cv_func_getnameinfo=yes
ac_cv_func_getnetbyaddr_r=yes
ac_cv_func_getnetgrent_r=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpid=yes
ac_cv_func_getppid=yes
ac_cv_func_getprotoent_r=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwent_r=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_getresuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyname_r=yes
ac_cv_func_getservbyport_r=yes
ac_cv_func_getservent=yes
ac_cv_func_getservent_r=yes
ac_cv_func_getspnam=yes
ac_cv_func_getspnam_r=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getttyent=yes
ac_cv_func_getttynam=yes
ac_cv_func_getuid=yes
ac_cv_func_getusershell=yes
ac_cv_func_getutent=yes
ac_cv_func_getutid=yes
ac_cv_func_getutline=yes
ac_cv_func_getutmp=yes
ac_cv_func_getutmpx=yes
ac_cv_func_getutxent=yes
ac_cv_func_getutxid=yes
ac_cv_func_getutxline=yes
ac_cv_func_getwd=yes
ac_cv_func_getxattr=yes
ac_cv_func_glob=yes
ac_cv_func_gmtime=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_grantpt=yes
ac_cv_func_group_member=yes
ac_cv_func_herror=yes
ac_cv_func_hstrerror=yes
ac_cv_func_iconv=yes
ac_cv_func_iconv_open=yes
ac_cv_func_if_freenameindex=yes
ac_cv_func_if_indextoname=yes
ac_cv_func_if_nameindex=yes
ac_cv_func_if_nametoindex=yes
ac_cv_func_index=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_innetgr=yes
ac_cv_func_iruserok=yes
ac_cv_func_isascii=yes
ac_cv_func_isatty=yes
ac_cv_func_isblank=yes
ac_cv_func_isgraph=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_isprint=yes
ac_cv_func_isspace=yes
ac_cv_func_iswalnum=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_iswprint=yes
ac_cv_func_iswspace=yes
ac_cv_func_iswupper=yes
ac_cv_func_isxdigit=yes
ac_cv_func_kill=yes
ac_cv_func_killpg=yes
ac_cv_func_lchown=yes
ac_cv_func_lckpwdf=yes
ac_cv_func_lgetxattr=yes
ac_cv_func_link=yes
ac_cv_func_listxattr=yes
ac_cv_func_llistxattr=yes
ac_cv_func_localtime=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_lrand48=yes
ac_cv_func_lsearch=yes
ac_cv_func_lseek64=yes
ac_cv_func_lsetxattr=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_mallinfo=yes
ac_cv_func_malloc=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_mblen=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mbtowc=yes
ac_cv_func_memalign=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memrchr=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkdirat=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp64=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktime=yes
ac_cv_func_mlock=yes
ac_cv_func_mmap=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mtrace=yes
ac_cv_func_munlock=yes
ac_cv_func_munmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nice=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_ntp_adjtime=yes
ac_cv_func_ntp_gettime=yes
ac_cv_func_on_exit=yes
ac_cv_func_open64=yes
ac_cv_func_open=yes
ac_cv_func_openat=yes
ac_cv_func_opendir=yes
ac_cv_func_openlog=yes
ac_cv_func_pathconf=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_posix_getgrgid_r=yes
ac_cv_func_posix_getpwnam_r=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_prctl=yes
ac_cv_func_pread=yes
ac_cv_func_printf=yes
ac_cv_func_printf_unix98=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_attr_getstack=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_pthread_mutex_lock=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_putgrent=yes
ac_cv_func_putpwent=yes
ac_cv_func_putspent=yes
ac_cv_func_pututline=yes
ac_cv_func_pututxline=yes
ac_cv_func_putwc=yes
ac_cv_func_pwrite=yes
ac_cv_func_qsort=yes
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_rand_r=yes
ac_cv_func_random=yes
ac_cv_func_re_comp=yes
ac_cv_func_re_exec=yes
ac_cv_func_re_search=yes
ac_cv_func_read=yes
ac_cv_func_readdir=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=yes
ac_cv_func_realloc=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_realloc_works=yes
ac_cv_func_realpath=yes
ac_cv_func_recvmsg=yes
ac_cv_func_regcomp=yes
ac_cv_func_regexec=yes
ac_cv_func_remove=yes
ac_cv_func_rename=yes
ac_cv_func_rmdir=yes
ac_cv_func_rpmatch=yes
ac_cv_func_rresvport_af=yes
ac_cv_func_ruserok=yes
ac_cv_func_ruserok_af=yes
ac_cv_func_sbrk=yes
ac_cv_func_scandir=yes
ac_cv_func_sched_setscheduler=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_semctl=yes
ac_cv_func_semget=yes
ac_cv_func_sendmsg=yes
ac_cv_func_setbuf=yes
ac_cv_func_setbuffer=yes
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgid=yes
ac_cv_func_setgrent_void=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setjmp=yes
ac_cv_func_setlinebuf=yes
ac_cv_func_setlocale=yes
ac_cv_func_setmntent=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setpriority=yes
ac_cv_func_setregid=yes
ac_cv_func_setresgid=yes
ac_cv_func_setresuid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_settimeofday=yes
ac_cv_func_setuid=yes
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_setxattr=yes
ac_cv_func_sgetspent=yes
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaddset=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigblock=yes
ac_cv_func_sigemptyset=yes
ac_cv_func_sighold=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_signal=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigset=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_sigstack=yes
ac_cv_func_sigsuspend=yes
ac_cv_func_sigvec=no
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=yes
ac_cv_func_socket=yes
ac_cv_func_socketpair=yes
ac_cv_func_sprintf=yes
ac_cv_func_srand48=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_sscanf=yes
ac_cv_func_stat=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stat_ignores_trailing_slash=no
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_stime=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strchr=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strcmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strftime=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strptime=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsep=yes
ac_cv_func_strsignal=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtoumax=yes
ac_cv_func_strverscmp=yes
ac_cv_func_strxfrm=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_sys_siglist=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysinfo=yes
ac_cv_func_syslog=yes
ac_cv_func_system=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_time=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_func_timezone=yes
ac_cv_func_tmpnam=yes
ac_cv_func_towlower=yes
ac_cv_func_towupper=yes
ac_cv_func_truncate=yes
ac_cv_func_tsearch=yes
ac_cv_func_ttyname=yes
ac_cv_func_tzset=yes
ac_cv_func_ulimit=yes
ac_cv_func_umask=yes
ac_cv_func_uname=yes
ac_cv_func_unlink=yes
ac_cv_func_unsetenv=yes
ac_cv_func_unshare=yes
ac_cv_func_updwtmp=yes
ac_cv_func_updwtmpx=yes
ac_cv_func_usleep=yes
ac_cv_func_ustat=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_va_copy=yes
ac_cv_func_valloc=yes
ac_cv_func_vasprintf=yes
ac_cv_func_verrx=yes
ac_cv_func_vfork=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vfscanf=yes
ac_cv_func_vhangup=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=yes
ac_cv_func_vsprintf=yes
ac_cv_func_wait3=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wcslen=yes
ac_cv_func_wctob=yes
ac_cv_func_wctomb=yes
ac_cv_func_wctype=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_gettimeofday_args=2
ac_cv_gnet_have_abstract_sockets=no
ac_cv_have_abstract_sockets=yes
ac_cv_have_accrights_in_msghdr=no
ac_cv_have_broken_snprintf=no
ac_cv_have_control_in_msghdr=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_icmp=yes
ac_cv_have_icmphdr=yes
ac_cv_have_long_long_format=yes
ac_cv_have_mesa_gl=yes
ac_cv_have_openpty_ctty_bug=yes
ac_cv_have_proc_interrupts=yes
ac_cv_have_space_d_name_in_struct_dirent=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glx_h=yes
ac_cv_header_X11_Xmu_Error_h=yes
ac_cv_header_X11_extensions_XSGIvc_h=no
ac_cv_header_X11_extensions_XScreenSaver_h=no
ac_cv_header_X11_extensions_XShm_h=yes
ac_cv_header_X11_extensions_Xdbe_h=yes
ac_cv_header_X11_extensions_Xinerama_h=yes
ac_cv_header_X11_extensions_Xrandr_h=yes
ac_cv_header_X11_extensions_dpms_h=yes
ac_cv_header_X11_extensions_readdisplay_h=no
ac_cv_header_X11_extensions_xf86vmode_h=yes
ac_cv_header_X11_extensions_xidle_h=no
ac_cv_header_X11_xpm_h=yes
ac_cv_header_X=no
ac_cv_header__CC=no
ac_cv_header__CFLAGS=no
ac_cv_header__CPPFLAGS=no
ac_cv_header___5=no
ac_cv_header__c=no
ac_cv_header_aio_h=yes
ac_cv_header_alloca_h=yes
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_asm_byteorder_h=yes
ac_cv_header_asm_ioctls_h=yes
ac_cv_header_asm_page_h=no
ac_cv_header_asm_types_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_byteswap_h=yes
ac_cv_header_conftest__ac_ext=no
ac_cv_header_crypt_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_elf_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_err_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fstab_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_lastlog_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_capability_h=yes
ac_cv_header_linux_fd_h=yes
ac_cv_header_linux_fs_h=yes
ac_cv_header_linux_hayesesp_h=no
ac_cv_header_linux_hdreg_h=yes
ac_cv_header_linux_icmp_h=yes
ac_cv_header_linux_in6_h=yes
ac_cv_header_linux_joystick_h=yes
ac_cv_header_linux_ptrace_h=yes
ac_cv_header_linux_serial_h=yes
ac_cv_header_linux_sonypi_h=yes
ac_cv_header_linux_unistd_h=yes
ac_cv_header_linux_utsname_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_mcheck_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_mqueue_h=yes
ac_cv_header_ncurses_curses_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_termcap_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_net_route_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_ether_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_ip6_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_sctp_h=no
ac_cv_header_netinet_sctp_uio_h=no
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_netinet_udp_h=yes
ac_cv_header_netipx_ipx_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_rpc_rpc_h=yes
ac_cv_header_rpc_types_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_scsi_scsi_h=yes
ac_cv_header_search_h=yes
ac_cv_header_semaphore_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_sgtty_h=yes
ac_cv_header_shadow_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_fsuid_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_mtio_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_ptrace_h=yes
ac_cv_header_sys_queue_h=yes
ac_cv_header_sys_reg_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_socketvar_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_stropts_h=yes
ac_cv_header_sys_swap_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_sysmacros_h=yes
ac_cv_header_sys_termios_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_timex_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_sys_user_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_ttyent_h=yes
ac_cv_header_ulimit_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_ustat_h=yes
ac_cv_header_util_h=no
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_values_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=arm-poky-linux-gnueabi
ac_cv_imagedir=
ac_cv_install_d_creates_dirs=yes
ac_cv_ispeed_offset=13
ac_cv_lib_GL___glBindTexture=yes
ac_cv_lib_GL_glXCreateContext=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_MesaGL_glXCreateContext=no
ac_cv_lib_Xext_DPMSInfo=yes
ac_cv_lib_Xext_XRRGetScreenInfo=no
ac_cv_lib_Xext_XineramaQueryScreens=no
ac_cv_lib_Xinerama_XineramaQueryScreens=yes
ac_cv_lib_Xrandr_XRRGetScreenInfo=yes
ac_cv_lib_Xrender_XRenderSetSubpixelOrder=yes
ac_cv_lib_Xxf86misc_XF86MiscSetGrabKeysState=yes
ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort=yes
ac_cv_lib_Xxf86vm_XF86VidModeSetGamma=yes
ac_cv_lib_Xxf86vm_XF86VidModeSetGammaRamp=yes
ac_cv_lib_c_XRRGetOutputInfo=yes
ac_cv_lib_jpeg_jpeg_start_compress=yes
ac_cv_lib_png_png_create_info_struct=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_util_forkpty=yes
ac_cv_libiconv_utf8=yes
ac_cv_libnet_endianess=lil
ac_cv_linux_vers=2
ac_cv_login_manager_program=
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_mesagl_version=unknown
ac_cv_mesagl_version_string=unknown
ac_cv_need_trio=no
ac_cv_o_nonblock_inherited=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_UPDATE=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-update
ac_cv_path_MSGFMT=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgmerge
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=sed
ac_cv_path_XGETTEXT=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_pkg_config=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/pkg-config
ac_cv_perl_version=5.022001
ac_cv_pread=no
ac_cv_prog_CC='arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc'
ac_cv_prog_CPP='arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_pwrite=no
ac_cv_regexec_segfault_emptystr=no
ac_cv_sctp=no
ac_cv_search_opendir='none required'
ac_cv_sizeof___int64=0
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_int_p=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_double=8
ac_cv_sizeof_long_int=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_long_long_int=8
ac_cv_sizeof_long_p=4
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_ptrdiff_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_short_int=2
ac_cv_sizeof_signed_char=1
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_int=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_long_long_int=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_unsigned_short_int=2
ac_cv_sizeof_void_p=4
ac_cv_sizeof_wchar_t=4
ac_cv_strerror_r_SUSv3=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_textfile=/usr/share/doc/xserver-common/copyright
ac_cv_time_r_type=POSIX
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t='{ac_cv_type_uid_t=yes}'
ac_cv_uchar=no
ac_cv_uint=yes
ac_cv_ulong=yes
ac_cv_ushort=yes
ac_cv_va_copy=yes
ac_cv_va_val_copy=yes
ac_cv_x_app_defaults=/usr/lib/X11/app-defaults
ac_cv_xpointer=yes
am_cv_func_working_getline=yes
am_cv_scanf_lld=yes
am_cv_val_LC_MESSAGES=yes
apr_cv_process_shared_works=no
apr_cv_tcp_nodelay_with_cork=yes
as_cv_unaligned_access=no
bash_cv_dup2_broken=no
bash_cv_func_sigsetjmp=missing
bash_cv_func_strcoll_broken=no
bash_cv_getcwd_calls_popen=no
bash_cv_getcwd_malloc=yes
bash_cv_getenv_redef=yes
bash_cv_have_mbstate_t=yes
bash_cv_job_control_missing=present
bash_cv_must_reinstall_sighandlers=no
bash_cv_opendir_not_robust=no
bash_cv_pgrp_pipe=no
bash_cv_printf_a_format=yes
bash_cv_sys_named_pipes=present
bash_cv_sys_siglist=yes
bash_cv_type_rlimit=rlim_t
bash_cv_ulimit_maxfds=yes
bash_cv_under_sys_siglist=yes
bash_cv_unusable_rtsigs=no
compat_cv_func_basename_works=no
compat_cv_func_dirname_works=no
compat_cv_func_snprintf_works=yes
cvs_cv_func_printf_ptr=yes
db_cv_align_t='unsigned long long'
db_cv_alignp_t='unsigned long'
db_cv_fcntl_f_setfd=yes
db_cv_path_ar=/usr/bin/ar
db_cv_path_chmod=/bin/chmod
db_cv_path_cp=/bin/cp
db_cv_path_ln=/bin/ln
db_cv_path_mkdir=/bin/mkdir
db_cv_path_ranlib=/usr/bin/ranlib
db_cv_path_rm=/bin/rm
db_cv_path_sh=/bin/sh
db_cv_path_strip=/usr/bin/strip
db_cv_spinlocks=no
db_cv_sprintf_count=yes
ettercap_cv_type_socklen_t=yes
fu_cv_sys_stat_statfs2_bsize=yes
gl_cv_func_btowc_eof=yes
gl_cv_func_fstatat_zero_flag=yes
gl_cv_func_mbrtowc_incomplete_state=yes
gl_cv_func_mbrtowc_nul_retval=yes
gl_cv_func_mbrtowc_null_arg=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_mbrtowc_sanitycheck=yes
gl_cv_func_sleep_works=yes
gl_cv_func_wcrtomb_retval=yes
gl_cv_func_wctob_works=yes
gl_cv_header_working_fcntl_h=yes
glib_cv___va_copy=yes
glib_cv_compliant_posix_memalign=1
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_have_qsort_r=yes
glib_cv_long_long_format=ll
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
glib_cv_sizeof_intmax_t=8
glib_cv_sizeof_ptrdiff_t=4
glib_cv_sizeof_size_t=4
glib_cv_sizeof_system_thread=4
glib_cv_stack_grows=no
glib_cv_strlcpy=no
glib_cv_sys_pthread_cond_timedwait_posix=yes
glib_cv_sys_pthread_getspecific_posix=yes
glib_cv_sys_pthread_mutex_trylock_posix=yes
glib_cv_sys_use_pid_niceness_surrogate=yes
glib_cv_uscore=no
glib_cv_use_pid_surrogate=yes
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
gt_cv_locale_fr=fr_FR
hw_cv_func_snprintf_c99=yes
hw_cv_func_vsnprintf_c99=yes
jm_cv_func_working_readdir=yes
lf_cv_sane_realloc=yes
lftp_cv_va_val_copy=yes
libIDL_cv_long_long_format=ll
lt_cv_sys_lib_dlsearch_path_spec='/usr/lib /lib'
mr_cv_target_elf=yes
mysql_cv_func_atomic_add=no
mysql_cv_func_atomic_sub=no
nano_cv_func_regexec_segv_emptystr=no
php_cv_lib_cookie_io_functions_use_off64_t=yes
rpppoe_cv_pack_bitfields=rev
rsync_cv_HAVE_BROKEN_LARGEFILE=no
rsync_cv_HAVE_BROKEN_READDIR=no
rsync_cv_HAVE_C99_VSNPRINTF=yes
rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes
rsync_cv_HAVE_LONGLONG=yes
rsync_cv_HAVE_OFF64_T=no
rsync_cv_HAVE_SECURE_MKSTEMP=yes
rsync_cv_HAVE_SHORT_INO_T=no
rsync_cv_HAVE_SOCKETPAIR=yes
rsync_cv_HAVE_UNSIGNED_CHAR=no
rsync_cv_REPLACE_INET_ATON=no
rsync_cv_REPLACE_INET_NTOA=no
samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes
samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no
samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no
samba_cv_HAVE_BROKEN_GETGROUPS=no
samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes
samba_cv_HAVE_BROKEN_READDIR=yes
samba_cv_HAVE_BROKEN_READDIR_NAME=no
samba_cv_HAVE_C99_VSNPRINTF=yes
samba_cv_HAVE_DEV64_T=no
samba_cv_HAVE_DEVICE_MAJOR_FN=yes
samba_cv_HAVE_DEVICE_MINOR_FN=yes
samba_cv_HAVE_DQB_FSOFTLIMIT=no
samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes
samba_cv_HAVE_FAM_H=no
samba_cv_HAVE_FCNTL_LOCK=yes
samba_cv_HAVE_FTRUNCATE_EXTEND=yes
samba_cv_HAVE_FUNCTION_MACRO=yes
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
samba_cv_HAVE_IFACE_AIX=no
samba_cv_HAVE_IFACE_IFCONF=yes
samba_cv_HAVE_IFACE_IFREQ=yes
samba_cv_HAVE_INO64_T=no
samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no
samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes
samba_cv_HAVE_KERNEL_SHARE_MODES=yes
samba_cv_HAVE_MAKEDEV=yes
samba_cv_HAVE_MMAP=yes
samba_cv_HAVE_NATIVE_ICONV=yes
samba_cv_HAVE_OFF64_T=no
samba_cv_HAVE_ROOT=yes
samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no
samba_cv_HAVE_SECURE_MKSTEMP=yes
samba_cv_HAVE_SENDFILE64=yes
samba_cv_HAVE_SENDFILE=yes
samba_cv_HAVE_SOCK_SIN_LEN=no
samba_cv_HAVE_STAT_ST_BLKSIZE=yes
samba_cv_HAVE_STAT_ST_BLOCKS=yes
samba_cv_HAVE_STRUCT_DIR64=no
samba_cv_HAVE_STRUCT_DIRENT64=yes
samba_cv_HAVE_STRUCT_FLOCK64=yes
samba_cv_HAVE_TRUNCATED_SALT=no
samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_UNSIGNED_CHAR=yes
samba_cv_HAVE_UTIMBUF=yes
samba_cv_HAVE_UT_UT_ADDR=yes
samba_cv_HAVE_UT_UT_EXIT=yes
samba_cv_HAVE_UT_UT_HOST=yes
samba_cv_HAVE_UT_UT_ID=yes
samba_cv_HAVE_UT_UT_NAME=yes
samba_cv_HAVE_UT_UT_PID=yes
samba_cv_HAVE_UT_UT_TIME=yes
samba_cv_HAVE_UT_UT_TV=yes
samba_cv_HAVE_UT_UT_TYPE=yes
samba_cv_HAVE_UT_UT_USER=yes
samba_cv_HAVE_UX_UT_SYSLEN=no
samba_cv_HAVE_VA_COPY=yes
samba_cv_HAVE_WORKING_AF_LOCAL=yes
samba_cv_HAVE_Werror=yes
samba_cv_LINUX_LFS_SUPPORT=yes
samba_cv_PUTUTLINE_RETURNS_UTMP=yes
samba_cv_QUOTA_WORKS=yes
samba_cv_REALPATH_TAKES_NULL=yes
samba_cv_REPLACE_GETPASS=yes
samba_cv_REPLACE_INET_NTOA=no
samba_cv_REPLACE_READDIR=no
samba_cv_RUN_QUOTA_TESTS=yes
samba_cv_SEEKDIR_RETURNS_VOID=yes
samba_cv_SIZEOF_DEV_T=yes
samba_cv_SIZEOF_INO_T=yes
samba_cv_SIZEOF_OFF_T=yes
samba_cv_SYSCONF_SC_NGROUPS_MAX=yes
samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes
samba_cv_SYSCONF_SC_NPROC_ONLN=no
samba_cv_SYSCONF_SC_PAGESIZE=yes
samba_cv_SYSQUOTA_FOUND=yes
samba_cv_SYSQUOTA_WORKS=yes
samba_cv_SYSQUOTA_WORKS_XFS=yes
samba_cv_TRY_QUOTAS=no
samba_cv_TRY_SYS_QUOTAS=yes
samba_cv_USE_SETEUID=yes
samba_cv_USE_SETRESUID=yes
samba_cv_USE_SETREUID=yes
samba_cv_USE_SETUIDX=yes
samba_cv_WE_USE_SYS_QUOTAS=yes
samba_cv_WITH_AFS=no
samba_cv_WITH_FAKE_KASERVER=no
samba_cv_WITH_QUOTAS=auto
samba_cv_WITH_SYS_QUOTAS=auto
samba_cv_WITH_VFS_AFSACL=no
samba_cv_compiler_supports_ll=yes
samba_cv_found_xfs_header=yes
samba_cv_have_longlong=yes
samba_cv_have_setresgid=yes
samba_cv_have_setresuid=yes
samba_cv_immediate_structures=yes
samba_cv_optimize_out_funcation_calls=yes
samba_cv_sig_atomic_t=yes
samba_cv_socklen_t=yes
samba_cv_struct_timespec=yes
samba_cv_sysquotas_file=lib/sysquotas_linux.c
samba_cv_unixsocket=yes
samba_cv_volatile=yes
sc_cv_termios_ispeed=yes
screen_cv_sys_bcopy_overlap=no
screen_cv_sys_fifo_broken_impl=yes
screen_cv_sys_fifo_usable=yes
screen_cv_sys_memcpy_overlap=no
screen_cv_sys_memmove_overlap=no
screen_cv_sys_select_broken_retval=no
screen_cv_sys_sockets_nofs=no
screen_cv_sys_sockets_usable=yes
screen_cv_sys_terminfo_used=yes
shadow_cv_logdir=/var/log
shadow_cv_maildir=/var/spool/mail
shadow_cv_mailfile=Mailbox
shadow_cv_passwd_dir=/usr/bin
shadow_cv_utmpdir=/var/run
slrn_cv_va_val_copy=yes
sudo_cv_func_unsetenv_void=no
tcl_cv_api_serial=termios
utils_cv_sys_open_max=1019
xorg_cv_malloc0_returns_null=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_DEMO_PROGRAMS=''
ALL_LINGUAS='ca da de es et fi fr hu it ja ko nb nl no pl pt pt_BR ru sk sv vi wa zh_CN zh_TW'
AM_DEFAULT_VERBOSITY='1'
APPDEFAULTS='/usr/lib/X11/app-defaults'
CATALOGS=' ca.gmo da.gmo de.gmo es.gmo et.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='arm-poky-linux-gnueabi-gcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc'
CFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/xscreensaver/5.07-r0=/usr/src/debug/xscreensaver/5.07-r0 -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc= '
CPP='arm-poky-linux-gnueabi-gcc -E --sysroot=/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/imx6sololcc  -march=armv7-a -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a9'
CPPFLAGS=''
DATADIRNAME='share'
DEFAULT_IMAGES_P='False'
DEFAULT_IMAGE_DIRECTORY=''
DEFAULT_TEXT_FILE='/usr/share/doc/xserver-common/copyright'
DEFS='-DHAVE_CONFIG_H'
DEPEND='makedepend'
DEPEND_DEFINES=''
DEPEND_FLAGS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXES_OSX=''
GETTEXT_PACKAGE='xscreensaver'
GLE_EXES=''
GLE_KLUDGE='-'
GLE_LIBS=''
GL_EXES='$(GL_EXES)'
GL_KLUDGE=' '
GL_LIBS='-lGL -lGLU -lXxf86vm -lpthread'
GL_MEN='$(GL_MEN)'
GL_UTIL_EXES='$(GL_UTIL_EXES)'
GMOFILES=' ca.gmo da.gmo de.gmo es.gmo et.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt'
GNOME22='!	'
GNOME24='!	'
GREP='/bin/grep'
GTK_DATADIR=''
GTK_EXTRA_OBJS=''
GTK_LIBS=''
HACKDIR='/usr/libexec/xscreensaver'
HACKDIR_FULL='/usr/libexec/xscreensaver'
HACK_CONF_DIR='/usr/share/xscreensaver/config'
HACK_LIBS=''
HAVE_PAM_FAIL_DELAY=''
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_DIRS='${INSTALL} -d'
INSTALL_PAM=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_SETUID='$(INSTALL_PROGRAM) $(SUID_FLAGS)'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/intltool-update'
INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL__v_MERGE_0='@echo "  ITMRG " $@;'
INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
JPEG_EXES=''
JPEG_LIBS='-ljpeg'
LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
LIBOBJS=''
LIBS=''
LOCK_OBJS='$(NOLOCK_OBJS_1)'
LOCK_SRCS='$(NOLOCK_SRCS_1)'
LTLIBOBJS=''
MEN_OSX=''
MKINSTALLDIRS='${INSTALL} -d'
MOTIF_LIBS=''
MSGFMT='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/msgmerge'
NEED_SETUID='no'
NEW_LOGIN_COMMAND='gdmflexiserver -ls'
NEW_LOGIN_COMMAND_P='! '
NOGNOME=''
OBJCC=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PASSWD_LIBS=''
PASSWD_OBJS=' $(PWENT_OBJS)'
PASSWD_SRCS=' $(PWENT_SRCS)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
POFILES=' ca.po da.po de.po es.po et.po fi.po fr.po hu.po it.po ja.po ko.po nb.po nl.po no.po pl.po pt.po pt_BR.po ru.po sk.po sv.po vi.po wa.po zh_CN.po zh_TW.po'
POSUB='po'
PO_DATADIR='/usr/share'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PREFERRED_DEMO_PROGRAM=''
PTY_LIBS='-lutil'
SAVER_GL_LIBS=''
SAVER_GL_OBJS=''
SAVER_GL_SRCS=''
SAVER_LIBS=' -lXxf86vm -lXrandr -lXrender -lXxf86misc'
SCRIPTS_OSX=''
SETUID_HACKS='yes'
SET_MAKE=''
SHELL='/bin/bash'
USE_NLS='yes'
WITH_BROWSER='gnome-open'
XDPMS_LIBS=''
XGETTEXT='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/xgettext'
XINERAMA_LIBS='-lXinerama'
XML_LIBS=''
XMU_LIBS='-lXmu'
XMU_OBJS=''
XMU_SRCS=''
XPM_LIBS='-lXpm '
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC=''
bindir='/usr/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='/usr'
gnome_open_program=''
gnome_url_show_program=''
host='arm-poky-linux-gnueabi'
host_alias='arm-poky-linux-gnueabi'
host_cpu='arm'
host_os='linux-gnueabi'
host_vendor='poky'
htmldir='${docdir}'
includedir='/usr/include'
infodir='/usr/share/info'
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='/usr/lib'
libexecdir='/usr/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
login_manager_tmp=''
mandir='/usr/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkg_config='/home/user/yocto-lcc-morty/bld_lcc_normal/tmp/sysroots/x86_64-linux/usr/bin/pkg-config'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/usr/sbin'
sharedstatedir='/com'
sysconfdir='/etc'
target_alias='arm-poky-linux-gnueabi'

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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_UNISTD_H 1
#define RETSIGTYPE void
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_GETTIMEOFDAY 1
#define GETTIMEOFDAY_TWO_ARGS 1
#define HAVE_SELECT 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#define HAVE_NICE 1
#define HAVE_SETPRIORITY 1
#define HAVE_GETCWD 1
#define HAVE_GETWD 1
#define HAVE_PUTENV 1
#define HAVE_SBRK 1
#define HAVE_SIGACTION 1
#define HAVE_SYSLOG 1
#define HAVE_REALPATH 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETLOCALE 1
#define HAVE_ICMP 1
#define HAVE_ICMPHDR 1
#define HAVE_CRYPT_H 1
#define HAVE_SYS_SELECT_H 1
#define GETTEXT_PACKAGE "xscreensaver"
#define PACKAGE "xscreensaver"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define HAVE_XMU 1
#define HAVE_DPMS_EXTENSION 1
#define HAVE_XINERAMA 1
#define HAVE_XF86VMODE 1
#define HAVE_XF86VMODE_GAMMA 1
#define HAVE_XF86VMODE_GAMMA_RAMP 1
#define HAVE_RANDR 1
#define HAVE_RANDR_12 1
#define HAVE_XF86MISCSETGRABKEYSSTATE 1
#define HAVE_PROC_INTERRUPTS 1
#define NO_LOCKING 1
#define ALLOW_ROOT_PASSWD 1
#define HAVE_GL 1
#define HAVE_MESA_GL 1
#define HAVE_GLBINDTEXTURE 1
#define HAVE_XPM 1
#define HAVE_JPEGLIB 1
#define HAVE_PTY_H 1
#define HAVE_FORKPTY 1
#define HAVE_XSHM_EXTENSION 1
#define HAVE_DOUBLE_BUFFER_EXTENSION 1

configure: exit 0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-11-05 14:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06  8:05 (No subject) Parthiban Nallathambi
2018-06-06  8:05 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
2018-06-08  7:56   ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2018-09-29 21:31 Parthiban Nallathambi
2018-09-29 23:21 ` akuster808
2018-09-30  0:36   ` Khem Raj
2018-11-05 14:31     ` Parthiban Nallathambi
2018-11-05 14:30   ` Parthiban Nallathambi
2018-06-06  7:02 xscreensaver yocto recipe Stefano Gurrieri
2018-06-06  8:12 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
2018-06-06  9:55   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.