On Monday 08 November 2004 05:07, Vinny Abello wrote:

> gcc: cannot specify -o with -c or -S and multiple compilations

Ok, I'm feeling guilty (a bit). Luca, what do you think, reverting 
the last patch or finding another solution? Unfortunately I have
no FreeBSD to test. 

Vinny, in the meantime try to change (in rrdPlugin.c)

#ifdef WIN32
    safe_snprintf(__FILE__, __LINE__, cmd, sizeof(cmd), "%u:%I64u", rrdTime, 
value);
#else
    safe_snprintf(__FILE__, __LINE__, cmd, sizeof(cmd), "%u:%llu", rrdTime, 
value);
#endif

to

safe_snprintf(__FILE__, __LINE__, cmd, sizeof(cmd), "%u:%llu", rrdTime, value);
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to