[Github-comments] [geany/geany] Cpp file compiled but not recognized as valid on execute (#2297)

Colomban Wendling notifications at xxxxx
Sat Sep 14 06:36:50 UTC 2019


@lynas685 Geany provides by default 2 separate commands for C++: "Compile" and "Build".  "Compile" will only call the compiler to create an object file (`.o`) which is not an executable by itself but a compiled version of the file that can be used later on to create an executable (you can think of it like a kind of static library if you will). "Build" OTOH will try and create a complete executable, which sounds lie what you want.
Make sure you use the correct one, and as @codebrainz mentioned, maybe check the commands are OK.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2297#issuecomment-531454742
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190913/2699f7e7/attachment-0001.html>


More information about the Github-comments mailing list