Building the Firebird Database on Mac OSX Tiger

Jun 23, 2005 19:57 · 118 words · 1 minute read

The folks who make the Firebird database only package up the “classic” server for the Mac. This is a process-based server and is more resource intensive than the multithreaded SuperServer. David Pugh has written up instructions for building a Firebird SuperServer on Mac OS X.

I have a couple of additions for people using Tiger. First, you’ll need to gcc_select 3.3, because Firebird does not appear to be gcc 4.0 compatible at this point.

The next thing needed for Tiger is to include the SystemStubs library. If you search the configure.in file for CoreFoundation, you’ll find the line you need to change. Add a “-lSystemStubs ” in front of the -framework and you should be good to go.