[Ns-bugs] [Bug 3] wrong RPATH in build.py

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Mon Oct 23 01:25:30 PDT 2006


http://www.nsnam.org/bugzilla/show_bug.cgi?id=3


mathieu.lacage at sophia.inria.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from mathieu.lacage at sophia.inria.fr  2006-10-23 04:25 -------
You are supposed to invoke binaries from the top-level directory and not from
the 'bin' directory: 

The following will work:
./build-dir/opt-shared/bin/run-tests

It was done that way to save you from having to cd to the correct directory.

I could be convinced to change the current way of doing this to use absolute
paths which would allow you to invoke the binary from any directory but this
would break the build if you move around the source tree.


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list