From: Hiromichi Watari Date: April 4 2011 2:49pm Subject: Re: Problem linking STL::map with mysqld List-Archive: http://lists.mysql.com/internals/38284 Message-Id: <74919.72383.qm@web121514.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable didrik Thank you for your suggestion, I tried it but I got the exact same errors. Hiromichi --- On Mon, 4/4/11, Tor Didriksen wrote: > From: Tor Didriksen > Subject: Re: Problem linking STL::map with mysqld > To: internals@stripped, hiromichiwatari@stripped > Date: Monday, April 4, 2011, 3:15 AM > 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 > > > > > >=A0 =A0=20 > Hiromichi >=20 > You are probably linking with gcc rather than g++ > Doing > =A0=A0=A0'export CXX=3Dg++' > before configuring/building will most likely solve your > problem. >=20 > -- didrik >=20 >=20 > --=20 > MySQL Internals Mailing List > For list archives: http://lists.mysql.com/internals > To unsubscribe:=A0 =A0 http://lists.mysql.com/internals?unsub=3Dhiromichi= watari@stripped >=20 >