I've created an archive that works. I called the output file "libK9.a" I called it this as I thought gcc lib files had to begin with lib and end in .a
Trying to include the lib with the -l command on the linker does not work. Specifying as just a input file works.
Should I worry about this or is an 'archive' different to a lib file, I thought that they were the same thing.
I'm a bit confused :huh:
P.s. I'm not using a make file.