Hi Shivam,
> On 2 Apr 2022, at 06:57, Shivam Gupta wrote:
>
> I saw your last year's mail for the same topic on the GCC mailing list
> -https://gcc.gnu.org/pipermail/gcc/2020-March/000230.html.
The patch was applied to GCC-11 (so is available one GCC-11 branch and will be
on GCC-12 when that
Hi Iain,
Thank you for the quick response and the effort to make that feature
available.
When I reconfigured/build GCC
with --with-gxx-libcxx-include-dir=/usr/include/c++/v1/ , -stdlib= option
is now available to take libc++.
thanks,
Shivam.
On Sat, Apr 2, 2022 at 3:21 PM Iain Sandoe wrote:
>
Hi Iain,
May I ask why we need to specify --with-gxx-libcxx-include-dir= at
compile/configure time of GCC? While in clang equivalent, -stdlib= doesn't
require so.
thanks,
Shivam
On Sat, Apr 2, 2022 at 7:32 PM Shivam Gupta wrote:
> Hi Iain,
>
> Thank you for the quick response and the effort t
Snapshot gcc-11-20220402 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/11-20220402/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 11 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Hi Shivam,
> On 2 Apr 2022, at 17:48, Shivam Gupta wrote:
>
> May I ask why we need to specify --with-gxx-libcxx-include-dir= at
> compile/configure time of GCC?
The libc++ headers are not part of a base system install (on Darwin they are
part of either Xcode or Command Line Tools installat