Blog: 2025-02-23: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Fun with the gcc compiler and linker <pre> hack $ gcc-14 -L /usr/local/lib/ -I /usr/local/include/ -Wall -Werror -l zmq hwserver.c -o hwserver hack $ ./hwserver </pre>") |
(No difference)
|
Revision as of 00:03, 24 February 2025
Fun with the gcc compiler and linker
hack $ gcc-14 -L /usr/local/lib/ -I /usr/local/include/ -Wall -Werror -l zmq hwserver.c -o hwserver hack $ ./hwserver