I am currently building an app and getting error in linking, here is a command,
CCLD Programs/GtkBonker
Now I want see the Complete linking Command, Any help is appreciated.
PS.
I am using GNU Build System with c++ programming language, with Ubuntu 10.04.
If you want to see full commands or say want to disable silent rules in webkit,
There are two ways, you can choose the one which suites your scenario
1).you need to run make command with argument V=1,
like this.
make V=1
2). pass –disable-silent-rules in configure as an argument.
like this
configure –disable-silent-rules