[Lcdproc] OpenBSD 3.9 : undefined symbol 'i386_get_ioperm'

Mickael Dudikoff citizengen@yahoo.fr
Sun Sep 3 12:21:03 2006


--0-524454738-1157285982=:50815
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Same result, when i start LCDd i still get the same error :

# LCDd -c /etc/LCDd.conf                                                                                                                                                                  &
nbsp;                        
 
 LCDd:server/drivers/hd44780.so: undefined symbol 'i386_get_ioperm'
 LCDd:server/drivers/hd44780.so: undefined symbol 'i386_set_ioperm'



I noticed that at the ./configure point i got the following message :

configure: WARNING: sys/sysctl.h: present but cannot be compiled
 configure: WARNING: sys/sysctl.h:     check for missing prerequisite headers?
 configure: WARNING: sys/sysctl.h: see the Autoconf documentation
 configure: WARNING: sys/sysctl.h:     section "Present But Cannot Be Compiled"
 configure: WARNING: sys/sysctl.h: proceeding with the preprocessor's result
 configure: WARNING: sys/sysctl.h: in the future, the compiler will take precedence
 configure: WARNING:     ## ------------------------------------------- ##
 configure: WARNING:     ## Report this to lcdproc@lists.omnipotent.net ##
 configure: WARNING:     ## ------------------------------------------- ##




Here is the complete output, from uncompression of the source to configure, make/make install and LCDd, i hope it can help :

# tar -xvzf 
lcdproc-CVS-stable-0-5-x.tar.gz                                                         

# cd lcdproc-CVS-stable-0-5-x-20060903      

# pwd
/root/lcdproc-CVS-stable-0-5-x-20060903

# env AUTOCONF_VERSION=2.57 ./configure --prefix=/usr/local --enable-debug --enable-drivers=hd44780

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-unknown-openbsd3.9
checking host system type... i386-unknown-openbsd3.9
checking whether to enable debugging... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking CFLAGS for gcc -Wno-unused-function... -Wno-unused-function
checking CFLAGS for gcc -ftrampolines... -ftrampolines
checking for gethostbyname... yes
checking for connect... yes
checking for inet_aton... yes
checking for kstat_open in -lkstat... no
checking for nanosleep in -lposix4... no
checking for getloadavg... yes
checking for swapctl... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking procfs.h usability... no
checking procfs.h presence... no
checking for procfs.h... no
checking sys/procfs.h usability... no
checking sys/procfs.h presence... no
checking for sys/procfs.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking utmpx.h usability... no
checking utmpx.h presence... no
checking for utmpx.h... no
checking for kvm_open in -lkvm... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/sched.h usability... yes
checking sys/sched.h presence... yes
checking for sys/sched.h... yes
checking machine/cpufunc.h usability... yes
checking machine/cpufunc.h presence... yes
checking for machine/cpufunc.h... yes
checking for sys/types.h... (cached) yes
checking machine/pio.h usability... yes
checking machine/pio.h presence... yes
checking for machine/pio.h... yes
checking machine/sysarch.h usability... yes
checking machine/sysarch.h presence... yes
checking for machine/sysarch.h... yes
checking sys/cpuvar.h usability... no
checking sys/cpuvar.h presence... no
checking for sys/cpuvar.h... no
checking for System V IPC headers... yes
checking for union semun... yes
checking for sched_setscheduler... no
checking for sched_setscheduler in -lposix4... no
checking for sched_setscheduler in -lrt... no
checking for i386_get_ioperm in -li386... yes
checking for iopl... no
checking for ioperm... no
checking sys/io.h usability... no
checking sys/io.h presence... no
checking for sys/io.h... no
checking for a parallel port... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/io.h... (cached) no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking kvm.h usability... yes
checking kvm.h presence... yes
checking for kvm.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... yes
configure: WARNING: sys/sysctl.h: present but cannot be compiled
configure: WARNING: sys/sysctl.h:     check for missing prerequisite headers?
configure: WARNING: sys/sysctl.h: see the Autoconf documentation
configure: WARNING: sys/sysctl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/sysctl.h: proceeding with the preprocessor's result
configure: WARNING: sys/sysctl.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to lcdproc@lists.omnipotent.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for sys/sysctl.h... yes
checking sys/dkstat.h usability... yes
checking sys/dkstat.h presence... yes
checking for sys/dkstat.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for uname... yes
checking for cfmakeraw... yes
checking for snprintf... yes
checking for getopt_long... yes
checking for your mounted filesystem table... /etc/fstab
checking for fcntl.h... (cached) yes
checking sys/dustat.h usability... no
checking sys/dustat.h presence... no
checking for sys/dustat.h... no
checking for sys/param.h... (cached) yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/fstyp.h usability... no
checking sys/fstyp.h presence... no
checking for sys/fstyp.h... no
checking mnttab.h usability... no
checking mnttab.h presence... no
checking for mnttab.h... no
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/statvfs.h usability... no
checking sys/statvfs.h presence... no
checking for sys/statvfs.h... no
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking for sys/mount.h... yes
checking for getmntinfo... yes
configure: checking how to get filesystem space usage...
checking for statvfs... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... yes
checking module extension... .so
checking for dlopen in -ldl... no
checking for shl_load in -ldld... no
checking if libusb support has been enabled... yes
checking for libusb-config... :
checking libusb CFLAGS... 
checking libusb library path... 
checking for main in -lusb... no
configure: checking for which drivers to compile...
checking linux/i2c-dev.h usability... no
checking linux/i2c-dev.h presence... no
checking for linux/i2c-dev.h... no
Will compile drivers: hd44780
checking if LDAP support has been enabled... no
checking for doxygen... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating shared/Makefile
config.status: creating server/Makefile
config.status: creating server/commands/Makefile
config.status: creating server/drivers/Makefile
config.status: creating clients/Makefile
config.status: creating clients/lcdproc/Makefile
config.status: creating clients/lcdexec/Makefile
config.status: creating clients/lcdvc/Makefile
config.status: creating clients/examples/Makefile
config.status: creating clients/metar/Makefile
config.status: creating docs/Makefile
config.status: creating docs/Doxyfile
config.status: creating docs/lcdproc-dev/Makefile
config.status: creating docs/lcdproc-user/Makefile
config.status: creating docs/lcdproc-user/drivers/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/init-LCDd.debian
config.status: creating scripts/init-LCDd.rpm
config.status: creating scripts/init-lcdproc.debian
config.status: creating scripts/init-lcdproc.rpm
config.status: creating config.h
config.status: executing depfiles commands

# env AUTOCONF_VERSION=2.57 
gmake                                                                   

gmake  all-recursive
gmake[1]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903'
Making all in shared
gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/shared'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT LL.o -MD -MP -MF ".deps/LL.Tpo" \
  -c -o LL.o `test -f 'LL.c' || echo './'`LL.c; \
then mv -f ".deps/LL.Tpo" ".deps/LL.Po"; \
else rm -f ".deps/LL.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT sockets.o -MD -MP -MF ".deps/sockets.Tpo" \
  -c -o sockets.o `test -f 'sockets.c' || echo './'`sockets.c; \
then mv -f ".deps/sockets.Tpo" ".deps/sockets.Po"; \
else rm -f ".deps/sockets.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT str.o -MD -MP -MF ".deps/str.Tpo" \
  -c -o str.o `test -f 'str.c' || echo './'`str.c; \
then mv -f ".deps/str.Tpo" ".deps/str.Po"; \
else rm -f ".deps/str.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT configfile.o -MD -MP -MF ".deps/configfile.Tpo" \
  -c -o configfile.o `test -f 'configfile.c' || echo './'`configfile.c; \
then mv -f ".deps/configfile.Tpo" ".deps/configfile.Po"; \
else rm -f ".deps/configfile.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT report.o -MD -MP -MF ".deps/report.Tpo" \
  -c -o report.o `test -f 'report.c' || echo './'`report.c; \
then mv -f ".deps/report.Tpo" ".deps/report.Po"; \
else rm -f ".deps/report.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" \
  -c -o snprintf.o `test -f 'snprintf.c' || echo './'`snprintf.c; \
then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Po"; \
else rm -f ".deps/snprintf.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT fileio.o -MD -MP -MF ".deps/fileio.Tpo" \
  -c -o fileio.o `test -f 'fileio.c' || echo './'`fileio.c; \
then mv -f ".deps/fileio.Tpo" ".deps/fileio.Po"; \
else rm -f ".deps/fileio.Tpo"; exit 1; \
fi
rm -f libLCDstuff.a
ar cru libLCDstuff.a LL.o sockets.o str.o configfile.o report.o snprintf.o fileio.o 
ranlib libLCDstuff.a
gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/shared'
Making all in clients
gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'
Making all in examples
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/examples'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/examples'
Making all in lcdexec
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT lcdexec.o -MD -MP -MF ".deps/lcdexec.Tpo" \
  -c -o lcdexec.o `test -f 'lcdexec.c' || echo './'`lcdexec.c; \
then mv -f ".deps/lcdexec.Tpo" ".deps/lcdexec.Po"; \
else rm -f ".deps/lcdexec.Tpo"; exit 1; \
fi
lcdexec.c: In function `process_configfile':
lcdexec.c:212: warning: implicit declaration of function `menu_dump'
lcdexec.c: In function `exec_command':
lcdexec.c:333: warning: passing arg 2 of `execv' from incompatible pointer type
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT menu.o -MD -MP -MF ".deps/menu.Tpo" \
  -c -o menu.o `test -f 'menu.c' || echo './'`menu.c; \
then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; \
else rm -f ".deps/menu.Tpo"; exit 1; \
fi
gcc  -Wall  -g -O -Wno-unused-function -ftrampolines   -o lcdexec  lcdexec.o menu.o ../../shared/libLCDstuff.a -li386 -lkvm 
menu.o(.text+0x1c0): In function `menu_sock_send':
/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec/menu.c:103: warning: strcpy() is almost always misused, please use strlcpy()
menu.o(.text+0x1ad):/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec/menu.c:101: warning: sprintf() is often misused, please use snprintf()
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec'
Making all in lcdproc
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT mode.o -MD -MP -MF ".deps/mode.Tpo" \
  -c -o mode.o `test -f 'mode.c' || echo './'`mode.c; \
then mv -f ".deps/mode.Tpo" ".deps/mode.Po"; \
else rm -f ".deps/mode.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT batt.o -MD -MP -MF ".deps/batt.Tpo" \
  -c -o batt.o `test -f 'batt.c' || echo './'`batt.c; \
then mv -f ".deps/batt.Tpo" ".deps/batt.Po"; \
else rm -f ".deps/batt.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT chrono.o -MD -MP -MF ".deps/chrono.Tpo" \
  -c -o chrono.o `test -f 'chrono.c' || echo './'`chrono.c; \
then mv -f ".deps/chrono.Tpo" ".deps/chrono.Po"; \
else rm -f ".deps/chrono.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT cpu.o -MD -MP -MF ".deps/cpu.Tpo" \
  -c -o cpu.o `test -f 'cpu.c' || echo './'`cpu.c; \
then mv -f ".deps/cpu.Tpo" ".deps/cpu.Po"; \
else rm -f ".deps/cpu.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT cpu_smp.o -MD -MP -MF ".deps/cpu_smp.Tpo" \
  -c -o cpu_smp.o `test -f 'cpu_smp.c' || echo './'`cpu_smp.c; \
then mv -f ".deps/cpu_smp.Tpo" ".deps/cpu_smp.Po"; \
else rm -f ".deps/cpu_smp.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT disk.o -MD -MP -MF ".deps/disk.Tpo" \
  -c -o disk.o `test -f 'disk.c' || echo './'`disk.c; \
then mv -f ".deps/disk.Tpo" ".deps/disk.Po"; \
else rm -f ".deps/disk.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT load.o -MD -MP -MF ".deps/load.Tpo" \
  -c -o load.o `test -f 'load.c' || echo './'`load.c; \
then mv -f ".deps/load.Tpo" ".deps/load.Po"; \
else rm -f ".deps/load.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT mem.o -MD -MP -MF ".deps/mem.Tpo" \
  -c -o mem.o `test -f 'mem.c' || echo './'`mem.c; \
then mv -f ".deps/mem.Tpo" ".deps/mem.Po"; \
else rm -f ".deps/mem.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT machine_Linux.o -MD -MP -MF ".deps/machine_Linux.Tpo" \
  -c -o machine_Linux.o `test -f 'machine_Linux.c' || echo './'`machine_Linux.c; \
then mv -f ".deps/machine_Linux.Tpo" ".deps/machine_Linux.Po"; \
else rm -f ".deps/machine_Linux.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT machine_OpenBSD.o -MD -MP -MF ".deps/machine_OpenBSD.Tpo" \
  -c -o machine_OpenBSD.o `test -f 'machine_OpenBSD.c' || echo './'`machine_OpenBSD.c; \
then mv -f ".deps/machine_OpenBSD.Tpo" ".deps/machine_OpenBSD.Po"; \
else rm -f ".deps/machine_OpenBSD.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT machine_FreeBSD.o -MD -MP -MF ".deps/machine_FreeBSD.Tpo" \
  -c -o machine_FreeBSD.o `test -f 'machine_FreeBSD.c' || echo './'`machine_FreeBSD.c; \
then mv -f ".deps/machine_FreeBSD.Tpo" ".deps/machine_FreeBSD.Po"; \
else rm -f ".deps/machine_FreeBSD.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT machine_NetBSD.o -MD -MP -MF ".deps/machine_NetBSD.Tpo" \
  -c -o machine_NetBSD.o `test -f 'machine_NetBSD.c' || echo './'`machine_NetBSD.c; \
then mv -f ".deps/machine_NetBSD.Tpo" ".deps/machine_NetBSD.Po"; \
else rm -f ".deps/machine_NetBSD.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT machine_Darwin.o -MD -MP -MF ".deps/machine_Darwin.Tpo" \
  -c -o machine_Darwin.o `test -f 'machine_Darwin.c' || echo './'`machine_Darwin.c; \
then mv -f ".deps/machine_Darwin.Tpo" ".deps/machine_Darwin.Po"; \
else rm -f ".deps/machine_Darwin.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT machine_SunOS.o -MD -MP -MF ".deps/machine_SunOS.Tpo" \
  -c -o machine_SunOS.o `test -f 'machine_SunOS.c' || echo './'`machine_SunOS.c; \
then mv -f ".deps/machine_SunOS.Tpo" ".deps/machine_SunOS.Po"; \
else rm -f ".deps/machine_SunOS.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT util.o -MD -MP -MF ".deps/util.Tpo" \
  -c -o util.o `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; \
else rm -f ".deps/util.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT iface.o -MD -MP -MF ".deps/iface.Tpo" \
  -c -o iface.o `test -f 'iface.c' || echo './'`iface.c; \
then mv -f ".deps/iface.Tpo" ".deps/iface.Po"; \
else rm -f ".deps/iface.Tpo"; exit 1; \
fi
iface.c: In function `get_iface_stats':
iface.c:196: warning: control reaches end of non-void function
gcc  -Wall  -g -O -Wno-unused-function -ftrampolines   -o lcdproc  main.o mode.o batt.o chrono.o cpu.o cpu_smp.o disk.o load.o mem.o machine_Linux.o machine_OpenBSD.o machine_FreeBSD.o machine_NetBSD.o machine_Darwin.o machine_SunOS.o util.o iface.o ../../shared/libLCDstuff.a -li386 -lkvm 
chrono.o(.text+0xec4): In function `big_clock_screen':
/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc/chrono.c:415: warning: strcpy() is almost always misused, please use strlcpy()
mode.o(.text+0x1b6): In function `credit_screen':
/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc/mode.c:102: warning: sprintf() is often misused, please use snprintf()
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc'
Making all in lcdvc
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdvc'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT lcdvc.o -MD -MP -MF ".deps/lcdvc.Tpo" \
  -c -o lcdvc.o `test -f 'lcdvc.c' || echo './'`lcdvc.c; \
then mv -f ".deps/lcdvc.Tpo" ".deps/lcdvc.Po"; \
else rm -f ".deps/lcdvc.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT lcd_link.o -MD -MP -MF ".deps/lcd_link.Tpo" \
  -c -o lcd_link.o `test -f 'lcd_link.c' || echo './'`lcd_link.c; \
then mv -f ".deps/lcd_link.Tpo" ".deps/lcd_link.Po"; \
else rm -f ".deps/lcd_link.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT vc_link.o -MD -MP -MF ".deps/vc_link.Tpo" \
  -c -o vc_link.o `test -f 'vc_link.c' || echo './'`vc_link.c; \
then mv -f ".deps/vc_link.Tpo" ".deps/vc_link.Po"; \
else rm -f ".deps/vc_link.Tpo"; exit 1; \
fi
gcc  -Wall  -g -O -Wno-unused-function -ftrampolines   -o lcdvc  lcdvc.o lcd_link.o vc_link.o ../../shared/libLCDstuff.a -li386 -lkvm 
../../shared/libLCDstuff.a(report.o)(.text+0x190): In function `store_report_message':
/root/lcdproc-CVS-stable-0-5-x-20060903/shared/report.c:160: warning: strcpy() is almost always misused, please use strlcpy()
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdvc'
Making all in metar
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/metar'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/metar'
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'
gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'
Making all in server
gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'
Making all in drivers
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server/drivers'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT lcd_lib.o -MD -MP -MF ".deps/lcd_lib.Tpo" \
  -c -o lcd_lib.o `test -f 'lcd_lib.c' || echo './'`lcd_lib.c; \
then mv -f ".deps/lcd_lib.Tpo" ".deps/lcd_lib.Po"; \
else rm -f ".deps/lcd_lib.Tpo"; exit 1; \
fi
rm -f libLCD.a
ar cru libLCD.a lcd_lib.o 
ranlib libLCD.a
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT adv_bignum.o -MD -MP -MF ".deps/adv_bignum.Tpo" \
  -c -o adv_bignum.o `test -f 'adv_bignum.c' || echo './'`adv_bignum.c; \
then mv -f ".deps/adv_bignum.Tpo" ".deps/adv_bignum.Po"; \
else rm -f ".deps/adv_bignum.Tpo"; exit 1; \
fi
rm -f libbignum.a
ar cru libbignum.a adv_bignum.o 
ranlib libbignum.a
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780.o -MD -MP -MF ".deps/hd44780-hd44780.Tpo" \
  -c -o hd44780-hd44780.o `test -f 'hd44780.c' || echo './'`hd44780.c; \
then mv -f ".deps/hd44780-hd44780.Tpo" ".deps/hd44780-hd44780.Po"; \
else rm -f ".deps/hd44780-hd44780.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-picanlcd.o -MD -MP -MF ".deps/hd44780-hd44780-picanlcd.Tpo" \
  -c -o hd44780-hd44780-picanlcd.o `test -f 'hd44780-picanlcd.c' || echo './'`hd44780-picanlcd.c; \
then mv -f ".deps/hd44780-hd44780-picanlcd.Tpo" ".deps/hd44780-hd44780-picanlcd.Po"; \
else rm -f ".deps/hd44780-hd44780-picanlcd.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-lcdserializer.o -MD -MP -MF ".deps/hd44780-hd44780-lcdserializer.Tpo" \
  -c -o hd44780-hd44780-lcdserializer.o `test -f 'hd44780-lcdserializer.c' || echo './'`hd44780-lcdserializer.c; \
then mv -f ".deps/hd44780-hd44780-lcdserializer.Tpo" ".deps/hd44780-hd44780-lcdserializer.Po"; \
else rm -f ".deps/hd44780-hd44780-lcdserializer.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-lis2.o -MD -MP -MF ".deps/hd44780-hd44780-lis2.Tpo" \
  -c -o hd44780-hd44780-lis2.o `test -f 'hd44780-lis2.c' || echo './'`hd44780-lis2.c; \
then mv -f ".deps/hd44780-hd44780-lis2.Tpo" ".deps/hd44780-hd44780-lis2.Po"; \
else rm -f ".deps/hd44780-hd44780-lis2.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-4bit.o -MD -MP -MF ".deps/hd44780-hd44780-4bit.Tpo" \
  -c -o hd44780-hd44780-4bit.o `test -f 'hd44780-4bit.c' || echo './'`hd44780-4bit.c; \
then mv -f ".deps/hd44780-hd44780-4bit.Tpo" ".deps/hd44780-hd44780-4bit.Po"; \
else rm -f ".deps/hd44780-hd44780-4bit.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-ext8bit.o -MD -MP -MF ".deps/hd44780-hd44780-ext8bit.Tpo" \
  -c -o hd44780-hd44780-ext8bit.o `test -f 'hd44780-ext8bit.c' || echo './'`hd44780-ext8bit.c; \
then mv -f ".deps/hd44780-hd44780-ext8bit.Tpo" ".deps/hd44780-hd44780-ext8bit.Po"; \
else rm -f ".deps/hd44780-hd44780-ext8bit.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-lcd_sem.o -MD -MP -MF ".deps/hd44780-lcd_sem.Tpo" \
  -c -o hd44780-lcd_sem.o `test -f 'lcd_sem.c' || echo './'`lcd_sem.c; \
then mv -f ".deps/hd44780-lcd_sem.Tpo" ".deps/hd44780-lcd_sem.Po"; \
else rm -f ".deps/hd44780-lcd_sem.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-winamp.o -MD -MP -MF ".deps/hd44780-hd44780-winamp.Tpo" \
  -c -o hd44780-hd44780-winamp.o `test -f 'hd44780-winamp.c' || echo './'`hd44780-winamp.c; \
then mv -f ".deps/hd44780-hd44780-winamp.Tpo" ".deps/hd44780-hd44780-winamp.Po"; \
else rm -f ".deps/hd44780-hd44780-winamp.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-serialLpt.o -MD -MP -MF ".deps/hd44780-hd44780-serialLpt.Tpo" \
  -c -o hd44780-hd44780-serialLpt.o `test -f 'hd44780-serialLpt.c' || echo './'`hd44780-serialLpt.c; \
then mv -f ".deps/hd44780-hd44780-serialLpt.Tpo" ".deps/hd44780-hd44780-serialLpt.Po"; \
else rm -f ".deps/hd44780-hd44780-serialLpt.Tpo"; exit 1; \
fi
gcc -fPIC -Wall  -g -O -Wno-unused-function -ftrampolines -shared  -o hd44780.so  hd44780-hd44780.o libLCD.a hd44780-hd44780-picanlcd.o hd44780-hd44780-lcdserializer.o hd44780-hd44780-lis2.o hd44780-hd44780-4bit.o hd44780-hd44780-ext8bit.o hd44780-lcd_sem.o hd44780-hd44780-winamp.o hd44780-hd44780-serialLpt.o  
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server/drivers'
Making all in commands
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server/commands'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I./..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT command_list.o -MD -MP -MF ".deps/command_list.Tpo" \
  -c -o command_list.o `test -f 'command_list.c' || echo './'`command_list.c; \
then mv -f ".deps/command_list.Tpo" ".deps/command_list.Po"; \
else rm -f ".deps/command_list.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I./..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT client_commands.o -MD -MP -MF ".deps/client_commands.Tpo" \
  -c -o client_commands.o `test -f 'client_commands.c' || echo './'`client_commands.c; \
then mv -f ".deps/client_commands.Tpo" ".deps/client_commands.Po"; \
else rm -f ".deps/client_commands.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I./..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT menu_commands.o -MD -MP -MF ".deps/menu_commands.Tpo" \
  -c -o menu_commands.o `test -f 'menu_commands.c' || echo './'`menu_commands.c; \
then mv -f ".deps/menu_commands.Tpo" ".deps/menu_commands.Po"; \
else rm -f ".deps/menu_commands.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I./..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT screen_commands.o -MD -MP -MF ".deps/screen_commands.Tpo" \
  -c -o screen_commands.o `test -f 'screen_commands.c' || echo './'`screen_commands.c; \
then mv -f ".deps/screen_commands.Tpo" ".deps/screen_commands.Po"; \
else rm -f ".deps/screen_commands.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I./..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT server_commands.o -MD -MP -MF ".deps/server_commands.Tpo" \
  -c -o server_commands.o `test -f 'server_commands.c' || echo './'`server_commands.c; \
then mv -f ".deps/server_commands.Tpo" ".deps/server_commands.Po"; \
else rm -f ".deps/server_commands.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I./..   -Wall  -g -O -Wno-unused-function -ftrampolines -MT widget_commands.o -MD -MP -MF ".deps/widget_commands.Tpo" \
  -c -o widget_commands.o `test -f 'widget_commands.c' || echo './'`widget_commands.c; \
then mv -f ".deps/widget_commands.Tpo" ".deps/widget_commands.Po"; \
else rm -f ".deps/widget_commands.Tpo"; exit 1; \
fi
rm -f libLCDcommands.a
ar cru libLCDcommands.a command_list.o client_commands.o menu_commands.o screen_commands.o server_commands.o widget_commands.o 
ranlib libLCDcommands.a
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server/commands'
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT client.o -MD -MP -MF ".deps/client.Tpo" \
  -c -o client.o `test -f 'client.c' || echo './'`client.c; \
then mv -f ".deps/client.Tpo" ".deps/client.Po"; \
else rm -f ".deps/client.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT clients.o -MD -MP -MF ".deps/clients.Tpo" \
  -c -o clients.o `test -f 'clients.c' || echo './'`clients.c; \
then mv -f ".deps/clients.Tpo" ".deps/clients.Po"; \
else rm -f ".deps/clients.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT input.o -MD -MP -MF ".deps/input.Tpo" \
  -c -o input.o `test -f 'input.c' || echo './'`input.c; \
then mv -f ".deps/input.Tpo" ".deps/input.Po"; \
else rm -f ".deps/input.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT menuitem.o -MD -MP -MF ".deps/menuitem.Tpo" \
  -c -o menuitem.o `test -f 'menuitem.c' || echo './'`menuitem.c; \
then mv -f ".deps/menuitem.Tpo" ".deps/menuitem.Po"; \
else rm -f ".deps/menuitem.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT menu.o -MD -MP -MF ".deps/menu.Tpo" \
  -c -o menu.o `test -f 'menu.c' || echo './'`menu.c; \
then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; \
else rm -f ".deps/menu.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT menuscreens.o -MD -MP -MF ".deps/menuscreens.Tpo" \
  -c -o menuscreens.o `test -f 'menuscreens.c' || echo './'`menuscreens.c; \
then mv -f ".deps/menuscreens.Tpo" ".deps/menuscreens.Po"; \
else rm -f ".deps/menuscreens.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT parse.o -MD -MP -MF ".deps/parse.Tpo" \
  -c -o parse.o `test -f 'parse.c' || echo './'`parse.c; \
then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; \
else rm -f ".deps/parse.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT render.o -MD -MP -MF ".deps/render.Tpo" \
  -c -o render.o `test -f 'render.c' || echo './'`render.c; \
then mv -f ".deps/render.Tpo" ".deps/render.Po"; \
else rm -f ".deps/render.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT screen.o -MD -MP -MF ".deps/screen.Tpo" \
  -c -o screen.o `test -f 'screen.c' || echo './'`screen.c; \
