Subject FB Mac OS X
Author Naoto Gohko
Hi,
It contributes for the first time.

In the following environments, it is investigating
about construction of DBD-InterBase.
Firebird 1.0.1 for Mac OS X 10.2 is installed by pkg.

Although investigated, I have not performed "make test" well.

If some people know good advice and some good sources of
information, please let me know.

The portions in which I changed Makefile.PL of DBD-InterBase are the
following portions.

[geen:bsd_ufs/cvsdbi-interbase/dbi-interbase] chroum% diff Makefile.PL
Makefile.darwin.PL
75a76,87
> elsif ($Config::Config{osname} eq 'darwin')
> {
> $isql_name = 'isql';
>
> # try to find InterBase installation via the registry
> my $ib_bin_dir = '';
>
> $ib_lib_dir .= '\\' unless ($ib_lib_dir =~ m|^.*\\$|gi);
>
> @ib_bin_dirs = (qw(/opt/interbase/bin
/Library/Frameworks/Firebird.framework/Resources/bin));
> @ib_inc_dirs = (qw(/opt/interbase/include
/Library/Frameworks/Firebird.framework/Headers));
> }
431a444,454
> }
> elsif ($os eq 'darwin')
> {
> my $ib_lib = dir_choice("InterBase lib directory",
> [qw(/Library/Frameworks/Firebird.framework
/opt/interbase/lib)],
> [qw(Firebird libgds.dylib)]);
> #$MakeParams{'LIBS'} = "-L$ib_lib";

Thanks.

=================================================
| Naoto Gohko
| <mailto:n-gohko@...>
=================================================