Give up on kgcc and run real gcc... My RedHat 7.2 system has gcc v 2.96 (gcc --version)
Seriously, kgcc is a very bad choice. Flame wars aside - which I don't give a rat's furry posterior about - IIRC, kgcc is a down-level version of gcc that RedHat added to their 7.0 and 7.1(?) distributions to allow compiles of the kernel. The version of gcc in 7.0 is a beta version of 2.95. If you have kgcc on a 7.2 system, it's probably left over from an upgrade. The lines you've posted look like an incomplete/failed compile, so that it's being done from the script. Otherwise, I can't imagine how you would see kgcc stuff trying to run it. You didn't post the results from gcc 2.96, so it's hard to be sure, but 1. make clean 2. make ***CHECK the output from this step. You really have to look - it can have a problem in the main directory and yet continue into plugins and work there and you don't always see the error message(s) unless you look. 3. make install and check the compile dates to be sure you are really running the gcc version. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Florin Andrei Sent: Tuesday, April 02, 2002 6:52 PM To: [EMAIL PROTECTED] Subject: [Ntop] libs problem Compiling v2002-02-14 on Linux Red Hat 7.2. It compiles fine, i can even build an RPM. When i try to start it: [root@netinfo SPECS]# /etc/init.d/ntop start Starting ntop: kgcc: main.o: No such file or directory kgcc: .libs/libntopreport.so: No such file or directory kgcc: .libs/libntop.so: No such file or directory [FAILED] Tried with kgcc (gcc-2.91.66) and gcc-2.96.98 I get the same error no matter if i run the init script, or if i try to run ntop manually. :-( -- Florin Andrei To spoof or not to spoof, that is the packet. _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
