Author: Jim Smyser
Email: [EMAIL PROTECTED]
Message:
Dubun,

The problem I think is that a lot of folks use precompiled binaries these days like 
RPM's and so makes it a little more tricky....

If the mysql binaries are compiled with gcc or egcs and perl is using another compiler 
than you will see these undefined errors when running make test. Which means linker 
doesn't include libgcc.a.

You would have to recompile either perl or Mysql, doesn't matter which so long as you 
use the same compiler for both. 


Ideally to prevent the errors in the first place is to force something like this line 
during make:

 -L/usr/lib/gcc-lib/i386-redhat-linux/gcc-2.7.2.3 -lgcc


Jim


Reply: <http://search.mnogo.ru/board/message.php?id=1728>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to