On 14 Oct 2005 12:56:18 +0400, George Nephrite Potapov wrote:
> 
> I don't know if this bug is fvwm team's fault, but here it is.
> 
> I configure cvs version (after all automake/autoconf stuff, of course)
> like this:
> 
> configure --with-png-includes=/usr/local/include \
>         --with-png-library=/usr/local/lib
> 
> It successfully executes and says that I WILL have PNG support.
> But then I run make and it fails with message
> 
> /usr/bin/ld: cannot find -lpng
> 
> I looked into generated Makefiles and there is a line
> 
> png_LIBS=-lpng
> 
> see, the "-L/usr/local/lib" stuff's missing!
> 
> I corrected it manually, but of course it is a bug in configure script or
> whereever it is.
> 
> What do you say?

Which system do you use? To read about the solution, please run:

  grep -10 LDFLAGS INSTALL.fvwm

Regards,
Mikhael.

Reply via email to