Programmieren

From Elch-Wiki
Jump to navigationJump to search

Zusätzlich installieren:

  • automake
  • autoconf

GNU-Automake-Zyklus:

  • (optional: acscan)
  • aclocal
  • autoconf
  • automake

Compile-Zyklus:

  • ./configure
  • make
  • make install

Allgemeines:

  • Source-Files und Linker-Flags in Makefile.am definieren

GDB:

  • Doku: [1]
  • Start: gdb <file> <proc-id to attach to>
  • Signal ignorieren: handle SIGUSR1 nostop
  • Laufen lassen nach attach: continue / c