>>>>> Jeffrey A Law <law@cygnus.com> writes: > You need collect2 -- else you're going to start running into problems > with shared library ctors/dtors and exception handling initialization > code. This is not true of ELF targets; they only use collect2 for -frepo handling and demangling of error messages. Jason