[Lcdproc] OpenBSD 3.9 : undefined symbol 'i386_get_ioperm'
Mickael Dudikoff
citizengen@yahoo.fr
Fri Sep 1 20:37:03 2006
--0-1912008536-1157142955=:52091
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Here is another output made from clean compile folder :
gmake all-recursive
gmake[1]: Entering directory `/root/lcdproc-0.5.0'
Making all in shared
gmake[2]: Entering directory `/root/lcdproc-0.5.0/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-0.5.0/shared'
Making all in clients
gmake[2]: Entering directory `/root/lcdproc-0.5.0/clients'
Making all in examples
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/examples'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/examples'
Making all in headlines
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/headlines'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/headlines'
Making all in lcdexec
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdexec'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -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
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -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 -lkvm
../../shared/libLCDstuff.a(report.o)(.text+0x190): In function `store_report_message':
/root/lcdproc-0.5.0/shared/report.c:160: warning: strcpy() is almost always misused, please use strlcpy()
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdexec'
Making all in lcdproc
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdproc'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -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../.. -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../.. -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../.. -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../.. -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../.. -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../.. -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../.. -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../.. -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../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT machine_Linux.o -MD -MP -MF ".deps/machine_L
inux.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../.. -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../.. -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../.. -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../.. -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../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT machine_SunOS.o -MD -MP -MF ".deps/machine_S
unOS.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../.. -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
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 ../../shared/libLCDstuff.a -lkvm
chrono.o(.text+0xed1): In function `big_clock_screen':
/root/lcdproc-0.5.0/clients/lcdproc/chrono.c:418: warning: strcpy() is almost always misused, please use strlcpy()
main.o(.text+0xa9): In function `set_mode':
/root/lcdproc-0.5.0/clients/lcdproc/main.c:116: warning: sprintf() is often misused, please use snprintf()
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdproc'
Making all in metar
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/metar'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/metar'
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients'
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/clients'
Making all in server
gmake[2]: Entering directory `/root/lcdproc-0.5.0/server'
Making all in drivers
gmake[3]: Entering directory `/root/lcdproc-0.5.0/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.Tp
o" \
-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_big
num.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/hd
44780-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 ".de
ps/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 ".de
ps/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/hd
44780-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-hd
44780-lcdserializer.o hd44780-hd44780-lis2.o hd44780-hd44780-4bit.o hd44780-hd44780-ext8bit.o hd44780-lcd_sem.o hd44780-hd44780-winamp.o hd44780-h
d44780-serialLpt.o
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/drivers'
Making all in commands
gmake[3]: Entering directory `/root/lcdproc-0.5.0/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/com
mand_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/me
nu_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-0.5.0/server/commands'
gmake[3]: Entering directory `/root/lcdproc-0.5.0/server'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -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 -Wall -g -O -Wno-unused-function -ftrampolines -MT clients.o -MD -MP -MF ".deps/clients.T
po" \
-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 -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 -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 -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 -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 -Wall -g -O -Wno-unused-function -ftrampolines -MT menuscreens.o -MD -MP -MF ".deps/menus
creens.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 -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 -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 -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 -Wall -g -O -Wno-unused-function -ftrampolines -MT screenlist.o -MD -MP -MF ".deps/screen
list.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 -Wall -g -O -Wno-unused-function -ftrampolines -MT serverscreens.o -MD -MP -MF ".deps/ser
verscreens.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 -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 -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; \
else rm -f ".deps/widget.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT drivers.o -MD -MP -MF ".deps/drivers.T
po" \
-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 -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 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 -l
kvm
main.o(.text+0x943): In function `process_configfile':
/root/lcdproc-0.5.0/server/main.c:486: warning: strcpy() is almost always misused, please use strlcpy()
serverscreens.o(.text+0xb2): In function `server_screen_init':
/root/lcdproc-0.5.0/server/serverscreens.c:67: warning: sprintf() is often misused, please use snprintf()
main.o(.text+0x10b0): In function `exit_program':
/root/lcdproc-0.5.0/server/main.c:907: warning: strcat() is almost always misused, please use strlcat()
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server'
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/server'
Making all in docs
gmake[2]: Entering directory `/root/lcdproc-0.5.0/docs'
Making all in lcdproc-user
gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
Making all in drivers
gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'
gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
Making all in lcdproc-dev
gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'
gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs'
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/docs'
Making all in scripts
gmake[2]: Entering directory `/root/lcdproc-0.5.0/scripts'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/scripts'
gmake[2]: Entering directory `/root/lcdproc-0.5.0'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/root/lcdproc-0.5.0'
gmake[1]: Leaving directory `/root/lcdproc-0.5.0'
Mickael Dudikoff <citizengen@yahoo.fr> a écrit : Here is the output :
gmake all-recursive
gmake[1]: Entering directory `/root/lcdproc-0.5.0'
Making all in shared
gmake[2]: Entering directory `/root/lcdproc-0.5.0/shared'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/shared'
Making all in clients
gmake[2]: Entering directory `/root/lcdproc-0.5.0/clients'
Making all in examples
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/examples'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/examples'
Making all in headlines
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/headlines'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/headlines'
Making all in lcdexec
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdexec'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdexec'
Making all in lcdproc
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdproc'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdproc'
Making all in metar
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/metar'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/metar'
gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients'
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/clients'
Making all in server
gmake[2]: Entering directory `/root/lcdproc-0.5.0/server'
Making all in drivers
gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/drivers'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/drivers'
Making all in commands
gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/commands'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/commands'
gmake[3]: Entering directory `/root/lcdproc-0.5.0/server'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server'
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/server'
Making all in docs
gmake[2]: Entering directory `/root/lcdproc-0.5.0/docs'
Making all in lcdproc-user
gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
Making all in drivers
gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'
gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
Making all in lcdproc-dev
gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'
gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs'
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/docs'
Making all in scripts
gmake[2]: Entering directory `/root/lcdproc-0.5.0/scripts'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/lcdproc-0.5.0/scripts'
gmake[2]: Entering directory `/root/lcdproc-0.5.0'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/root/lcdproc-0.5.0'
gmake[1]: Leaving directory `/root/lcdproc-0.5.0'
Guillaume Filion <gfk@logidac.com> a écrit :
Could you do
gmake > make.log 2>&1
and send config.log and make.log to the mailing list.
---------------------------------
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.
---------------------------------
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-1912008536-1157142955=:52091
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Here is another output made from clean compile folder :<br><br>gmake all-recursive<br>gmake[1]: Entering directory `/root/lcdproc-0.5.0'<br>Making all in shared<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/shared'<br>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" \<br> -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.. -I.. -Wall -g -O -Wno-unused-function -ftrampolines -MT sockets.o -MD -MP -MF ".deps/sockets.Tpo" \<br> -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.. -I.. -Wall -g -O -Wno-unused-function -ftrampolines
-MT str.o -MD -MP -MF ".deps/str.Tpo" \<br> -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.. -I.. -Wall -g -O -Wno-unused-function -ftrampolines -MT configfile.o -MD -MP -MF ".deps/configfile.Tpo" \<br> -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.. -I.. -Wall -g -O -Wno-unused-function -ftrampolines -MT report.o -MD -MP -MF ".deps/report.Tpo" \<br> -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.. -I.. -Wall -g -O
-Wno-unused-function -ftrampolines -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" \<br> -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.. -I.. -Wall -g -O -Wno-unused-function -ftrampolines -MT fileio.o -MD -MP -MF ".deps/fileio.Tpo" \<br> -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-0.5.0/shared'<br>Making all in clients<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/clients'<br>Making all in examples<br>gmake[3]: Entering directory
`/root/lcdproc-0.5.0/clients/examples'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/examples'<br>Making all in headlines<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/headlines'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/headlines'<br>Making all in lcdexec<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdexec'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT lcdexec.o -MD -MP -MF ".deps/lcdexec.Tpo" \<br> -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>if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT menu.o -MD -MP -MF ".deps/menu.Tpo" \<br> -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 -Wall -g -O -Wno-unused-function -ftrampolines -o lcdexec lcdexec.o menu.o ../../shared/libLCDstuff.a -lkvm <br>../../shared/libLCDstuff.a(report.o)(.text+0x190): In function `store_report_message':<br>/root/lcdproc-0.5.0/shared/report.c:160: warning: strcpy() is almost always misused, please use strlcpy()<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdexec'<br>Making all in lcdproc<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdproc'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT main.o -MD -MP -MF ".deps/main.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT mode.o -MD -MP -MF ".deps/mode.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT batt.o -MD -MP -MF ".deps/batt.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT chrono.o -MD -MP -MF ".deps/chrono.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT cpu.o -MD -MP -MF ".deps/cpu.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT cpu_smp.o -MD -MP -MF ".deps/cpu_smp.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT disk.o -MD -MP -MF ".deps/disk.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT load.o -MD -MP -MF ".deps/load.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT mem.o -MD -MP -MF ".deps/mem.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT machine_Linux.o -MD -MP -MF ".deps/machine_L<br>inux.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT machine_OpenBSD.o -MD -MP -MF ".deps/machine<br>_OpenBSD.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT machine_FreeBSD.o -MD -MP -MF ".deps/machine<br>_FreeBSD.Tpo" \<br> -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../.. -I../..
-Wall -g -O -Wno-unused-function -ftrampolines -MT machine_NetBSD.o -MD -MP -MF ".deps/machine_<br>NetBSD.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT machine_Darwin.o -MD -MP -MF ".deps/machine_<br>Darwin.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT machine_SunOS.o -MD -MP -MF ".deps/machine_S<br>unOS.Tpo" \<br> -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../.. -I../.. -Wall -g -O -Wno-unused-function -ftrampolines -MT util.o -MD -MP -MF ".deps/util.Tpo" \<br> -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>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<br>.o machine_OpenBSD.o machine_FreeBSD.o machine_NetBSD.o machine_Darwin.o machine_SunOS.o util.o ../../shared/libLCDstuff.a -lkvm <br>chrono.o(.text+0xed1): In function `big_clock_screen':<br>/root/lcdproc-0.5.0/clients/lcdproc/chrono.c:418: warning: strcpy() is almost always misused, please use
strlcpy()<br>main.o(.text+0xa9): In function `set_mode':<br>/root/lcdproc-0.5.0/clients/lcdproc/main.c:116: warning: sprintf() is often misused, please use snprintf()<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdproc'<br>Making all in metar<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/metar'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/metar'<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients'<br>gmake[3]: Nothing to be done for `all-am'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients'<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/clients'<br>Making all in server<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/server'<br>Making all in drivers<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/drivers'<br>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.Tp<br>o" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT adv_bignum.o -MD -MP -MF ".deps/adv_big<br>num.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780.o -MD -MP -MF ".deps/hd<br>44780-hd44780.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-picanlcd.o -MD -MP -MF <br>".deps/hd44780-hd44780-picanlcd.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-lcdserializer.o -MD -MP<br> -MF ".deps/hd44780-hd44780-lcdserializer.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-lis2.o -MD -MP -MF ".de<br>ps/hd44780-hd44780-lis2.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-4bit.o -MD -MP -MF ".de<br>ps/hd44780-hd44780-4bit.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-ext8bit.o -MD -MP -MF "<br>.deps/hd44780-hd44780-ext8bit.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-lcd_sem.o -MD -MP -MF ".deps/hd<br>44780-lcd_sem.Tpo" \<br> -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../.. -I../.. -fPIC
-Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-winamp.o -MD -MP -MF ".<br>deps/hd44780-hd44780-winamp.Tpo" \<br> -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../.. -I../.. -fPIC -Wall -g -O -Wno-unused-function -ftrampolines -MT hd44780-hd44780-serialLpt.o -MD -MP -MF<br> ".deps/hd44780-hd44780-serialLpt.Tpo" \<br> -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 -g -O -Wno-unused-function -ftrampolines -shared -o hd44780.so
hd44780-hd44780.o libLCD.a hd44780-hd44780-picanlcd.o hd44780-hd<br>44780-lcdserializer.o hd44780-hd44780-lis2.o hd44780-hd44780-4bit.o hd44780-hd44780-ext8bit.o hd44780-lcd_sem.o hd44780-hd44780-winamp.o hd44780-h<br>d44780-serialLpt.o <br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/drivers'<br>Making all in commands<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/commands'<br>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/com<br>mand_list.Tpo" \<br> -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../.. -I../.. -I./.. -Wall -g -O -Wno-unused-function -ftrampolines -MT client_commands.o -MD -MP -MF
".deps/<br>client_commands.Tpo" \<br> -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../.. -I../.. -I./.. -Wall -g -O -Wno-unused-function -ftrampolines -MT menu_commands.o -MD -MP -MF ".deps/me<br>nu_commands.Tpo" \<br> -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../.. -I../.. -I./.. -Wall -g -O -Wno-unused-function -ftrampolines -MT screen_commands.o -MD -MP -MF ".deps/<br>screen_commands.Tpo" \<br> -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../.. -I../.. -I./.. -Wall -g -O -Wno-unused-function -ftrampolines -MT server_commands.o -MD -MP -MF ".deps/<br>server_commands.Tpo" \<br> -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../.. -I../.. -I./.. -Wall -g -O -Wno-unused-function -ftrampolines -MT widget_commands.o -MD -MP -MF ".deps/<br>widget_commands.Tpo" \<br> -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-0.5.0/server/commands'<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/server'<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT client.o -MD -MP -MF ".deps/client.Tpo<br>" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT clients.o -MD -MP -MF ".deps/clients.T<br>po" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT input.o -MD -MP -MF ".deps/input.Tpo" <br>\<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT main.o -MD -MP -MF ".deps/main.Tpo" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT menuitem.o -MD -MP -MF ".deps/menuitem<br>.Tpo" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT menu.o -MD -MP -MF ".deps/menu.Tpo" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT menuscreens.o -MD -MP -MF ".deps/menus<br>creens.Tpo" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT parse.o -MD -MP -MF ".deps/parse.Tpo"
<br>\<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT render.o -MD -MP -MF ".deps/render.Tpo<br>" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT screen.o -MD -MP -MF ".deps/screen.Tpo<br>" \<br> -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.. -I.. -I../shared -Wall -g -O
-Wno-unused-function -ftrampolines -MT screenlist.o -MD -MP -MF ".deps/screen<br>list.Tpo" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT serverscreens.o -MD -MP -MF ".deps/ser<br>verscreens.Tpo" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT sock.o -MD -MP -MF ".deps/sock.Tpo" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT widget.o -MD -MP -MF ".deps/widget.Tpo<br>" \<br> -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>else rm -f ".deps/widget.Tpo"; exit 1; \<br>fi<br>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT drivers.o -MD -MP -MF ".deps/drivers.T<br>po" \<br> -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.. -I.. -I../shared -Wall -g -O -Wno-unused-function -ftrampolines -MT driver.o -MD -MP -MF ".deps/driver.Tpo<br>"
\<br> -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 -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<br>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 -l<br>kvm <br>main.o(.text+0x943): In function `process_configfile':<br>/root/lcdproc-0.5.0/server/main.c:486: warning: strcpy() is almost always misused, please use strlcpy()<br>serverscreens.o(.text+0xb2): In function `server_screen_init':<br>/root/lcdproc-0.5.0/server/serverscreens.c:67: warning: sprintf() is often misused, please use snprintf()<br>main.o(.text+0x10b0): In function `exit_program':<br>/root/lcdproc-0.5.0/server/main.c:907: warning: strcat() is almost always misused,
please use strlcat()<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server'<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/server'<br>Making all in docs<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/docs'<br>Making all in lcdproc-user<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>Making all in drivers<br>gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'<br>gmake[4]: Nothing to be done for `all'.<br>gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'<br>gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>gmake[4]: Nothing to be done for `all-am'.<br>gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>Making all in lcdproc-dev<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory
`/root/lcdproc-0.5.0/docs/lcdproc-dev'<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs'<br>gmake[3]: Nothing to be done for `all-am'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs'<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/docs'<br>Making all in scripts<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/scripts'<br>gmake[2]: Nothing to be done for `all'.<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/scripts'<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0'<br>gmake[2]: Nothing to be done for `all-am'.<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0'<br>gmake[1]: Leaving directory `/root/lcdproc-0.5.0'<br><br><br><b><i>Mickael Dudikoff <citizengen@yahoo.fr></i></b> a écrit :<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Here is the output :<br><br>gmake all-recursive<br>gmake[1]: Entering directory `/root/lcdproc-0.5.0'<br>Making all in
shared<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/shared'<br>gmake[2]: Nothing to be done for `all'.<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/shared'<br>Making all in clients<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/clients'<br>Making all in examples<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/examples'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/examples'<br>Making all in headlines<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/headlines'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/headlines'<br>Making all in lcdexec<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdexec'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdexec'<br>Making all in lcdproc<br>gmake[3]: Entering directory
`/root/lcdproc-0.5.0/clients/lcdproc'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdproc'<br>Making all in metar<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/metar'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/metar'<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients'<br>gmake[3]: Nothing to be done for `all-am'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients'<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/clients'<br>Making all in server<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/server'<br>Making all in drivers<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/drivers'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/drivers'<br>Making all in commands<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/commands'<br>gmake[3]:
Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/commands'<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/server'<br>gmake[3]: Nothing to be done for `all-am'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server'<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/server'<br>Making all in docs<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/docs'<br>Making all in lcdproc-user<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>Making all in drivers<br>gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'<br>gmake[4]: Nothing to be done for `all'.<br>gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'<br>gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>gmake[4]: Nothing to be done for `all-am'.<br>gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>gmake[3]: Leaving directory
`/root/lcdproc-0.5.0/docs/lcdproc-user'<br>Making all in lcdproc-dev<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'<br>gmake[3]: Nothing to be done for `all'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'<br>gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs'<br>gmake[3]: Nothing to be done for `all-am'.<br>gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs'<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/docs'<br>Making all in scripts<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0/scripts'<br>gmake[2]: Nothing to be done for `all'.<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0/scripts'<br>gmake[2]: Entering directory `/root/lcdproc-0.5.0'<br>gmake[2]: Nothing to be done for `all-am'.<br>gmake[2]: Leaving directory `/root/lcdproc-0.5.0'<br>gmake[1]: Leaving directory `/root/lcdproc-0.5.0'<br><br><br><br><br><b><i>Guillaume Filion <gfk@logidac.com></i></b> a écrit :<br><blockquote
class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">Could you do<br>gmake > make.log 2>&1<br>and send config.log and make.log to the mailing list.<br></blockquote><div> </div><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>. </blockquote><br><p> 
<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-1912008536-1157142955=:52091--