From: Norbert Wiedeke/G. <nor...@gi...> - 2004-06-14 13:18:00
|
Hallo, for the new version Perfparse now the Compiler ends in Errors: # make make all-recursive make[1]: Entering directory `/space/perf4/perfparse-0.08' Making all in src make[2]: Entering directory `/space/perf4/perfparse-0.08/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/mysql-standard-4.0.20-pc-linux-i686/include -mcpu=pentiumpro -g -O2 -Wall -MT perfparse.o -MD -MP -MF ".deps/perfparse.Tpo" -c -o perfparse.o perfparse.c; \ then mv -f ".deps/perfparse.Tpo" ".deps/perfparse.Po"; else rm -f ".deps/perfparse.Tpo"; exit 1; fi perfparse.c: In function `get_metrics': perfparse.c:398: warning: comparison between signed and unsigned if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/mysql-standard-4.0.20-pc-linux-i686/include -mcpu=pentiumpro -g -O2 -Wall -MT config_file.o -MD -MP -MF ".deps/config_file.Tpo" -c -o config_file.o config_file.c; \ then mv -f ".deps/config_file.Tpo" ".deps/config_file.Po"; else rm -f ".deps/config_file.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/mysql-standard-4.0.20-pc-linux-i686/include -mcpu=pentiumpro -g -O2 -Wall -MT common.o -MD -MP -MF ".deps/common.Tpo" -c -o common.o common.c; \ then mv -f ".deps/common.Tpo" ".deps/common.Po"; else rm -f ".deps/common.Tpo"; exit 1; fi common.c: In function `hash': common.c:223: warning: suggest parentheses around assignment used as truth value common.c: In function `strip': common.c:267: warning: comparison between signed and unsigned common.c:268: warning: comparison between signed and unsigned common.c: In function `lcase': common.c:280: warning: comparison between signed and unsigned common.c: In function `ucase': Gcommon.c:291: warning: comparison between signed and unsigned if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/mysql-standard-4.0.20-pc-linux-i686/include -mcpu=pentiumpro -g -O2 -Wall -MT convert.o -MD -MP -MF ".deps/convert.Tpo" -c -o convert.o convert.c; \ then mv -f ".deps/convert.Tpo" ".deps/convert.Po"; else rm -f ".deps/convert.Tpo"; exit 1; fi /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o perfparse perfparse.o config_file.o common.o convert.o -L/usr/local/mysql-standard-4.0.20-pc-linux-i686/lib -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv mkdir .libs gcc -g -O2 -Wall -o perfparse perfparse.o config_file.o common.o convert.o -L/usr/local/mysql-standard-4.0.20-pc-linux-i686/lib -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lnss_files collect2: ld returned 1 exit status make[2]: *** [perfparse] Error 1 make[2]: Leaving directory `/space/perf4/perfparse-0.08/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/space/perf4/perfparse-0.08' make: *** [all] Error 2 Gruss Norbert |