Programmieren: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 5: Line 5:


GNU-Automake-Zyklus:
GNU-Automake-Zyklus:
* (optional: acscan)
* aclocal
* aclocal
* autoconf
* autoconf

Latest revision as of 22:18, 19 June 2020

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