On 2010-04-30, R0me0 *** <knight....@gmail.com> wrote: > Hello there, > > I4m trying to compile firebird 2.0.5 from source on openbsd 4.4 > > I Have the follow error: > > # ./configure > checking whether make sets $(MAKE)... yes > checking build system type... i386-unknown-openbsd4.4 > checking host system type... i386-unknown-openbsd4.4 > checking target system type... i386-unknown-openbsd4.4 > configure: error: unsupported platform i386-unknown-openbsd4.4 > But looking into configure script, I see routines for OpenBSD
autoconf generates a configure script from an application's configure.in, configure.ac or similar file, and a bunch of other files. The OpenBSD routines you see are from one of those other files, they aren't enough. Firebird's configure.in specifically tests for certain types of OS, and does not support OpenBSD as it stands.