[Mingw-w64-public] Adding my library

2013-09-04 Thread Incongruous
I have a number of folders and classes that I use in all my programs, a library. I would like to add that directory in the path for the compiler to search. https://skydrive.live.com/?cid=1ecc73232b89516a#cid=1ECC73232B89516Aid=1ECC73232B89516A%21115v=3 Thanks in advance

[Mingw-w64-public] The API supported by g++11_64bit

2013-09-04 Thread Incongruous
Hi, is there a C++11 table describing the API supported by g++64? I am having problems getting shared_ptr to work, I wonder if it is supported by GCC-64 8.1.+ tia-- Learn the latest--Visual Studio 2012, SharePoint 2013,

Re: [Mingw-w64-public] Adding my library

2013-09-04 Thread niXman
2013/9/5 Incongruous Sorry, the question is: How do I do that? gcc --help -- Regards, niXman ___ Dual-target(32 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/

Re: [Mingw-w64-public] The API supported by g++11_64bit

2013-09-04 Thread JonY
On 9/5/2013 06:18, Incongruous wrote: Hi, is there a C++11 table describing the API supported by g++64? I am having problems getting shared_ptr to work, I wonder if it is supported by GCC-64 8.1.+ As far as I know, no, there is no problem. Produce a minimalist test case to show your

[Mingw-w64-public] 2.0.8 doesn't build gcc 4.8.0?

2013-09-04 Thread Roger Pack
Hello. Despite my not understanding it, for some reason with 2.0.8 I'm unable to build gcc 4.8.0, I get this output: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55706 however, that should have been fixed in r4357, which should have been included in 2.0.8, so I'm at a bit of a loss. Any ideas?

Re: [Mingw-w64-public] The API supported by g++11_64bit

2013-09-04 Thread Incongruous
Thanks for your help. Perhaps it is the way I am using it GNU version is 4.8.1 #include tr1/memory tr1::shared_ptruiexception uex; Is this correct? TIA -Original Message- From: JonY Sent: Wednesday, September 04, 2013 6:25 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: