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
As noted elsewhere, I constructed a minimal PATH variable to exclude random unix-like tools from the tool chain. That got me a ways through the "make".
My current stumble is in make "make"
checking whether the C compiler works... no
configure: error: in `/cygdrive/c/crossbridge-master/build/win/make':
configure: error: C compiler cannot create executables
The text was updated successfully, but these errors were encountered:
I've determined the primary problem is that things which are symbolic links in the distribution (for example /usr/bin/cc) do not function as links when installed. There are a lot of them. I tried installing with both the zip and github methods.
As noted elsewhere, I constructed a minimal PATH variable to exclude random unix-like tools from the tool chain. That got me a ways through the "make".
My current stumble is in make "make"
checking whether the C compiler works... no
configure: error: in `/cygdrive/c/crossbridge-master/build/win/make':
configure: error: C compiler cannot create executables
The text was updated successfully, but these errors were encountered: