| List: | Internals | « Previous MessageNext Message » | |
| From: | Tor Didriksen | Date: | April 4 2011 7:15am |
| Subject: | Re: Problem linking STL::map with mysqld | ||
| View as plain text | |||
On 2011-04-03 21:54, Hiromichi Watari wrote: > Hi Magnus, > Thank you for your suggestion, I included the following at the end of table.h and I > got similar and more errors. > Looks like I might have to write my own map container (oh nooooooooo !). > Hiromichi > > > Hiromichi You are probably linking with gcc rather than g++ Doing 'export CXX=g++' before configuring/building will most likely solve your problem. -- didrik
