Forum Discussion
Altera_Forum
Honored Contributor
20 years agoProblem with libpng
Hi, I compiled the kernel with building libpng (Kernel/library/defaul tselection->Customize Vendor /User Settings->Library Configuration->Build libpng).I have selected Building libZ which was n...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by leewood@Jul 31 2006, 07:21 PM what is wrong in it??pls hlep.
thanks
--leewood
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17299)
--- quote end ---
--- Quote End --- Your all target reads
all: libpng.a libpng.so try changing it to read all: libpng.a. If the compiler doesn't understand how to build "shared objects", then it doesn't make any sense to include the shared object (.so) target. Cheers, - slacker