1. Make Install After Make
- Posted by euphoric (admin) Aug 21, 2013
- 1421 views
After I've maked Euphoria, isn't there a "make install" command that will actually install the updated Windows executables?
2. Re: Make Install After Make
- Posted by jimcbrown (admin) Aug 21, 2013
- 1402 views
After I've maked Euphoria, isn't there a "make install" command that will actually install the updated Windows executables?
Yes, though you'd need to have the 'install' command for it to work. Not sure if that's included in MSYS or not, off the top of my head.
3. Re: Make Install After Make
- Posted by euphoric (admin) Aug 21, 2013
- 1422 views
After I've maked Euphoria, isn't there a "make install" command that will actually install the updated Windows executables?
Yes, though you'd need to have the 'install' command for it to work. Not sure if that's included in MSYS or not, off the top of my head.
Well, I tried "make install," and it did some mkdir'ing of /usr/..., which didn't make sense on my Windows PC. Regardless, couldn't find the /usr directory afterwards, so I'm guessing none of it worked.
4. Re: Make Install After Make
- Posted by jimcbrown (admin) Aug 21, 2013
- 1422 views
After I've maked Euphoria, isn't there a "make install" command that will actually install the updated Windows executables?
Yes, though you'd need to have the 'install' command for it to work. Not sure if that's included in MSYS or not, off the top of my head.
Well, I tried "make install," and it did some mkdir'ing of /usr/..., which didn't make sense on my Windows PC. Regardless, couldn't find the /usr directory afterwards, so I'm guessing none of it worked.
Ah, you may need to pass an MSYS-friendly path name to the --prefix option of the configure script (or just set it manually as PREFIX=... in config.gnu to avoid rebuilding everything).