Programmieren: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 16: Line 16:
Allgemeines:
Allgemeines:
* Source-Files und Linker-Flags in Makefile.am definieren
* Source-Files und Linker-Flags in Makefile.am definieren
GDB:
* Start: gdb <file> <proc-id to attach to>
* Signal ignorieren: handle SIGUSR1 nostop
* Laufen lassen nach attach: continue / c

Revision as of 11:33, 11 March 2007

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:

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