Subject Re: [firebird-php] can't build firebird ext on osx/mamp (fbclient missing)
Author Philippe Makowski
tjelvare [09-10-25 22.12] :
> I'm trying to add the interbase-extension on mamp (osx lamp),
> xcode, macports and m4 is there, phpize runs fine,
> upon
> ./configure --with-interbase=shared,/Library/Frameworks/Firebird.framework
you have to pass something like this to gcc :
-I/Library/Frameworks/Firebird.framework/Headers -framework Firebird