User forums > Using Code::Blocks

[SOLVED] path to glade problem

<< < (2/2)

deciimal:
Further to This.. I know this Topic is real old.. But IT IS RELEVANT.

I am Using C::B 10.5

and glade Glade 3.7.1

I could Not get the instructions on how to add the link library.. Rather Understand it.. I tried the link LIbrary option I could find the path for glade 2/3
For the following Instructions..

Add "glade-2.0" to "Linker Settings -> Link Libraries".

If someone could help me on this.

Enviroment Fedora 14.
Code::Blocks 10.5
Glade 3.7.1

Thanks... and rgds

deciimal:
UH OH.  got it..
The library is in /usr/lib.. and there was a error message from the linker giving the exact location..


Done.. .. and thanks Guys...

oBFusCATed:
I think that the preferred way to setup this is through pkg-config.
Putting something like `pkg-config --libs libglade-2.0` in the linker -> other options and `pkg-config --cflags libglade-2.0` in compiler other options is way safer setup.

Navigation

[0] Message Index

[*] Previous page

Go to full version