Bug 328

Summary: NSC Doesn't symlink linux-2.6.18.so
Product: ns-3 Reporter: Craig Dowell <craigdo>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: ns-3-dev   
Hardware: All   
OS: Linux   

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...