Author Topic: Suggestion: Add object file list for linker  (Read 3952 times)

Offline dfatcb

  • Multiple posting newcomer
  • *
  • Posts: 67
Suggestion: Add object file list for linker
« on: May 25, 2012, 06:36:53 pm »
The linker options has an option to list libraries.  However adding object files doesn't work with many linkers as they have separate options for library or object file.  If there was another list to add object files it would be very nice. 


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Suggestion: Add object file list for linker
« Reply #1 on: May 25, 2012, 06:58:53 pm »
Examples?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline dfatcb

  • Multiple posting newcomer
  • *
  • Posts: 67
Re: Suggestion: Add object file list for linker
« Reply #2 on: May 31, 2012, 08:40:38 pm »
I mean either have the library list able to determine .obj type files and pass them to the linker in the correct location or have a separate list it can pass to the linker (along with the various .obj files just produced by compiling source).  wlink for example has a separate -LIBR vs -FIL option .. obj files go to the -FIL option.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Suggestion: Add object file list for linker
« Reply #3 on: May 31, 2012, 10:54:31 pm »
What is wlink?
Please post the full log and then pinpoint what is wrong with the current implementation in C::B.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]