> I'll give that a shot tomorrow. This is made more challenging due to the > code that calls collect2 is itself already compiled rather than being a > script or Makefile.
collect2 should not be referenced in the Makefile directly, as it is a compiler backend. If it is, I would say that Makefile needs revising. It looks like you have the backend stepping in messing up the linking step. I came to this conclusion by reading the following documentation: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
