From: Cook, G. <GW...@ma...> - 2004-08-17 04:05:52
|
'man make' shows that there is indeed a debug option available. From the make manual: -d Print debugging information in addition to normal processing. The debugging information says which files are being considered for remaking, which file-times are being compared and with what results, which files actually need to be remade, which implicit rules are considered and which are applied---everything interest- ing about how make decides what to do. Hopefully this will help you. If not, Ben and Yves are both back from vacation now, perhaps they can spot the error... Guys?=20 Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) per...@li... wrote: > Is there a deubg option that may give me more > information on solving my compling issue? Not really > sure what the error is...(happends on all versions > since.11 on freebsd 4.10/4.9) >=20 > cgi_intro.c: In function `displayIntro': > cgi_intro.c:48: warning: use of `l' length character > with `f' type character > source=3D'cgi_raw_report.c' > object=3D'perfgraph_cgi-cgi_raw_report.o' libtool=3Dno > depfile=3D'.deps/perfgraph_cgi-cgi_raw_report.Po' > tmpdepfile=3D'.deps/perfgraph_cgi-cgi_raw_report.TPo' > depmode=3Dgcc /bin/sh ../depcomp gcc -DHAVE_CONFIG_H > -I. -I. -I.. -I/usr/local/include/mysql -O -pipe > -D_THREAD_SAFE -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I../libperfparse > '-DSYSCONFDIR=3D"/usr/local/etc"' -g -O2 -Wall -c -o > perfgraph_cgi-cgi_raw_report.o `test -f > 'cgi_raw_report.c' || echo './'`cgi_raw_report.c > cgi_raw_report.c: In function `displayRawHistory': > cgi_raw_report.c:49: syntax error before `int' > cgi_raw_report.c:208: `iStates' undeclared (first use > in this function) > cgi_raw_report.c:208: (Each undeclared identifier is > reported only once > cgi_raw_report.c:208: for each function it appears > in.) > cgi_raw_report.c:310: warning: use of `l' length > character with `f' type character > *** Error code 1 >=20 > Stop in /tmp/perfparse-0.99.07/cgi. > *** Error code 1 >=20 > Stop in /tmp/perfparse-0.99.07. > *** Error code 1 >=20 > Stop in /tmp/perfparse-0.99.07. > stats# ll /usr/local/include/mysql/ |