Re: [Firebird-devel] trying to compile fb trunk on Mac OSX Lion

2012-02-23 Thread Alex Peshkoff
On 02/23/12 11:05, Frank Schlottmann-Gödde wrote: > On 22/02/12 19:31, Rafael Kitover wrote: >> Hello fb hackers. >> >> I tried recently to compile firebird trunk on my Mac OSX Lion system and ran >> into some issues, which I'll describe here. >> g++ -O3 -DDARWIN -pipe -p -MMD -fPIC -fno-common -

Re: [Firebird-devel] trying to compile fb trunk on Mac OSX Lion

2012-02-22 Thread Frank Schlottmann-Gödde
On 22/02/12 19:31, Rafael Kitover wrote: > Hello fb hackers. > > I tried recently to compile firebird trunk on my Mac OSX Lion system and ran > into some issues, which I'll describe here. > g++ -O3 -DDARWIN -pipe -p -MMD -fPIC -fno-common -mmacosx-version-min=10.6 > -I/Users/rkitover/src/firebir

[Firebird-devel] trying to compile fb trunk on Mac OSX Lion

2012-02-22 Thread Rafael Kitover
Hello fb hackers. I tried recently to compile firebird trunk on my Mac OSX Lion system and ran into some issues, which I'll describe here. * configuring I put the following into my ~/.zshrc: export LIBPREFIX='/opt/local' export CPATH="$LIBPREFIX/include" export CPPFLAGS="-I$LIBPREFIX/include -