Mail Archives: djgpp/1997/04/08/00:08:17
Amit Barak wrote:
>
> How do i create a library 'libxxx.a' from a group of C++
> code files ?
gcc -c file1.cc file2.cc file3.cc
ar rvs libxxx.a file1.o file2.o file3.o
--
John M. Aldrich <fighteer AT cs DOT com>
* Anything that happens, happens.
* Anything that, in happening, causes something else to happen,
causes something else to happen.
* Anything that, in happening, causes itself to happen again, happens
again.
* It doesn't necessarily do it in chronological order, though.
--- Douglas Adams
- Raw text -