User forums > Using Code::Blocks

Trouble compiling/linking

<< < (4/4)

Svalorzen:
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!

oBFusCATed:
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.

Navigation

[0] Message Index

[*] Previous page

Go to full version