Spork Schivago - 2015-06-14

I was wrong about the dlsys and dlopen. They are available in Linux. To get past that error, I had to modify GNUMakefile and add -ldl to the LIBS = variable like so:

LIBS = -ldl

The program still failed to compile. It did create an arj executable though but it does not run right at all. If I try executing just the arj file, it says CRC error. If I try --help, -help, -h, --h, --?, -?, or /? it errors out saying invalid switch.