Randy McMurchy wrote:

> #4: The custom makefile is broken in that libz and libm do not get
> pulled in.

It's also broken in other ways.

1) The line:

exec_prefix=$prefix

needs to be changed to:

exec_prefix=$(prefix)

2) The installed pkg-config file (libpng12.pc) is totally hosed because
values do not get substituted. Just look at it and you'll know what I mean.

Regards
Greg
-- 
http://www.diy-linux.org/

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to