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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
I'm trying to build
node
as a shared library onubuntu 12.4.4
, but I'm getting an error in themake
job.I've changed the build target type in
node.gyp
to be a shared library as the following:then I've executed
./configure
thenmake -j8
, but an error occurred during the build process.I don't know what's the problem exactly and how this can be fixed ?
The text was updated successfully, but these errors were encountered: