Author Topic: Trouble compiling/linking  (Read 10613 times)

Offline Svalorzen

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Trouble compiling/linking
« Reply #15 on: May 10, 2012, 08:14:18 pm »
No, I mean. Let's say that I have included two library files in Linker Settings->Link libraries, and I have three options in Linker Settings->Other linker options.

Is there some way to have the g++ linker command to be like

g++ .........  -Linker_option_1 -Link_library_1 -Linker_option_2 -Link_library_2 -Linker_option_3

Or some other user-defined positioning of those? Or do you have to do as I did, putting everything as an option?

Thanks!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Trouble compiling/linking
« Reply #16 on: May 10, 2012, 10:42:07 pm »
No, there is no way of course. If you need to do this you have to use only options and you can use -l with your libraries.
(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!]