View Single Post
  #3  
Old 07-23-2006, 01:15 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

either mysql or perl is outputing that flag, try running:
perl -MExtUtils::Embed -e ccopts
or
mysql_config --cflags

to see which one... whiever one it is needs to be updated or something to make it work with new gcc... or just downgrade as previously suggested.
Reply With Quote