04-11-2016, 11:15 AM
some changes have been made to eth msysgit package - it now wants to be in ProgramFiles(x86) and sets up environments in several choices on install.
I diverted it into wingsdev and everything almost worked but collision with my existing Haskell install and ld prevented make from completion. (ld.exe was from Haskell).
I took the easy path and removed Haskell.
But still no ld.exe.
Here is the last lines of the make attempt.
CC jmemnobs.lo
CCLD libjpeg.la
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -link
collect2.exe: error: ld returned 1 exit status
make[1]: *** [libjpeg.la] Error 1
make[1]: Leaving directory `/c/wingsdev/src/jpeg-9b'
make: *** [all] Error 2
Obviously c:/mingw was there from before also.
Any clues or am I going to have to break all my other environments to get it working
I diverted it into wingsdev and everything almost worked but collision with my existing Haskell install and ld prevented make from completion. (ld.exe was from Haskell).
I took the easy path and removed Haskell.
But still no ld.exe.
Here is the last lines of the make attempt.
CC jmemnobs.lo
CCLD libjpeg.la
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -link
collect2.exe: error: ld returned 1 exit status
make[1]: *** [libjpeg.la] Error 1
make[1]: Leaving directory `/c/wingsdev/src/jpeg-9b'
make: *** [all] Error 2
Obviously c:/mingw was there from before also.
Any clues or am I going to have to break all my other environments to get it working