then mv -f ".deps/screen.Tpo" ".deps/screen.Po"; \
else rm -f ".deps/screen.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT screenlist.o -MD -MP -MF ".deps/screenlist.Tpo" \
  -c -o screenlist.o `test -f 'screenlist.c' || echo './'`screenlist.c; \
then mv -f ".deps/screenlist.Tpo" ".deps/screenlist.Po"; \
else rm -f ".deps/screenlist.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT serverscreens.o -MD -MP -MF ".deps/serverscreens.Tpo" \
  -c -o serverscreens.o `test -f 'serverscreens.c' || echo './'`serverscreens.c; \
then mv -f ".deps/serverscreens.Tpo" ".deps/serverscreens.Po"; \
else rm -f ".deps/serverscreens.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT sock.o -MD -MP -MF ".deps/sock.Tpo" \
  -c -o sock.o `test -f 'sock.c' || echo './'`sock.c; \
then mv -f ".deps/sock.Tpo" ".deps/sock.Po"; \
else rm -f ".deps/sock.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT widget.o -MD -MP -MF ".deps/widget.Tpo" \
  -c -o widget.o `test -f 'widget.c' || echo './'`widget.c; \
then mv -f ".deps/widget.Tpo" ".deps/widget.Po"; \
else rm -f ".deps/widget.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT drivers.o -MD -MP -MF ".deps/drivers.Tpo" \
  -c -o drivers.o `test -f 'drivers.c' || echo './'`drivers.c; \
then mv -f ".deps/drivers.Tpo" ".deps/drivers.Po"; \
else rm -f ".deps/drivers.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"   -Wall  -g -O -Wno-unused-function -ftrampolines -MT driver.o -MD -MP -MF ".deps/driver.Tpo" \
  -c -o driver.o `test -f 'driver.c' || echo './'`driver.c; \
then mv -f ".deps/driver.Tpo" ".deps/driver.Po"; \
else rm -f ".deps/driver.Tpo"; exit 1; \
fi
gcc  -Wall  -g -O -Wno-unused-function -ftrampolines -rdynamic -uget_args  -o LCDd  client.o clients.o input.o main.o menuitem.o menu.o menuscreens.o parse.o render.o screen.o screenlist.o serverscreens.o sock.o widget.o drivers.o driver.o ../shared/libLCDstuff.a commands/libLCDcommands.a -li386 -lkvm 
main.o(.text+0x943): In function `process_configfile':
/root/lcdproc-CVS-stable-0-5-x-20060903/server/main.c:490: warning: strcpy() is almost always misused, please use strlcpy()
serverscreens.o(.text+0xb2): In function `server_screen_init':
/root/lcdproc-CVS-stable-0-5-x-20060903/server/serverscreens.c:67: warning: sprintf() is often misused, please use snprintf()
main.o(.text+0x10b0): In function `exit_program':
/root/lcdproc-CVS-stable-0-5-x-20060903/server/main.c:911: warning: strcat() is almost always misused, please use strlcat()
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'
gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'
Making all in docs
gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'
Making all in lcdproc-user
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'
Making all in drivers
gmake[4]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user/drivers'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user/drivers'
gmake[4]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'
Making all in lcdproc-dev
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-dev'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-dev'
gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'
gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'
Making all in scripts
gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/scripts'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/scripts'
gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903'
gmake[1]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903'

# LCDd -c /etc/LCDd.conf                                                                                                                                                                  &
nbsp;                        

LCDd:server/drivers/hd44780.so: undefined symbol 'i386_get_ioperm'
LCDd:server/drivers/hd44780.so: undefined symbol 'i386_set_ioperm'









Guillaume Filion <gfk@logidac.com> a écrit : Mickael Dudikoff a écrit :
> Here is another output made from clean compile folder :
> [...]
> gcc  -Wall  -g -O -Wno-unused-function -ftrampolines -rdynamic
> -uget_args  -o LCDd  client.o clients.o input.o main.o menuitem.o menu.o
> menuscreen
> s.o parse.o render.o screen.o screenlist.o serverscreens.o sock.o
> widget.o drivers.o driver.o ../shared/libLCDstuff.a
> commands/libLCDcommands.a -lkvm

I see what the problem is, a missing -li386.

I commited a fix (http://xrl.us/ri9k) to stable-0-5-x and current and
also updated the nightly tarballs.

Download a corrected version at:
http://lcdproc.sourceforge.net/nightly/lcdproc-CVS-stable-0-5-x.tar.gz

Let us know if it works,
GFK's


Here's the relevant CVS infos:
stable-0-5-x:
Checking in configure.in;
/cvsroot/lcdproc/lcdproc/configure.in,v  <--  configure.in
new revision: 1.60.2.5; previous revision: 1.60.2.4
done

current:
Checking in configure.in;
/cvsroot/lcdproc/lcdproc/configure.in,v  <--  configure.in
new revision: 1.64; previous revision: 1.63
done

-- 
Guillaume Filion, ing. jr
Logidac Tech., Beaumont, Québec, Canada - http://logidac.com/
PGP Key and more: http://guillaume.filion.org/



 		
---------------------------------
 Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici. 
--0-524454738-1157285982=:50815
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Same result, when i start LCDd i still get the same error :<br><br># LCDd -c
 /etc/LCDd.conf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> <br> LCDd:server/drivers/hd44780.so: undefined symbol 'i386_get_ioperm'<br> LCDd:server/drivers/hd44780.so: undefined symbol 'i386_set_ioperm'<br><br><br><br>I noticed that at the ./configure point i got the following message :<br><br>configure: WARNING: sys/sysctl.h: present but cannot be compiled<br> configure: WARNING: sys/sysctl.h:&nbsp;&nbsp;&nbsp;&nbsp; check for missing prerequisite headers?<br> configure: WARNING: sys/sysctl.h: see the Autoconf documentation<br> configure: WARNING: sys/sysctl.h:&nbsp;&nbsp;&nbsp;&nbsp; section "Present But Cannot Be Compiled"<br> configure: WARNING: sys/sysctl.h: proceeding with the preprocessor's result<br> configure: WARNING: sys/sysctl.h: in the future, the compiler will take precedence<br> configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## -------------------------------------------
 ##<br> configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## Report this to lcdproc@lists.omnipotent.net ##<br> configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## ------------------------------------------- ##<br><br><br><br><br>Here is the complete output, from uncompression of the source to configure, make/make install and LCDd, i hope it can help :<br><br># tar -xvzf <br>lcdproc-CVS-stable-0-5-x.tar.gz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br># cd lcdproc-CVS-stable-0-5-x-20060903&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br># pwd<br>/root/lcdproc-CVS-stable-0-5-x-20060903<br><br># env AUTOCONF_VERSION=2.57 ./configure --prefix=/usr/local --enable-debug
 --enable-drivers=hd44780<br><br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for gawk... no<br>checking for mawk... no<br>checking for nawk... nawk<br>checking whether make sets $(MAKE)... yes<br>checking build system type... i386-unknown-openbsd3.9<br>checking host system type... i386-unknown-openbsd3.9<br>checking whether to enable debugging... yes<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables... <br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>checking for style of include used by make... GNU<br>checking dependency style of gcc... gcc3<br>checking how to run
 the C preprocessor... gcc -E<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking for ranlib... ranlib<br>checking CFLAGS for gcc -Wno-unused-function... -Wno-unused-function<br>checking CFLAGS for gcc -ftrampolines... -ftrampolines<br>checking for gethostbyname... yes<br>checking for connect... yes<br>checking for inet_aton... yes<br>checking for kstat_open in -lkstat... no<br>checking for nanosleep in -lposix4... no<br>checking for getloadavg... yes<br>checking for swapctl... yes<br>checking for grep that handles long lines and -e... /usr/bin/grep<br>checking for egrep... /usr/bin/grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking procfs.h
 usability... no<br>checking procfs.h presence... no<br>checking for procfs.h... no<br>checking sys/procfs.h usability... no<br>checking sys/procfs.h presence... no<br>checking for sys/procfs.h... no<br>checking sys/loadavg.h usability... no<br>checking sys/loadavg.h presence... no<br>checking for sys/loadavg.h... no<br>checking utmpx.h usability... no<br>checking utmpx.h presence... no<br>checking for utmpx.h... no<br>checking for kvm_open in -lkvm... yes<br>checking sched.h usability... yes<br>checking sched.h presence... yes<br>checking for sched.h... yes<br>checking sys/sched.h usability... yes<br>checking sys/sched.h presence... yes<br>checking for sys/sched.h... yes<br>checking machine/cpufunc.h usability... yes<br>checking machine/cpufunc.h presence... yes<br>checking for machine/cpufunc.h... yes<br>checking for sys/types.h... (cached) yes<br>checking machine/pio.h usability... yes<br>checking machine/pio.h presence... yes<br>checking for machine/pio.h...
 yes<br>checking machine/sysarch.h usability... yes<br>checking machine/sysarch.h presence... yes<br>checking for machine/sysarch.h... yes<br>checking sys/cpuvar.h usability... no<br>checking sys/cpuvar.h presence... no<br>checking for sys/cpuvar.h... no<br>checking for System V IPC headers... yes<br>checking for union semun... yes<br>checking for sched_setscheduler... no<br>checking for sched_setscheduler in -lposix4... no<br>checking for sched_setscheduler in -lrt... no<br>checking for i386_get_ioperm in -li386... yes<br>checking for iopl... no<br>checking for ioperm... no<br>checking sys/io.h usability... no<br>checking sys/io.h presence... no<br>checking for sys/io.h... no<br>checking for a parallel port... yes<br>checking for dirent.h that defines DIR... yes<br>checking for library containing opendir... none required<br>checking for ANSI C header files... (cached) yes<br>checking fcntl.h usability... yes<br>checking fcntl.h presence... yes<br>checking for fcntl.h...
 yes<br>checking sys/ioctl.h usability... yes<br>checking sys/ioctl.h presence... yes<br>checking for sys/ioctl.h... yes<br>checking sys/time.h usability... yes<br>checking sys/time.h presence... yes<br>checking for sys/time.h... yes<br>checking for unistd.h... (cached) yes<br>checking for sys/io.h... (cached) no<br>checking errno.h usability... yes<br>checking errno.h presence... yes<br>checking for errno.h... yes<br>checking limits.h usability... yes<br>checking limits.h presence... yes<br>checking for limits.h... yes<br>checking kvm.h usability... yes<br>checking kvm.h presence... yes<br>checking for kvm.h... yes<br>checking sys/param.h usability... yes<br>checking sys/param.h presence... yes<br>checking for sys/param.h... yes<br>checking sys/sysctl.h usability... no<br>checking sys/sysctl.h presence... yes<br>configure: WARNING: sys/sysctl.h: present but cannot be compiled<br>configure: WARNING: sys/sysctl.h:&nbsp;&nbsp;&nbsp;&nbsp; check for missing prerequisite
 headers?<br>configure: WARNING: sys/sysctl.h: see the Autoconf documentation<br>configure: WARNING: sys/sysctl.h:&nbsp;&nbsp;&nbsp;&nbsp; section "Present But Cannot Be Compiled"<br>configure: WARNING: sys/sysctl.h: proceeding with the preprocessor's result<br>configure: WARNING: sys/sysctl.h: in the future, the compiler will take precedence<br>configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## ------------------------------------------- ##<br>configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## Report this to lcdproc@lists.omnipotent.net ##<br>configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## ------------------------------------------- ##<br>checking for sys/sysctl.h... yes<br>checking sys/dkstat.h usability... yes<br>checking sys/dkstat.h presence... yes<br>checking for sys/dkstat.h... yes<br>checking for an ANSI C-conforming const... yes<br>checking for inline... inline<br>checking for size_t... yes<br>checking whether time.h and sys/time.h may both be included... yes<br>checking
 whether struct tm is in sys/time.h or time.h... time.h<br>checking for uid_t in sys/types.h... yes<br>checking whether gcc needs -traditional... no<br>checking return type of signal handlers... void<br>checking for select... yes<br>checking for socket... yes<br>checking for strdup... yes<br>checking for strerror... yes<br>checking for strtol... yes<br>checking for uname... yes<br>checking for cfmakeraw... yes<br>checking for snprintf... yes<br>checking for getopt_long... yes<br>checking for your mounted filesystem table... /etc/fstab<br>checking for fcntl.h... (cached) yes<br>checking sys/dustat.h usability... no<br>checking sys/dustat.h presence... no<br>checking for sys/dustat.h... no<br>checking for sys/param.h... (cached) yes<br>checking sys/statfs.h usability... no<br>checking sys/statfs.h presence... no<br>checking for sys/statfs.h... no<br>checking sys/fstyp.h usability... no<br>checking sys/fstyp.h presence... no<br>checking for sys/fstyp.h... no<br>checking
 mnttab.h usability... no<br>checking mnttab.h presence... no<br>checking for mnttab.h... no<br>checking mntent.h usability... no<br>checking mntent.h presence... no<br>checking for mntent.h... no<br>checking utime.h usability... yes<br>checking utime.h presence... yes<br>checking for utime.h... yes<br>checking sys/statvfs.h usability... no<br>checking sys/statvfs.h presence... no<br>checking for sys/statvfs.h... no<br>checking sys/vfs.h usability... no<br>checking sys/vfs.h presence... no<br>checking for sys/vfs.h... no<br>checking sys/filsys.h usability... no<br>checking sys/filsys.h presence... no<br>checking for sys/filsys.h... no<br>checking sys/fs_types.h usability... no<br>checking sys/fs_types.h presence... no<br>checking for sys/fs_types.h... no<br>checking for sys/mount.h... yes<br>checking for getmntinfo... yes<br>configure: checking how to get filesystem space usage...<br>checking for statvfs... no<br>checking for 3-argument statfs function (DEC OSF/1)...
 no<br>checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... yes<br>checking module extension... .so<br>checking for dlopen in -ldl... no<br>checking for shl_load in -ldld... no<br>checking if libusb support has been enabled... yes<br>checking for libusb-config... :<br>checking libusb CFLAGS... <br>checking libusb library path... <br>checking for main in -lusb... no<br>configure: checking for which drivers to compile...<br>checking linux/i2c-dev.h usability... no<br>checking linux/i2c-dev.h presence... no<br>checking for linux/i2c-dev.h... no<br>Will compile drivers: hd44780<br>checking if LDAP support has been enabled... no<br>checking for doxygen... no<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating shared/Makefile<br>config.status: creating server/Makefile<br>config.status: creating server/commands/Makefile<br>config.status: creating server/drivers/Makefile<br>config.status: creating
 clients/Makefile<br>config.status: creating clients/lcdproc/Makefile<br>config.status: creating clients/lcdexec/Makefile<br>config.status: creating clients/lcdvc/Makefile<br>config.status: creating clients/examples/Makefile<br>config.status: creating clients/metar/Makefile<br>config.status: creating docs/Makefile<br>config.status: creating docs/Doxyfile<br>config.status: creating docs/lcdproc-dev/Makefile<br>config.status: creating docs/lcdproc-user/Makefile<br>config.status: creating docs/lcdproc-user/drivers/Makefile<br>config.status: creating scripts/Makefile<br>config.status: creating scripts/init-LCDd.debian<br>config.status: creating scripts/init-LCDd.rpm<br>config.status: creating scripts/init-lcdproc.debian<br>config.status: creating scripts/init-lcdproc.rpm<br>config.status: creating config.h<br>config.status: executing depfiles commands<br><br># env AUTOCONF_VERSION=2.57
 <br>gmake&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br>gmake&nbsp; all-recursive<br>gmake[1]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903'<br>Making all in shared<br>gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/shared'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT LL.o -MD -MP -MF ".deps/LL.Tpo" \<br>&nbsp; -c -o LL.o `test -f 'LL.c' || echo './'`LL.c; \<br>then mv -f ".deps/LL.Tpo" ".deps/LL.Po"; \<br>else rm -f ".deps/LL.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I..&nbsp;&nbsp;
 -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT sockets.o -MD -MP -MF ".deps/sockets.Tpo" \<br>&nbsp; -c -o sockets.o `test -f 'sockets.c' || echo './'`sockets.c; \<br>then mv -f ".deps/sockets.Tpo" ".deps/sockets.Po"; \<br>else rm -f ".deps/sockets.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT str.o -MD -MP -MF ".deps/str.Tpo" \<br>&nbsp; -c -o str.o `test -f 'str.c' || echo './'`str.c; \<br>then mv -f ".deps/str.Tpo" ".deps/str.Po"; \<br>else rm -f ".deps/str.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT configfile.o -MD -MP -MF ".deps/configfile.Tpo" \<br>&nbsp; -c -o configfile.o `test -f 'configfile.c' || echo './'`configfile.c; \<br>then mv -f ".deps/configfile.Tpo" ".deps/configfile.Po"; \<br>else rm -f ".deps/configfile.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H
 -I. -I. -I..&nbsp; -I..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT report.o -MD -MP -MF ".deps/report.Tpo" \<br>&nbsp; -c -o report.o `test -f 'report.c' || echo './'`report.c; \<br>then mv -f ".deps/report.Tpo" ".deps/report.Po"; \<br>else rm -f ".deps/report.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" \<br>&nbsp; -c -o snprintf.o `test -f 'snprintf.c' || echo './'`snprintf.c; \<br>then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Po"; \<br>else rm -f ".deps/snprintf.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT fileio.o -MD -MP -MF ".deps/fileio.Tpo" \<br>&nbsp; -c -o fileio.o `test -f 'fileio.c' || echo './'`fileio.c; \<br>then mv -f ".deps/fileio.Tpo" ".deps/fileio.Po"; \<br>else rm -f ".deps/fileio.Tpo"; exit 1;
 \<br>fi<br>rm -f libLCDstuff.a<br>ar cru libLCDstuff.a LL.o sockets.o str.o configfile.o report.o snprintf.o fileio.o <br>ranlib libLCDstuff.a<br>gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/shared'<br>Making all in clients<br>gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'<br>Making all in examples<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/examples'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/examples'<br>Making all in lcdexec<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT lcdexec.o -MD -MP -MF ".deps/lcdexec.Tpo" \<br>&nbsp; -c -o lcdexec.o `test -f 'lcdexec.c' || echo './'`lcdexec.c; \<br>then mv -f
 ".deps/lcdexec.Tpo" ".deps/lcdexec.Po"; \<br>else rm -f ".deps/lcdexec.Tpo"; exit 1; \<br>fi<br>lcdexec.c: In function `process_configfile':<br>lcdexec.c:212: warning: implicit declaration of function `menu_dump'<br>lcdexec.c: In function `exec_command':<br>lcdexec.c:333: warning: passing arg 2 of `execv' from incompatible pointer type<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT menu.o -MD -MP -MF ".deps/menu.Tpo" \<br>&nbsp; -c -o menu.o `test -f 'menu.c' || echo './'`menu.c; \<br>then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; \<br>else rm -f ".deps/menu.Tpo"; exit 1; \<br>fi<br>gcc&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines&nbsp;&nbsp; -o lcdexec&nbsp; lcdexec.o menu.o ../../shared/libLCDstuff.a -li386 -lkvm <br>menu.o(.text+0x1c0): In function `menu_sock_send':<br>/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec/menu.c:103: warning:
 strcpy() is almost always misused, please use strlcpy()<br>menu.o(.text+0x1ad):/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec/menu.c:101: warning: sprintf() is often misused, please use snprintf()<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdexec'<br>Making all in lcdproc<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT main.o -MD -MP -MF ".deps/main.Tpo" \<br>&nbsp; -c -o main.o `test -f 'main.c' || echo './'`main.c; \<br>then mv -f ".deps/main.Tpo" ".deps/main.Po"; \<br>else rm -f ".deps/main.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT mode.o -MD -MP -MF ".deps/mode.Tpo" \<br>&nbsp; -c -o mode.o
 `test -f 'mode.c' || echo './'`mode.c; \<br>then mv -f ".deps/mode.Tpo" ".deps/mode.Po"; \<br>else rm -f ".deps/mode.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT batt.o -MD -MP -MF ".deps/batt.Tpo" \<br>&nbsp; -c -o batt.o `test -f 'batt.c' || echo './'`batt.c; \<br>then mv -f ".deps/batt.Tpo" ".deps/batt.Po"; \<br>else rm -f ".deps/batt.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT chrono.o -MD -MP -MF ".deps/chrono.Tpo" \<br>&nbsp; -c -o chrono.o `test -f 'chrono.c' || echo './'`chrono.c; \<br>then mv -f ".deps/chrono.Tpo" ".deps/chrono.Po"; \<br>else rm -f ".deps/chrono.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O
 -Wno-unused-function -ftrampolines -MT cpu.o -MD -MP -MF ".deps/cpu.Tpo" \<br>&nbsp; -c -o cpu.o `test -f 'cpu.c' || echo './'`cpu.c; \<br>then mv -f ".deps/cpu.Tpo" ".deps/cpu.Po"; \<br>else rm -f ".deps/cpu.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT cpu_smp.o -MD -MP -MF ".deps/cpu_smp.Tpo" \<br>&nbsp; -c -o cpu_smp.o `test -f 'cpu_smp.c' || echo './'`cpu_smp.c; \<br>then mv -f ".deps/cpu_smp.Tpo" ".deps/cpu_smp.Po"; \<br>else rm -f ".deps/cpu_smp.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT disk.o -MD -MP -MF ".deps/disk.Tpo" \<br>&nbsp; -c -o disk.o `test -f 'disk.c' || echo './'`disk.c; \<br>then mv -f ".deps/disk.Tpo" ".deps/disk.Po"; \<br>else rm -f ".deps/disk.Tpo"; exit 1; \<br>fi<br>if gcc
 -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT load.o -MD -MP -MF ".deps/load.Tpo" \<br>&nbsp; -c -o load.o `test -f 'load.c' || echo './'`load.c; \<br>then mv -f ".deps/load.Tpo" ".deps/load.Po"; \<br>else rm -f ".deps/load.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT mem.o -MD -MP -MF ".deps/mem.Tpo" \<br>&nbsp; -c -o mem.o `test -f 'mem.c' || echo './'`mem.c; \<br>then mv -f ".deps/mem.Tpo" ".deps/mem.Po"; \<br>else rm -f ".deps/mem.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT machine_Linux.o -MD -MP -MF ".deps/machine_Linux.Tpo" \<br>&nbsp; -c -o machine_Linux.o `test -f 'machine_Linux.c' || echo
 './'`machine_Linux.c; \<br>then mv -f ".deps/machine_Linux.Tpo" ".deps/machine_Linux.Po"; \<br>else rm -f ".deps/machine_Linux.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT machine_OpenBSD.o -MD -MP -MF ".deps/machine_OpenBSD.Tpo" \<br>&nbsp; -c -o machine_OpenBSD.o `test -f 'machine_OpenBSD.c' || echo './'`machine_OpenBSD.c; \<br>then mv -f ".deps/machine_OpenBSD.Tpo" ".deps/machine_OpenBSD.Po"; \<br>else rm -f ".deps/machine_OpenBSD.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT machine_FreeBSD.o -MD -MP -MF ".deps/machine_FreeBSD.Tpo" \<br>&nbsp; -c -o machine_FreeBSD.o `test -f 'machine_FreeBSD.c' || echo './'`machine_FreeBSD.c; \<br>then mv -f ".deps/machine_FreeBSD.Tpo" ".deps/machine_FreeBSD.Po"; \<br>else
 rm -f ".deps/machine_FreeBSD.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT machine_NetBSD.o -MD -MP -MF ".deps/machine_NetBSD.Tpo" \<br>&nbsp; -c -o machine_NetBSD.o `test -f 'machine_NetBSD.c' || echo './'`machine_NetBSD.c; \<br>then mv -f ".deps/machine_NetBSD.Tpo" ".deps/machine_NetBSD.Po"; \<br>else rm -f ".deps/machine_NetBSD.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT machine_Darwin.o -MD -MP -MF ".deps/machine_Darwin.Tpo" \<br>&nbsp; -c -o machine_Darwin.o `test -f 'machine_Darwin.c' || echo './'`machine_Darwin.c; \<br>then mv -f ".deps/machine_Darwin.Tpo" ".deps/machine_Darwin.Po"; \<br>else rm -f ".deps/machine_Darwin.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..
 -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT machine_SunOS.o -MD -MP -MF ".deps/machine_SunOS.Tpo" \<br>&nbsp; -c -o machine_SunOS.o `test -f 'machine_SunOS.c' || echo './'`machine_SunOS.c; \<br>then mv -f ".deps/machine_SunOS.Tpo" ".deps/machine_SunOS.Po"; \<br>else rm -f ".deps/machine_SunOS.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT util.o -MD -MP -MF ".deps/util.Tpo" \<br>&nbsp; -c -o util.o `test -f 'util.c' || echo './'`util.c; \<br>then mv -f ".deps/util.Tpo" ".deps/util.Po"; \<br>else rm -f ".deps/util.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT iface.o -MD -MP -MF ".deps/iface.Tpo" \<br>&nbsp; -c -o iface.o `test -f 'iface.c' || echo
 './'`iface.c; \<br>then mv -f ".deps/iface.Tpo" ".deps/iface.Po"; \<br>else rm -f ".deps/iface.Tpo"; exit 1; \<br>fi<br>iface.c: In function `get_iface_stats':<br>iface.c:196: warning: control reaches end of non-void function<br>gcc&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines&nbsp;&nbsp; -o lcdproc&nbsp; main.o mode.o batt.o chrono.o cpu.o cpu_smp.o disk.o load.o mem.o machine_Linux.o machine_OpenBSD.o machine_FreeBSD.o machine_NetBSD.o machine_Darwin.o machine_SunOS.o util.o iface.o ../../shared/libLCDstuff.a -li386 -lkvm <br>chrono.o(.text+0xec4): In function `big_clock_screen':<br>/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc/chrono.c:415: warning: strcpy() is almost always misused, please use strlcpy()<br>mode.o(.text+0x1b6): In function `credit_screen':<br>/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc/mode.c:102: warning: sprintf() is often misused, please use snprintf()<br>gmake[3]: Leaving directory
 `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdproc'<br>Making all in lcdvc<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdvc'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT lcdvc.o -MD -MP -MF ".deps/lcdvc.Tpo" \<br>&nbsp; -c -o lcdvc.o `test -f 'lcdvc.c' || echo './'`lcdvc.c; \<br>then mv -f ".deps/lcdvc.Tpo" ".deps/lcdvc.Po"; \<br>else rm -f ".deps/lcdvc.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT lcd_link.o -MD -MP -MF ".deps/lcd_link.Tpo" \<br>&nbsp; -c -o lcd_link.o `test -f 'lcd_link.c' || echo './'`lcd_link.c; \<br>then mv -f ".deps/lcd_link.Tpo" ".deps/lcd_link.Po"; \<br>else rm -f ".deps/lcd_link.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..
 -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT vc_link.o -MD -MP -MF ".deps/vc_link.Tpo" \<br>&nbsp; -c -o vc_link.o `test -f 'vc_link.c' || echo './'`vc_link.c; \<br>then mv -f ".deps/vc_link.Tpo" ".deps/vc_link.Po"; \<br>else rm -f ".deps/vc_link.Tpo"; exit 1; \<br>fi<br>gcc&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines&nbsp;&nbsp; -o lcdvc&nbsp; lcdvc.o lcd_link.o vc_link.o ../../shared/libLCDstuff.a -li386 -lkvm <br>../../shared/libLCDstuff.a(report.o)(.text+0x190): In function `store_report_message':<br>/root/lcdproc-CVS-stable-0-5-x-20060903/shared/report.c:160: warning: strcpy() is almost always misused, please use strlcpy()<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/lcdvc'<br>Making all in metar<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/metar'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory
 `/root/lcdproc-CVS-stable-0-5-x-20060903/clients/metar'<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'<br>gmake[3]: Nothing to be done for `all-am'.<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'<br>gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/clients'<br>Making all in server<br>gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'<br>Making all in drivers<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server/drivers'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT lcd_lib.o -MD -MP -MF ".deps/lcd_lib.Tpo" \<br>&nbsp; -c -o lcd_lib.o `test -f 'lcd_lib.c' || echo './'`lcd_lib.c; \<br>then mv -f ".deps/lcd_lib.Tpo" ".deps/lcd_lib.Po"; \<br>else rm -f ".deps/lcd_lib.Tpo"; exit 1; \<br>fi<br>rm -f libLCD.a<br>ar cru libLCD.a lcd_lib.o <br>ranlib libLCD.a<br>if
 gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT adv_bignum.o -MD -MP -MF ".deps/adv_bignum.Tpo" \<br>&nbsp; -c -o adv_bignum.o `test -f 'adv_bignum.c' || echo './'`adv_bignum.c; \<br>then mv -f ".deps/adv_bignum.Tpo" ".deps/adv_bignum.Po"; \<br>else rm -f ".deps/adv_bignum.Tpo"; exit 1; \<br>fi<br>rm -f libbignum.a<br>ar cru libbignum.a adv_bignum.o <br>ranlib libbignum.a<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780.o -MD -MP -MF ".deps/hd44780-hd44780.Tpo" \<br>&nbsp; -c -o hd44780-hd44780.o `test -f 'hd44780.c' || echo './'`hd44780.c; \<br>then mv -f ".deps/hd44780-hd44780.Tpo" ".deps/hd44780-hd44780.Po"; \<br>else rm -f ".deps/hd44780-hd44780.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT
 hd44780-hd44780-picanlcd.o -MD -MP -MF ".deps/hd44780-hd44780-picanlcd.Tpo" \<br>&nbsp; -c -o hd44780-hd44780-picanlcd.o `test -f 'hd44780-picanlcd.c' || echo './'`hd44780-picanlcd.c; \<br>then mv -f ".deps/hd44780-hd44780-picanlcd.Tpo" ".deps/hd44780-hd44780-picanlcd.Po"; \<br>else rm -f ".deps/hd44780-hd44780-picanlcd.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-lcdserializer.o -MD -MP -MF ".deps/hd44780-hd44780-lcdserializer.Tpo" \<br>&nbsp; -c -o hd44780-hd44780-lcdserializer.o `test -f 'hd44780-lcdserializer.c' || echo './'`hd44780-lcdserializer.c; \<br>then mv -f ".deps/hd44780-hd44780-lcdserializer.Tpo" ".deps/hd44780-hd44780-lcdserializer.Po"; \<br>else rm -f ".deps/hd44780-hd44780-lcdserializer.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT
 hd44780-hd44780-lis2.o -MD -MP -MF ".deps/hd44780-hd44780-lis2.Tpo" \<br>&nbsp; -c -o hd44780-hd44780-lis2.o `test -f 'hd44780-lis2.c' || echo './'`hd44780-lis2.c; \<br>then mv -f ".deps/hd44780-hd44780-lis2.Tpo" ".deps/hd44780-hd44780-lis2.Po"; \<br>else rm -f ".deps/hd44780-hd44780-lis2.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-4bit.o -MD -MP -MF ".deps/hd44780-hd44780-4bit.Tpo" \<br>&nbsp; -c -o hd44780-hd44780-4bit.o `test -f 'hd44780-4bit.c' || echo './'`hd44780-4bit.c; \<br>then mv -f ".deps/hd44780-hd44780-4bit.Tpo" ".deps/hd44780-hd44780-4bit.Po"; \<br>else rm -f ".deps/hd44780-hd44780-4bit.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-ext8bit.o -MD -MP -MF ".deps/hd44780-hd44780-ext8bit.Tpo" \<br>&nbsp; -c -o
 hd44780-hd44780-ext8bit.o `test -f 'hd44780-ext8bit.c' || echo './'`hd44780-ext8bit.c; \<br>then mv -f ".deps/hd44780-hd44780-ext8bit.Tpo" ".deps/hd44780-hd44780-ext8bit.Po"; \<br>else rm -f ".deps/hd44780-hd44780-ext8bit.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT hd44780-lcd_sem.o -MD -MP -MF ".deps/hd44780-lcd_sem.Tpo" \<br>&nbsp; -c -o hd44780-lcd_sem.o `test -f 'lcd_sem.c' || echo './'`lcd_sem.c; \<br>then mv -f ".deps/hd44780-lcd_sem.Tpo" ".deps/hd44780-lcd_sem.Po"; \<br>else rm -f ".deps/hd44780-lcd_sem.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-winamp.o -MD -MP -MF ".deps/hd44780-hd44780-winamp.Tpo" \<br>&nbsp; -c -o hd44780-hd44780-winamp.o `test -f 'hd44780-winamp.c' || echo './'`hd44780-winamp.c; \<br>then mv -f
 ".deps/hd44780-hd44780-winamp.Tpo" ".deps/hd44780-hd44780-winamp.Po"; \<br>else rm -f ".deps/hd44780-hd44780-winamp.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../..&nbsp; -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-serialLpt.o -MD -MP -MF ".deps/hd44780-hd44780-serialLpt.Tpo" \<br>&nbsp; -c -o hd44780-hd44780-serialLpt.o `test -f 'hd44780-serialLpt.c' || echo './'`hd44780-serialLpt.c; \<br>then mv -f ".deps/hd44780-hd44780-serialLpt.Tpo" ".deps/hd44780-hd44780-serialLpt.Po"; \<br>else rm -f ".deps/hd44780-hd44780-serialLpt.Tpo"; exit 1; \<br>fi<br>gcc -fPIC -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -shared&nbsp; -o hd44780.so&nbsp; hd44780-hd44780.o libLCD.a hd44780-hd44780-picanlcd.o hd44780-hd44780-lcdserializer.o hd44780-hd44780-lis2.o hd44780-hd44780-4bit.o hd44780-hd44780-ext8bit.o hd44780-lcd_sem.o hd44780-hd44780-winamp.o hd44780-hd44780-serialLpt.o&nbsp; <br>gmake[3]: Leaving directory
 `/root/lcdproc-CVS-stable-0-5-x-20060903/server/drivers'<br>Making all in commands<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server/commands'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -I./..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT command_list.o -MD -MP -MF ".deps/command_list.Tpo" \<br>&nbsp; -c -o command_list.o `test -f 'command_list.c' || echo './'`command_list.c; \<br>then mv -f ".deps/command_list.Tpo" ".deps/command_list.Po"; \<br>else rm -f ".deps/command_list.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -I./..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT client_commands.o -MD -MP -MF ".deps/client_commands.Tpo" \<br>&nbsp; -c -o client_commands.o `test -f 'client_commands.c' || echo './'`client_commands.c; \<br>then mv -f ".deps/client_commands.Tpo" ".deps/client_commands.Po"; \<br>else rm -f ".deps/client_commands.Tpo"; exit 1;
 \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -I./..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT menu_commands.o -MD -MP -MF ".deps/menu_commands.Tpo" \<br>&nbsp; -c -o menu_commands.o `test -f 'menu_commands.c' || echo './'`menu_commands.c; \<br>then mv -f ".deps/menu_commands.Tpo" ".deps/menu_commands.Po"; \<br>else rm -f ".deps/menu_commands.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -I./..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT screen_commands.o -MD -MP -MF ".deps/screen_commands.Tpo" \<br>&nbsp; -c -o screen_commands.o `test -f 'screen_commands.c' || echo './'`screen_commands.c; \<br>then mv -f ".deps/screen_commands.Tpo" ".deps/screen_commands.Po"; \<br>else rm -f ".deps/screen_commands.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -I./..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT server_commands.o -MD
 -MP -MF ".deps/server_commands.Tpo" \<br>&nbsp; -c -o server_commands.o `test -f 'server_commands.c' || echo './'`server_commands.c; \<br>then mv -f ".deps/server_commands.Tpo" ".deps/server_commands.Po"; \<br>else rm -f ".deps/server_commands.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../..&nbsp; -I../.. -I./..&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT widget_commands.o -MD -MP -MF ".deps/widget_commands.Tpo" \<br>&nbsp; -c -o widget_commands.o `test -f 'widget_commands.c' || echo './'`widget_commands.c; \<br>then mv -f ".deps/widget_commands.Tpo" ".deps/widget_commands.Po"; \<br>else rm -f ".deps/widget_commands.Tpo"; exit 1; \<br>fi<br>rm -f libLCDcommands.a<br>ar cru libLCDcommands.a command_list.o client_commands.o menu_commands.o screen_commands.o server_commands.o widget_commands.o <br>ranlib libLCDcommands.a<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server/commands'<br>gmake[3]: Entering
 directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT client.o -MD -MP -MF ".deps/client.Tpo" \<br>&nbsp; -c -o client.o `test -f 'client.c' || echo './'`client.c; \<br>then mv -f ".deps/client.Tpo" ".deps/client.Po"; \<br>else rm -f ".deps/client.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT clients.o -MD -MP -MF ".deps/clients.Tpo" \<br>&nbsp; -c -o clients.o `test -f 'clients.c' || echo './'`clients.c; \<br>then mv -f ".deps/clients.Tpo" ".deps/clients.Po"; \<br>else rm -f ".deps/clients.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT
 input.o -MD -MP -MF ".deps/input.Tpo" \<br>&nbsp; -c -o input.o `test -f 'input.c' || echo './'`input.c; \<br>then mv -f ".deps/input.Tpo" ".deps/input.Po"; \<br>else rm -f ".deps/input.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT main.o -MD -MP -MF ".deps/main.Tpo" \<br>&nbsp; -c -o main.o `test -f 'main.c' || echo './'`main.c; \<br>then mv -f ".deps/main.Tpo" ".deps/main.Po"; \<br>else rm -f ".deps/main.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT menuitem.o -MD -MP -MF ".deps/menuitem.Tpo" \<br>&nbsp; -c -o menuitem.o `test -f 'menuitem.c' || echo './'`menuitem.c; \<br>then mv -f ".deps/menuitem.Tpo" ".deps/menuitem.Po"; \<br>else rm -f ".deps/menuitem.Tpo"; exit 1; \<br>fi<br>if gcc
 -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT menu.o -MD -MP -MF ".deps/menu.Tpo" \<br>&nbsp; -c -o menu.o `test -f 'menu.c' || echo './'`menu.c; \<br>then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; \<br>else rm -f ".deps/menu.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT menuscreens.o -MD -MP -MF ".deps/menuscreens.Tpo" \<br>&nbsp; -c -o menuscreens.o `test -f 'menuscreens.c' || echo './'`menuscreens.c; \<br>then mv -f ".deps/menuscreens.Tpo" ".deps/menuscreens.Po"; \<br>else rm -f ".deps/menuscreens.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT parse.o -MD -MP -MF ".deps/parse.Tpo" \<br>&nbsp; -c
 -o parse.o `test -f 'parse.c' || echo './'`parse.c; \<br>then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; \<br>else rm -f ".deps/parse.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT render.o -MD -MP -MF ".deps/render.Tpo" \<br>&nbsp; -c -o render.o `test -f 'render.c' || echo './'`render.c; \<br>then mv -f ".deps/render.Tpo" ".deps/render.Po"; \<br>else rm -f ".deps/render.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT screen.o -MD -MP -MF ".deps/screen.Tpo" \<br>&nbsp; -c -o screen.o `test -f 'screen.c' || echo './'`screen.c; \<br>then mv -f ".deps/screen.Tpo" ".deps/screen.Po"; \<br>else rm -f ".deps/screen.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared
 -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT screenlist.o -MD -MP -MF ".deps/screenlist.Tpo" \<br>&nbsp; -c -o screenlist.o `test -f 'screenlist.c' || echo './'`screenlist.c; \<br>then mv -f ".deps/screenlist.Tpo" ".deps/screenlist.Po"; \<br>else rm -f ".deps/screenlist.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT serverscreens.o -MD -MP -MF ".deps/serverscreens.Tpo" \<br>&nbsp; -c -o serverscreens.o `test -f 'serverscreens.c' || echo './'`serverscreens.c; \<br>then mv -f ".deps/serverscreens.Tpo" ".deps/serverscreens.Po"; \<br>else rm -f ".deps/serverscreens.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT sock.o -MD -MP -MF ".deps/sock.Tpo"
 \<br>&nbsp; -c -o sock.o `test -f 'sock.c' || echo './'`sock.c; \<br>then mv -f ".deps/sock.Tpo" ".deps/sock.Po"; \<br>else rm -f ".deps/sock.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT widget.o -MD -MP -MF ".deps/widget.Tpo" \<br>&nbsp; -c -o widget.o `test -f 'widget.c' || echo './'`widget.c; \<br>then mv -f ".deps/widget.Tpo" ".deps/widget.Po"; \<br>else rm -f ".deps/widget.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I.. -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT drivers.o -MD -MP -MF ".deps/drivers.Tpo" \<br>&nbsp; -c -o drivers.o `test -f 'drivers.c' || echo './'`drivers.c; \<br>then mv -f ".deps/drivers.Tpo" ".deps/drivers.Po"; \<br>else rm -f ".deps/drivers.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I..
 -I../shared -DSYSCONFDIR=\"/usr/local/etc\"&nbsp;&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -MT driver.o -MD -MP -MF ".deps/driver.Tpo" \<br>&nbsp; -c -o driver.o `test -f 'driver.c' || echo './'`driver.c; \<br>then mv -f ".deps/driver.Tpo" ".deps/driver.Po"; \<br>else rm -f ".deps/driver.Tpo"; exit 1; \<br>fi<br>gcc&nbsp; -Wall&nbsp; -g -O -Wno-unused-function -ftrampolines -rdynamic -uget_args&nbsp; -o LCDd&nbsp; client.o clients.o input.o main.o menuitem.o menu.o menuscreens.o parse.o render.o screen.o screenlist.o serverscreens.o sock.o widget.o drivers.o driver.o ../shared/libLCDstuff.a commands/libLCDcommands.a -li386 -lkvm <br>main.o(.text+0x943): In function `process_configfile':<br>/root/lcdproc-CVS-stable-0-5-x-20060903/server/main.c:490: warning: strcpy() is almost always misused, please use strlcpy()<br>serverscreens.o(.text+0xb2): In function `server_screen_init':<br>/root/lcdproc-CVS-stable-0-5-x-20060903/server/serverscreens.c:67: warning:
 sprintf() is often misused, please use snprintf()<br>main.o(.text+0x10b0): In function `exit_program':<br>/root/lcdproc-CVS-stable-0-5-x-20060903/server/main.c:911: warning: strcat() is almost always misused, please use strlcat()<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'<br>gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/server'<br>Making all in docs<br>gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'<br>Making all in lcdproc-user<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'<br>Making all in drivers<br>gmake[4]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user/drivers'<br>gmake[4]: Nothing to be done for `all'.<br>gmake[4]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user/drivers'<br>gmake[4]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'<br>gmake[4]:
 Nothing to be done for `all-am'.<br>gmake[4]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-user'<br>Making all in lcdproc-dev<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-dev'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs/lcdproc-dev'<br>gmake[3]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'<br>gmake[3]: Nothing to be done for `all-am'.<br>gmake[3]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'<br>gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903/docs'<br>Making all in scripts<br>gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903/scripts'<br>gmake[2]: Nothing to be done for `all'.<br>gmake[2]: Leaving directory
 `/root/lcdproc-CVS-stable-0-5-x-20060903/scripts'<br>gmake[2]: Entering directory `/root/lcdproc-CVS-stable-0-5-x-20060903'<br>gmake[2]: Nothing to be done for `all-am'.<br>gmake[2]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903'<br>gmake[1]: Leaving directory `/root/lcdproc-CVS-stable-0-5-x-20060903'<br><br># LCDd -c
 /etc/LCDd.conf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br>LCDd:server/drivers/hd44780.so: undefined symbol 'i386_get_ioperm'<br>LCDd:server/drivers/hd44780.so: undefined symbol 'i386_set_ioperm'<br><br><br><br><br><br><br><br><br><br><b><i>Guillaume Filion &lt;gfk@logidac.com&gt;</i></b> a écrit&nbsp;:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Mickael Dudikoff a écrit :<br>&gt; Here is another output made from clean compile folder :<br>&gt; [...]<br>&gt; gcc  -Wall  -g -O -Wno-unused-function -ftrampolines -rdynamic<br>&gt; -uget_args  -o LCDd  client.o clients.o input.o main.o menuitem.o menu.o<br>&gt; menuscreen<br>&gt; s.o parse.o render.o screen.o screenlist.o serverscreens.o sock.o<br>&gt; widget.o drivers.o driver.o ../shared/libLCDstuff.a<br>&gt; commands/libLCDcommands.a -lkvm<br><br>I see what the
 problem is, a missing -li386.<br><br>I commited a fix (http://xrl.us/ri9k) to stable-0-5-x and current and<br>also updated the nightly tarballs.<br><br>Download a corrected version at:<br>http://lcdproc.sourceforge.net/nightly/lcdproc-CVS-stable-0-5-x.tar.gz<br><br>Let us know if it works,<br>GFK's<br><br><br>Here's the relevant CVS infos:<br>stable-0-5-x:<br>Checking in configure.in;<br>/cvsroot/lcdproc/lcdproc/configure.in,v  &lt;--  configure.in<br>new revision: 1.60.2.5; previous revision: 1.60.2.4<br>done<br><br>current:<br>Checking in configure.in;<br>/cvsroot/lcdproc/lcdproc/configure.in,v  &lt;--  configure.in<br>new revision: 1.64; previous revision: 1.63<br>done<br><br>-- <br>Guillaume Filion, ing. jr<br>Logidac Tech., Beaumont, Québec, Canada - http://logidac.com/<br>PGP Key and more: http://guillaume.filion.org/<br><br></blockquote><br><p>&#32;
		<hr size="1"> 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. <a href="http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com">Cliquez ici</a>. 

--0-524454738-1157285982=:50815--