You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/02/14 15:49:48 UTC

[GitHub] [arrow-adbc] zeroshade commented on issue #455: [Go] Error building go driver manager (no C++ standard set)

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org