[Github-comments] [geany] cannot compile with shared object (#837)

Colomban Wendling notifications at xxxxx
Mon Dec 21 14:29:57 UTC 2015


> I am trying, successfully to debug it through gdb:
> gcc -g test.c -lds

This is not a GDB command, but a GCC one, building a file named test.c, adding debugging info and linking `libds`.

Running under GDB would look like
```console 
$ gdb a.out
...
(gdb) run
...
```

BTW, note that Geany doesn't have any builtin debugger, but three plugins: *debugger*, *scope* and *geanygdb*, so it's unlikely to be a Geany issue.
And code 127 usually means "program not found", so maybe you just don't have GDB installed?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/837#issuecomment-166317703
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151221/4f8de6bf/attachment.html>


More information about the Github-comments mailing list