From: Michal L. <ml...@lo...> - 2010-02-01 08:14:07
|
Karl O. Pinc wrote: > Looks like sed -i isn't portable. It's probably a gnu extension. I just tried to install sqlgrey on my HP-UX box and indeed there are more problems than just sed -i For instance the Makefile alone requires GNU make (gmake), the original HP-UX make didn't like it. How's it on Solaris? Do you guys install it with make or with gmake? A while later it fails on "install -d -m ...". Apparently my 'install' requires different options to GNU install. So ... do we aim to be completely installable without GNU tools? At the moment we're failing regardless whether I revert the change or not (I did, don't worry ;-) Michal |