gclib  2.0.8
Communications API for Galil controllers and PLCs
Linux

Copy examples to a temporary directory

cp -r /usr/share/gclib/doc/examples/cpp .
cd cpp

Run Make

To build all examples:

make

To build a single example:

make commands.o

To run an example:

./commands_example.out