-
ld: unknown option: --whole-archive |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you please provide more information, such as your system and gcc version? |
Beta Was this translation helpful? Give feedback.
-
gcc with higher version is needed. We use gcc 4.8.5, and if you want to build xquic with the latest boringssl, gcc5 or gcc with higher version is needed. |
Beta Was this translation helpful? Give feedback.
gcc with higher version is needed. We use gcc 4.8.5, and if you want to build xquic with the latest boringssl, gcc5 or gcc with higher version is needed.
If you will build xquic with the latest boringssl, gcc5 or gcc with higher version will be needed.
After gcc is installed, you will get 2 gcc executable files in your system, one with path /usr/bin/gcc, the other with path /usr/local/bin/gcc if you configurated this directory to install gcc.