Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: dfatcb on May 25, 2012, 06:36:53 pm

Title: Suggestion: Add object file list for linker
Post by: dfatcb 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. 

Title: Re: Suggestion: Add object file list for linker
Post by: oBFusCATed on May 25, 2012, 06:58:53 pm
Examples?
Title: Re: Suggestion: Add object file list for linker
Post by: dfatcb 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.
Title: Re: Suggestion: Add object file list for linker
Post by: oBFusCATed 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.