Results 34 comments of Andrew C. Morrow

@jbreams - Could you please take a look? Thanks.

Hmm. I think this was already done in b7cebf82bc5e5572308cc3a3fb958a825db91498 (PR 1167). Could you please pull the newest version of master and see if this is still an issue for you?

@loongson-gz - We have had a prior PR along these lines. Please see the following comment for background on why it is unlikely that we would be able to merge...

@ffontaine - Thanks for the pull request. The master branch of MongoDB recently switched to requiring GCC 8, and we do not see this error in our builds that use...

I get it now: this is 32-bit only. Thank you for clarifying that. We don't happen to do any 32-bit SSL enabled builds in our CI system, so we wouldn't...

Just to point out, you could certainly build mongodb without tcmalloc, by building with the `--allocator=system` SCons flag.

Thanks for clarifying that this is a partial backport request. Given that, I think it would be best to split out the library dependency change into a separate PR, since...

Also, in the other PR, can you provide some details on how you are building, what target fails to link, the link error, and your platform/toolchain?

@kaisbe - Thank you for the PR. I have a couple process requests: - First, would you mind opening a SERVER ticket? We require all commits to reference a ticket....

@bdbaddog - So, looking at what the `gcc` and `gxx` tools actually do, it appears that they do a bunch of work to detect the GCC version, which we don't...