Yeah, so what makes you think ntop has EVER had make check logic?

It's an automatic target introduced by automake.  Since ntop's Makefile.in
is built from Makefile.am by automake, it's there.  Since RRDs Makefile.in
is NOT built by automake, it's not.

Add the lines:

check:
        @echo "Nothing to do"

(remember that's a TAB before the @, not spaces)

to myrrd/Makefile.in, rerun ./configure

But basically, don't bother with make check.

-----Burton



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Pierre
> Sent: Monday, February 23, 2004 10:55 PM
> To: [EMAIL PROTECTED]
> Subject: [Ntop-dev] Error running tests for ntop 3.0pre1
>
>
> # gmake check
> cd . && /bin/sh ./missing --run echo
>
> cd . && \
>    /bin/sh ./missing --run echo --gnu  Makefile
> --gnu Makefile
> Making check in myrrd
> gmake[1]: Entering directory `/tmp/ntop-3.0pre1/myrrd'
> gmake[1]: *** No rule to make target `check'.  Stop.
> gmake[1]: Leaving directory `/tmp/ntop-3.0pre1/myrrd'
> gmake: *** [check-recursive] Error 1
>
> _______________________________________________
> Ntop-dev mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop-dev
>

_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to