Bug 2608

Summary: waf shell can not change libraries directory
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: build systemAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: PATCH WANTED ---    
Severity: normal CC: ns-bugs, tomh
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2017-01-02 19:57:44 EST
The problem is outlined here:
https://groups.google.com/forum/#!topic/ns-3-users/-Avkk-4Xq5c

Basically if you compile ns-3 with a non-standard directory (e.g., "./waf configure --enable-examples --build-profile=debug --out=build/debug") you'll have to change the LD_LIBRARY_PATH manually to use GDB.

It would be nice to have an option for waf --run and waf --shell in order to use the "right" libraries.