|
Bugzilla – Full Text Bug Listing |
| Summary: | inline Ref and Unref methods provided by SimpleRefCount not expanded at link time | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | documentation | Assignee: | Tom Henderson <tomh> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | ns-bugs, pdbarnes |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Tom Henderson
2011-08-09 15:27:41 UTC
Linker error message was debug/libns3-DisService.so: undefined reference to `ns3::WorldState::Unref() const' Caused by #include "foo.h" instead of #include "ns3/foo.h" Suggestion was to document this better in the Creating a new ns-3 model chapter of the Manual: https://www.nsnam.org/docs/manual/html/new-models.html |