Bug 328 - NSC Doesn't symlink linux-2.6.18.so
NSC Doesn't symlink linux-2.6.18.so
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
All Linux
: P1 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-09 20:38 UTC by Craig Dowell
Modified: 2008-09-10 07:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Dowell 2008-09-09 20:38:44 UTC
There is a bug in src/internet-stack/wscript, the result of which is that liblinux-2.6.18 is not symlinked in the build dir.  Example tcp-nsc-zoo asserts.
Comment 1 Florian Westphal 2008-09-10 07:34:36 UTC
The code that was to set up this sym link got moved outside of the
for loop that iterates over the list of stacks, so it only created
the link for the last entry...