Hello, I am trying to install doxygen with fink, but it fails with the following output:
/usr/bin/make -f Makefile.doxygen all c++ -c -pipe -D__FreeBSD__ -Wall -W -O2 -I../qtools -I../libpng -I. -o ../objects/main.o main.cpp c++ -o ../bin/doxygen ../objects/main.o -L../lib -ldoxygen -ldoxycfg -lqtools -lpng ld: Undefined symbols: _crc32 _inflateReset _deflate _deflateEnd _deflateInit2_ _deflateReset make[2]: *** [../bin/doxygen] Error 1 make[1]: *** [all] Error 2 make: *** [all] Error 2 ### execution of make failed, exit code 2 Failed: compiling doxygen-1.3-3 failed I fixed the file Makefile.doxygen by changing the line: OBJECTS = ../objects/main.o To the line OBJECTS = ../objects/* And it will finish compiling. I then did the traditional "make install". And that works too. Now I am trying to get fink to become aware that it installed correctly. When I run fink update-all, it still tries to install it. How do I do this? Thanks Scott ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users