If you're compiling as root, you could try using a regular user instead, with a clean checkout/tarball.
Also if you could run try and compile above `conftest.c` like this: ```bash $gcc -S -o result.S conftest.c ``` And paste the contents of `result.S` to see if it's generating valid assembly for your architecture. -- 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/2040#issuecomment-452665465
