|
Bugzilla – Full Text Bug Listing |
| Summary: | nsc: -ldl dependency problem when GtkConfigStore disabled | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | internet | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | ns-3.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Tom Henderson
2008-09-03 17:04:54 UTC
this was fixed yesterday in changeset 693faf7f439b This bug seems to have crept back in: machine: ns-regression (gcc-4.2.3 Ubuntu x86) [496/536] cxx_link: build/debug/samples/main-callback_2.o -> build/debug/samples/main-callback debug/libns3.so: undefined reference to `dlopen' debug/libns3.so: undefined reference to `dlclose' debug/libns3.so: undefined reference to `dlerror' debug/libns3.so: undefined reference to `dlsym' collect2: ld returned 1 exit status (changing title to reflect new information) This can be repeated by forcibly disabling gtk-config-store from the build (I didn't see a waf option) and gtk.h won't get pulled in. It can be solved by installing or enabling gtk-config-store. I can't reproduce this with any gcc I tried it on. I couldn't reproduce again tonight, so it must have been fixed sometime today. |