Greg Schafer wrote: > It needs something like this: > > sed -i.bak 's,(test_ss,(./test_ss,' lib/ss/Makefile.in
Actually, that's not enough. This works: sed -i.bak 's,(test_ss,(LD_LIBRARY_PATH=$(LIB) ./test_ss,' lib/ss/Makefile.in Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
