Would it be possible to change the order of all of the lines such as
LIBS="-lpng $LIBS" so that they read:
LIBS="$LIBS -lpng" in the makefiles? On Solaris, at least, the linker
reads from left to right, and errors out if the library is mentioned first
and isn't in an automatically searched library path. Reversing the order
allows libraries to correctly search the included paths that were
specified, using such options as --with-png-lib= or any of the others.
Thanks.
-Drew Schatt
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev