Atsuya Fujito wrote: > Thank you for your mail. > I did % fink list doxygen libpng, and got follows, > > % fink list doxygen libpng > Information about 2768 packages read in 6 seconds. > i doxygen 1.3.5-1 Documentation system for C++, Java, > IDL a... > libpng-shlibs 1.0.12-7 PNG image format handling library > (old ve... > i libpng3 1.2.5-14 PNG image format handling library > i libpng3-shlibs 1.2.5-14 Shared libraries for libpng3 package
This looks OK. Installing libpng-shlibs does not change anything. You noted this. > dyld: doxygen can't open library: libpng12.0.1.2.4.dylib (No such file > or directory, errno = 2) Things to check: 1. Look at "ls -l /sw/lib/libpng*.dylib" and make sure that there isn't a symbolic link pointing to a non-existing file. You should see /sw/lib/libpng12.0.dylib -> libpng12.0.1.2.5.dylib If it shows "4" instead of "5", you should "fink reinstall libpng3-shlibs". 2. If 1 was OK, make sure you don't have some stray doxygen in /usr/local/bin or libpng*.dylib in /usr/local/lib. If there are, move them out of the way. 3. If 1 and 2 were OK or the error is still there after correcting them, "fink rebuild doxygen". -- Martin ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
