Programmieren
From Elch-Wiki
Zusätzlich installieren:
- automake
- autoconf
GNU-Automake-Zyklus:
- 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