Bug 42 - Need to rename p2p.dll
: Need to rename p2p.dll
Status: RESOLVED FIXED
: ns-3
build system
: pre-release
: PC Windows
: P1 blocker
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-06-26 03:31 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2007-06-26 03:31:39 EDT
The file build-dir/dbg-shared/lib/p2p.dll is hidden by windows/system32/p2p.dll
on cygwin systems.  Should rename to point-to-point.dll or something like that.
------- Comment #1 From 2007-06-26 12:04:49 EDT -------
Good catch! I can only imagine how difficult it must have been to track that
bug :)

I wonder if correctly setting PATH to point to the directory containing ns-3's
p2p.dll before anything else helps prevent the bug (the waf build system for
ns3 does that for you when you run waf --shell or waf check).

Regardless, it is probably a good idea to rename the module anyway, for clarity
if nothing else.
------- Comment #2 From 2007-07-23 08:19:31 EDT -------
we generate dlls with an ns-3 prfix now.