c - Why am I getting a gcc

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

瀏覽:1381
日期:2025-10-01
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 ......看更多