|
Bugzilla – Full Text Bug Listing |
| Summary: | contrib modules overwrite boost library conf.env variable | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to fix | ||
pushed in changeset 13191:3834358cc52a |
Created attachment 2965 [details] patch to fix From Ryan Mast on the ns-3-reviews list: Modules in the contrib folder cause the conf.env variable for the list of boost libraries needed to get cleared, causing linker errors for modules in the src folder that are using boost (assuming a contrib module didn't use all of the same boost libraries as modules in the src folder require).