c++g++exetar

How to make exe/tar.bz2 from .o file in G++?


Is there any way to make exe or tar.bz2 file from .o file in G++? Must I use nasm or any else program for making axe and tar.bz2, or it is possible in G++?


Solution