Bug 2608 - waf shell can not change libraries directory
waf shell can not change libraries directory
Status: PATCH WANTED
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
All All
: P3 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-01-02 19:57 EST by Tommaso Pecorella
Modified: 2017-01-04 00:29 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.