> From: Jones Syue 薛懷宗 <jonessyue@qnap.com> > Date: Mon, 27 May 2024 10:54:12 +0000 > > +if test "${with_static_mpfr_gmp}" = yes; then : > + gmplibs="-l:libmpfr.a -l:libgmp.a" I don't see this -l:LIBRARY.a syntax documented in the GCC manual. Is it universally accepted by compilers? Thanks.