Dear Ladies and Sirs,

it is necessary to include this into the makefileof libpng 1.2.4, 
because the path to zlib does not fit the actual directory tree.

Path:
ntop-current/gdchart0.94c/gd-1.8.3/libpng-1.2.4/scripts

File:
"makefile.gcc"

Change to do: (pls. correct the path of zlib and inseet the comments)

# makefile for libpng using gcc (generic, static library)
# Copyright (C) 2000 Cosmin Truta
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# For conditions of distribution and use, see copyright notice in png.h
#
# these are the original settings of libpng
# ZLIBINC = ../zlib
# ZLIBLIB = ../zlib

# these are the settings for the distribution contained with ntop
# Location of the zlib library and include files
# $NTOPROOT/gdchart0.94c/gd-1.8.3/libpng-1.2.4
# $NTOPROOT/gdchart0.94c/zlib-1.1.4
ZLIBINC = ../../zlib-1.1.4
ZLIBLIB = ../../zlib-1.1.4 

With regards.
F.

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop-dev

Reply via email to