Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Rune Zedeler <[EMAIL PROTECTED]> writes: >> PNGLIB = -L$(PNGDIR) -L$(HOME)/usr/$(HOSTTYPE)/lib -lpng > > but (most probably) don't tell the runtime linker about > this path. > > Try > > export LD_LIBRARY_PATH=$HOME/usr/$HOSTTYPE/lib
You can also set LD_RUN_PATH (or use ld -rpath) while building. Then the executable will know where to find its libraries, and you won't have to set LD_LIBRARY_PATH at runtime. paul _______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
