Hello everyone,
I've not visited this site with a question, so I'm a bit clumsy with the interface, but here goes...
When I examine the code generated by gcc -v -o proggy.exe proggy.o I find that the command line expands into a large bunch of library options and libraries, all of which are linked using collect2.exe. What happened to ld.exe? Why don't I see that? Can someone explain to me what collect2.exe does?
Thanks, Mark Allyn