View Single Post
  #5  
Old 08-14-2003, 03:38 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Theres some namespace clashes in there... No idea what version of gcc, but when you see the undeclared reference to std::cout , try to add a using namespace <std> (think thats the syntax) to define the namespace.

Also, your missing the paths to the mysql dev headers still in world.. Make sure they are in your standard include path.. (rebooting will help also)
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote