bigtreeliujie opened a new issue #232: build-thirdparty.sh has bad gcc link URL: https://github.com/apache/incubator-doris/issues/232 **Describe the bug** build-thirdparty.sh assume gcc is in /bin/gcc if there is no palo-toolchain/gcc. But, in many Linux distribution gcc is in /usr/bin/gcc. Actually, if default gcc is used, use "gcc" directly from PATH. **To Reproduce** Steps to reproduce the behavior: 1. build-thirdparty.sh 2. See error ./build-thirdparty.sh: line 114: /bin/gcc: No such file or directory **Expected behavior** **Screenshots** **Desktop (please complete the following information):** - OS: Ubuntu - Version: 16.04 **Additional context** After fix #231
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
