SyntaxFix
Write A Post
Hire A Developer
Questions
It is possible of course, use -l: instead of -l. For example -l:libXYZ.a to link with libXYZ.a. Notice the lib written out, as opposed to -lXYZ which would auto expand to libXYZ.
-l:
-l
-l:libXYZ.a
libXYZ.a
lib
-lXYZ
libXYZ