build/make one dynamic link .so file from many C source

Stefan Ring stefanrin@gmail.com
Thu Nov 12 09:03:40 GMT 2020


On Thu, Nov 12, 2020 at 2:30 AM Budi via Gcc-help <gcc-help@gcc.gnu.org> wrote:
>
> just curious,
> it's actually g++ executable or (from gcc command silently passed to)
> ld executable task/processs ?

gcc/g++ invokes ld. You can see this if you pass the -v flag. Well,
actually it runs its own collect2 program, which is a wrapper around
ld.


More information about the Gcc-help mailing list