Ok, gang, try this... 1. Update the depcomp in the ntop cvs to something modern - it seems to work with the file from automake 1.6.3...
If that's not enough, then: 2. Update libtools to 1.5 (there are RPMs at http://www.rpmfind.net for Rawhide) I *think* all that's necessary is #1, but I had also done #2 first so I can't be sure... Somebody let us know... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Burton M. Strauss III Sent: Monday, July 07, 2003 7:47 AM To: [EMAIL PROTECTED] Subject: RE: [Ntop] compile issue with current CVS source Not a clue ... if you read the output from gcc's test, there's something about -c and -o not working together, so -j won't work... *** WARNING: `gcc' does not support `-c -o', so `make -j' may be unsafe But, if you try it, it seems to create some marker file that pollutes any further compile attempt. I guess you could try adding the flag to Makefile.am et al: .NOTPARALLEL: (see the make file in plugins, where I had to put it months ago) -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Luca Deri Sent: Sunday, July 06, 2003 5:50 PM To: [EMAIL PROTECTED] Subject: Re: [Ntop] compile issue with current CVS source Burton, If -j is the problem then what can I do? Luca On Monday, July 7, 2003, at 12:13 AM, Burton M. Strauss III wrote: Luca, try this: make -j2 even once! -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Luca Deri Sent: Sunday, July 06, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: Re: [Ntop] compile issue with current CVS source Hi, I run RH9 and I have never experienced the problem. Regards, Luca On Sunday, July 6, 2003, at 05:30 PM, ES wrote: I get the following error when trying to build ntop on a RH 8.0 system with 256 Meg of mem. NTOP 2.2.0 compiled fine.. source='address.c' object='address.lo' libtool=yes \ depfile='.deps/address.Plo' tmpdepfile='.deps/address.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/root/dist/ntop-current/ntop/myrrd -I/ usr/local/include -I/usr/local/include -g -O2 -I/usr/local/include -Wshado w -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-exter ns -fPIC -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-pro totypes -Wmissing-declarations -Wnested-externs -fPIC -c -o address.lo `test -f 'address.c' || echo './'`address.c Waiting for -MP.o.lock to be removed Waiting for -MP.o.lock to be removed Waiting for -MP.o.lock to be removed The -MP.o.lock error message continues displaying and never resolves.. ------- Luca Deri <[EMAIL PROTECTED]> ------- Luca Deri <[EMAIL PROTECTED]> _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
