zarkanian@sh.itjust.works to Linux@lemmy.ml · 9 days agoAn amazing directory: /proclemmy.mlimagemessage-square64linkfedilinkarrow-up1255
arrow-up1255imageAn amazing directory: /proclemmy.mlzarkanian@sh.itjust.works to Linux@lemmy.ml · 9 days agomessage-square64linkfedilink
minus-squareeleijeep@piefed.sociallinkfedilinkEnglisharrow-up1·9 days agoHow would this differ from --prefix=$(pwd) ?
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up1·9 days ago--prefix=$(pwd) is resolved at compile time. If you move your compiled .so files to a different directory, they stop working.
How would this differ from
--prefix=$(pwd)?--prefix=$(pwd)is resolved at compile time. If you move your compiled .so files to a different directory, they stop working.