I wrote a complicated scons script. But I found my program won't be compiled successful. The error code is : "error adding symbols: DSO missing from command line" I checked the compile progress. I found the g++ link order was changed. I don't know by who and why?
So, did anyone meet this issue?