<Compiling gone good up to this point>.....
creating ntop
Making all in plugins
Making all in .
cd .. && make am--refresh
if /usr/local/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/home/root/ntop/ntop/myrrd -DHAVE_FILEDESCRIPTORBUG -DFREEBSD -I/usr/local/include -I/home/root/ntop/ntop/myrrd -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -MT icmpPlugin.lo -MD -MP -MF ".deps/icmpPlugin.Tpo" -c -o icmpPlugin.lo icmpPlugin.c; then mv -f ".deps/icmpPlugin.Tpo" ".deps/icmpPlugin.Plo"; else rm -f ".deps/icmpPlugin.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/home/root/ntop/ntop/myrrd -DHAVE_FILEDESCRIPTORBUG -DFREEBSD -I/usr/local/include -I/home/root/ntop/ntop/myrrd -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -MT icmpPlugin.lo -MD -MP -MF .deps/icmpPlugin.Tpo -c icmpPlugin.c -fPIC -DPIC -o .libs/icmpPlugin.lo
gcc: cannot specify -o with -c or -S and multiple compilations
*** Error code 1
Stop in /usr/home/root/ntop/ntop/plugins. *** Error code 1
Stop in /usr/home/root/ntop/ntop/plugins. *** Error code 1
Stop in /usr/home/root/ntop/ntop. *** Error code 1
Stop in /usr/home/root/ntop/ntop.
I'm just following the instructions on the ntop.org website for compiling. I did a ./configure and then make and that was the result. Should I be trying something else? I did also try with -O instead of -O2 but there was no difference. I'm not that familiar with gcc compiler options so maybe the answer is more obvious to someone else. Just offhand, it seems the -c -o parameters are causing the problem which I'm assuming are passed by something from the rrd Makefile? Is that file created by the ./configure script? I saw that according to the list, the rrdplugin.c file was updated on the 4th which I'm wondering if that might have something to do with it... Again, I don't program or know much about gcc so a pointer in the right direction would be appreciated. Thanks in advance!
Vinny Abello Network Engineer Server Management [EMAIL PROTECTED] (973)300-9211 x 125 (973)940-6125 (Direct) PGP Key Fingerprint: 3BC5 9A48 FC78 03D3 82E0 E935 5325 FBCB 0100 977A
Tellurian Networks - The Ultimate Internet Connection http://www.tellurian.com (888)TELLURIAN
There are 10 kinds of people in the world. Those who understand binary and those that don't.
_______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
