List:MySQL and Perl« Previous MessageNext Message »
From:Rudy Lippan Date:November 16 2003 8:16pm
Subject:Re: DBD::mysql bug in Mac OS X 10.3
View as plain text  
On Sat, 15 Nov 2003, Matt Post wrote:

> Hello,
> 
Hello,

> I was getting the error above. However, when I ran the compile command 
> directly (not through the perl 'myld' script) everything compiled fine:
> 
> mpost89 ~/.cpan/build/DBD-mysql-2.9003$ MACOSX_DEPLOYMENT_TARGET=10.3 cc 
> -bundle -undefined dynamic_lookup -L/usr/local/lib dbdimp.o mysql.o -o 
> blib/arch/auto/DBD/mysql/mysql.bundle -L/usr/local/mysql/lib -lmysqlclient 
> -lz -lm
> mpost89 ~/.cpan/build/DBD-mysql-2.9003$ 


What is the output of 

 mpost89 ~/.cpan/build/DBD-mysql-2.9003$ MACOSX_DEPLOYMENT_TARGET=10.3 cc
 -bundle -undefined dynamic_lookup -L/usr/local/lib dbdimp.o mysql.o -o  
 blib/arch/auto/DBD/mysql/mysql.bundle -L/usr/local/mysql/lib   
-lmysqlclient  -lz -lm

 mpost89 ~/.cpan/build/DBD-mysql-2.9003$ echo $?

I'd just like to know what error code cc is returning.


Also could you try building the make file with  --nocatchstderr which 
keeps myld from runnign myld and see if everything compiles correctly.

Thank you,

Rudy

Thread
DBD::mysql bug in Mac OS X 10.3Matt Post16 Nov
  • Re: DBD::mysql bug in Mac OS X 10.3Rudy Lippan16 Nov
    • Re: DBD::mysql bug in Mac OS X 10.3Matt Post17 Nov