You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to build this software as a dependency for another in userspace. I run ./configure --prefix=$PWD/install to keep things where I can access them. the build fails because the makefile tries to write to /usr/share/
I'm attempting to build this software as a dependency for another in userspace. I run ./configure --prefix=$PWD/install to keep things where I can access them. the build fails because the makefile tries to write to /usr/share/
steps to reproduce:
$ ./configure --prefix=$PWD/install
make install
result:
The text was updated successfully, but these errors were encountered: