View Single Post
  #7  
Old 10-16-2014, 09:37 AM
CoryWalker
Fire Beetle
 
Join Date: Oct 2014
Posts: 23
Default

Thanks, jdoran. I've analyzed the default libcomon.a creation commands. The cmake commands that FreeBSD uses to create libcommon.a are these:

--
ar cr ../bin/libcommon.a (object files list ...)

ranlib ../bin/libcommon.a
--

These are their respective versions:

ar -V
GNU ar (GNU Binutils) 2.24

ranlib -V
GNU ranlib (GNU Binutils) 2.24

A note about the above commands. This is what the existing cmake build system does - provided by the project.

Can someone get the commands that Linux uses to create libcommon.a and get me the versions of these utilities?
Reply With Quote