Hi Martin. I eventually realized that doxygen had its own internal libpng, and I asked one of the folks who is having trouble to generate a session log of fink trying to build doxygen on his system and send it to me... Unfortunately, it is identical to my own session log until the failure occurs.
The only thing I can think of is that somehow ld is implicitly searching someplace like /usr/local/lib and these folks have a /usr/local/lib/libpng.dylib Moreover, they have a broken one, which doesn't properly link libz. The solutions I've thought of involve modifying the Makefile, so that either ../libs/libpng.a is linked in explicitly, or we add -L/sw/lib and let it link to the fink-installed libpng.dylib. -- Dave ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
