c - Why am I getting a gcc

c - Why am I getting a gcc "undefined reference" error trying to create ...

瀏覽:1255
日期:2026-04-23
Recent versions of gcc/ld default to linking with --as-needed . This means if you write -lexternal before the C file the library will automatically get ......看更多