towerops/c_src
Graham McIntire 3433f631aa fix: correct library linking order in Makefile
Move -lnetsnmp to end of link command (after source files).
In GCC/Clang, library flags must come after the object files that
reference them for proper symbol resolution.

This fixes 'undefined symbol: init_snmp' runtime errors on Linux.
2026-01-30 13:24:25 -06:00
..
Makefile fix: correct library linking order in Makefile 2026-01-30 13:24:25 -06:00
towerops_nif.c fix: define _DEFAULT_SOURCE and _BSD_SOURCE for BSD types 2026-01-30 13:17:17 -06:00