--- Quote Start ---
originally posted by leewood@Jul 31 2006, 05:16 PM
in fact,i want to add the application "vidcat" (miscellaneous application->video tools->vidcat) into my kernel. it needs libz,libpng and libjpeg builded before. the libz and libjpeg have been builded, but libpng always failed.
pls help.thanks!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17296)
--- quote end ---
--- Quote End ---
Take a look at your two successful library builds and find out what command was used to create the static library. (something like libpng.a)
Also, it's pretty likely that the libpng makefile already knows how to build the archive library (.a extension) as that is a typical build target on systems that are capable of building and using shared libraries.
Cheers,
- slacker