On Fri, 9 Mar 2012 19:18:09 +0200 Vitali <[email protected]> wrote: > Hi, techs. > > I had to build gecode, took it from > http://www.gecode.org/download/gecode-3.5.0.tar.gz > Ran ./configure and there popped up the following error: > > "checking for the host operating system... configure: error: Host OS > not supported." > > I opened the file configure, found the line > > GNU/kFreeBSD|*inux*|FreeBSD) > > changed it to > > GNU/kFreeBSD|*inux*|FreeBSD|OpenBSD) > > then ran configure again and it ran up smoothly. After that gmake and > gmake install did the rest of the job. > > It at least seems weird to me how strange developpers may be... ;-/
Hi, if it works fine please reports it upstream. Cheers, Remi.
