zeroshade commented on issue #455: URL: https://github.com/apache/arrow-adbc/issues/455#issuecomment-1429967221
So CGO looks for gcc unless CC/CXX env vars are set. If the version of gcc (or whatever default compiler it drops to) is old enough, it won't default to C++11 or newer. My guess is the default compiler on your MacOS just defaults to an older C++ std without the flag. That said, I agree if we add it to the .go file as a C flag that should solve this problem in the future -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
