Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created January 4, 2012 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/1562844 to your computer and use it in GitHub Desktop.
Save TooTallNate/1562844 to your computer and use it in GitHub Desktop.
make.exe error while trying to make libffi on Windows
C:\Users\Nathan\Documents\node-ffi\deps\libffi>C:\Users\Nathan\Desktop\make.exe
makefile:2029: warning: overriding commands for target `tags'
makefile:2017: warning: ignoring old commands for target `tags'
makefile:2051: warning: overriding commands for target `ctags'
makefile:2040: warning: ignoring old commands for target `ctags'
C:\Users\Nathan\Desktop\make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)
@twall
Copy link

twall commented Jan 5, 2012

Looks like you need a different make. The one you've got is crapping out.

@TooTallNate
Copy link
Author

Ya I figured this one out, had to do with spaces in the $PATH :\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment