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
Hi, I am running into some problems when trying to build lem and I do not know if these problems are Windows/Cygwin specific.
The first problem is that running make at the top-level will give me an error message saying lem is not an executable file. The problem seems to come from executing ln -sf src/main.native lem several times. This can be fixed by a few minor modifications (I can submit my changes as a PR later).
The other problem is that when running to make lib_phase_1, I will get the following message:
Hi, I am running into some problems when trying to build
lem
and I do not know if these problems are Windows/Cygwin specific.The first problem is that running
make
at the top-level will give me an error message sayinglem
is not an executable file. The problem seems to come from executingln -sf src/main.native lem
several times. This can be fixed by a few minor modifications (I can submit my changes as a PR later).The other problem is that when running to
make lib_phase_1
, I will get the following message:I have no clue what the problem is and how to fix it. I wonder if anyone have seen this before, or have some ideas about what happened. Thanks!
PS: The
C:\\cygwin64\\tmp\\lem_tempbd8293
is present in my system.The text was updated successfully, but these errors were encountered: