>>>>> "William" == William R Mattil <wrm@stripped>
> writes:
William> Sasha Pachev wrote:
>>
>> "William R. Mattil" wrote:
>> >
>> > Hello,
>> >
>> > Is there any version(s) of Mysql and Mysql-modules that will work under
>> > AIX 4.2 gcc or egcs compiler(s) ? The last two versions fail work. I
>> > need to get an app moved off of a Linux box onto a Risc 6000 and am
>> > running into a rather huge road-block. Mysql compiles and runs but the
>> > Mysql-modules fail to compile due to a library error.
>> >
>>
>> What is the error?
>>
William> Mysql 3.22.22 Library Problem prevents compilation
William> of Msql-Mysql-modules-1.2014 under AIX 4.2 with gcc compiler
William> egcs-1.1.1 release
William> ld: 0711-317 ERROR: Undefined symbol: .__udivdi3
Hi!
Please consilt the Msql-mysql-modules README file! This explains the
above problem!
The problem is that you need to add -lgcc to your link line because
your perl program isn't compiled with the same compiler as MySQL!
Regards,
Monty