[Cs3] to create a (static) library

Mikhail Nesterenko mikhail at cs.kent.edu
Thu Apr 28 16:13:58 EDT 2022


you'll need to run an achiever

prompt% ar rcs libMylibrary.a file1.o file2.o file3.o

I created a Makefile for the PIMPL example here:

  http://antares.cs.kent.edu/~mikhail/classes/cs3/Examples/PIMPL/

Thanks,
-- 
Mikhail


More information about the cs3 mailing list