Sudo make install gives off error
When running sudo make install, I encounter this problem: /usr/bin/ld: cannot open output file joycond: Is a directory collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/joycond.dir/build.make:219: joycond] Error 1 make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/joycond.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
seconded, except my error is a little different:
/usr/bin/ld: cannot open output file joycond: Is a directory collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/joycond.dir/build.make:204: joycond] Error 1 make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/joycond.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
i'm running linux mint btw
seconded, except my error is a little different:
/usr/bin/ld: cannot open output file joycond: Is a directory collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/joycond.dir/build.make:204: joycond] Error 1 make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/joycond.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
i'm running linux mint btw
I'm getting the same error. Did you ever figure it out?