~ # qlist -e ghostscript-gpl | grep -E '(\.so$|\.a$)' /usr/lib64/libgs.so /usr/lib64/libijs-0.35.so /usr/lib64/libijs.so /usr/lib64/libijs.a I don't have libgs.a
Did you expect it for a particular reason? I don't know if this is intentional or not, but I'm wondering how you noticed, or if you've just noticed by chance.
I noticed it while trying to build a static gs.
USE=static-libs isn't supposed to give you a static /usr/bin/gs anyway though?
(In reply to Sam James from comment #3) > USE=static-libs isn't supposed to give you a static /usr/bin/gs anyway > though? no, static-libs only build and install .a files. What are you talking about should be USE="static" that adds -static ldflag
(In reply to Agostino Sarubbo from comment #4) > (In reply to Sam James from comment #3) > > USE=static-libs isn't supposed to give you a static /usr/bin/gs anyway > > though? > > no, static-libs only build and install .a files. What are you talking about > should be USE="static" that adds -static ldflag I'm talking about a static /usr/bin/gs because... (In reply to Agostino Sarubbo from comment #2) > I noticed it while trying to build a static gs. of this. What exactly were you trying to do?