in message <[EMAIL PROTECTED]>, wrote marcel bertonzzin thusly... > > Well, i tried to compile FVWM 2.5.16 on my FreeBSD 6.1-RC and I got > some problems with ld(1) because of these Makefiles: > > fvwm-2.5.16/modules/FvwmAnimate/Makefile > fvwm-2.5.16/modules/FvwmBanner/Makefile > fvwm-2.5.16/modules/FvwmWharf/Makefile > fvwm-2.5.16/bin/Makefile > fvwm-2.5.16/Makefile > > Because of the png_LIBS variable, that is set to: > -lpng -lz > but should be: > -L/usr/local/bin -lpng -lz
Seems like you are not using Ports which has the above mentioned version in x11-wm/fvwm2-devel. In any case, you can specify the location of png related files via configure included in fvwm source by passing "--with-png-includes" & "--with-png-library" In any case, do you really have 'include', 'lib' directories under '/usr/local/bin' given your proposed (non)solution? - Parv --