Bugzilla – Bug 328
NSC Doesn't symlink linux-2.6.18.so
Last modified: 2008-09-10 07:34:36 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.
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...