Hello:
Because I can't login BerliOS, I post it here.
When a program "A" links a library "B" in A's working directory,
I means that libB.a is in A's working directory,
then the Link libraries ListBox in Code::Blocks' Linker settings page:
1. I Add libB.a and C::B ask me if "Keep this as a relative path?", then I say yes and press OK.
2. There is "libB.a" added in the link libraries ListBox, but when I build, linking error "cannot find -lB" occured.
3. I have to modify "libB.a" manually to ".\libB.a" then it builds successfully.
Thanks for your concerning.