This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: collect2


> Does anybody have examples of the use of "collect2". 

What kind of examples are you looking for? If you compile

#include <iostream>

int main()
{
  std::cout<<"Hello, world"<<std::endl;
}

egcs will invoke collect2 before linking.

Hope this helps,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]