cp Changes blib/lib/DBD/ODBC/Changes.pm cp ODBC.pm blib/lib/DBD/ODBC.pm gcc -c -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include -I. -I/usr/local/ActivePerl-5.8/lib/auto/DBI -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" "-I/usr/local/ActivePerl-5.8/lib/CORE" -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include ConvertUTF.c /usr/local/ActivePerl-5.8/bin/perl -p -e "s/~DRIVER~/ODBC/g" /usr/local/ActivePerl-5.8/lib/auto/DBI/Driver.xst > ODBC.xsi /usr/local/ActivePerl-5.8/bin/perl /usr/local/ActivePerl-5.8/lib/ExtUtils/xsubpp -typemap /usr/local/ActivePerl-5.8/lib/ExtUtils/typemap ODBC.xs > ODBC.xsc && mv ODBC.xsc ODBC.c Warning: duplicate function definition 'data_sources' detected in ODBC.xs, line 202 gcc -c -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include -I. -I/usr/local/ActivePerl-5.8/lib/auto/DBI -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" "-I/usr/local/ActivePerl-5.8/lib/CORE" -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include ODBC.c ODBC.xs: In function 'XS_DBD__ODBC__dr_data_sources': ODBC.xs:231: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness ODBC.xs:251: warning: pointer targets in passing argument 2 of 'Perl_newSVpv' differ in signedness ODBC.xs: In function 'XS_DBD__ODBC__dr_data_sources': ODBC.xs:231: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness ODBC.xs:251: warning: pointer targets in passing argument 2 of 'Perl_newSVpv' differ in signedness gcc -c -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include -I. -I/usr/local/ActivePerl-5.8/lib/auto/DBI -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" "-I/usr/local/ActivePerl-5.8/lib/CORE" -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include dbdimp.c ... ## SEEMS LIKE THE SAME SORT OF WARNINGS, BUT A LOT LESS OUTPUT THAN BEFORE ### ... dbdimp.c: In function 'odbc_db_login6': dbdimp.c:582: warning: pointer targets in passing argument 3 of 'SQLDriverConnect' differ in signedness dbdimp.c:582: warning: pointer targets in passing argument 5 of 'SQLDriverConnect' differ in signedness dbdimp.c:641: warning: pointer targets in passing argument 2 of 'SQLConnect' differ in signedness dbdimp.c:641: warning: pointer targets in passing argument 4 of 'SQLConnect' differ in signedness dbdimp.c:641: warning: pointer targets in passing argument 6 of 'SQLConnect' differ in signedness ... gcc -c -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include -I. -I/usr/local/ActivePerl-5.8/lib/auto/DBI -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" "-I/usr/local/ActivePerl-5.8/lib/CORE" -I/var/root/perforce_install/ODBC/libiodbc_install_dir/include unicode_helper.c Running Mkbootstrap for DBD::ODBC () chmod 644 ODBC.bs rm -f blib/arch/auto/DBD/ODBC/ODBC.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 ConvertUTF.o ODBC.o dbdimp.o unicode_helper.o -o blib/arch/auto/DBD/ODBC/ODBC.bundle \ -L/var/root/perforce_install/ODBC/libiodbc_install_dir/lib -lodbc \ ld: warning in /var/root/perforce_install/ODBC/libiodbc_install_dir/lib/libodbc.a, file is not of required architecture chmod 755 blib/arch/auto/DBD/ODBC/ODBC.bundle cp ODBC.bs blib/arch/auto/DBD/ODBC/ODBC.bs chmod 644 blib/arch/auto/DBD/ODBC/ODBC.bs Manifying blib/man3/DBD::ODBC.3