You can specify the full path to the static libs without the -l
flag to link with those.
gcc ... source.c ... /usr/lib32/libmysuperlib.a ...
You can specify the full path to the static libs without the -l
flag to link with those.
gcc ... source.c ... /usr/lib32/libmysuperlib.a ...