mtotho Posted February 4, 2008 Share Posted February 4, 2008 does anyone know how to make, or what is the extension for a 'unix executable file' ? thanks Link to comment https://www.insanelymac.com/forum/topic/85634-unix-executable-file-question/ Share on other sites More sharing options...
iPirate Posted February 4, 2008 Share Posted February 4, 2008 Isn't it just a compiled C file? go into terminal and type ./(path-to-the-executable-file from current location) and it will run the application. If you've "cd"-ed to the folder containing the executable file, you'd type ./(executable file name). So maybe use XCode then? Link to comment https://www.insanelymac.com/forum/topic/85634-unix-executable-file-question/#findComment-607903 Share on other sites More sharing options...
frantisheq Posted February 5, 2008 Share Posted February 5, 2008 chmod +x filename or something like that to make it executable Link to comment https://www.insanelymac.com/forum/topic/85634-unix-executable-file-question/#findComment-609522 Share on other sites More sharing options...
Recommended Posts