| Summary: | Can not linking few shared libraries in gdk-pixbuf | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | greg <greg> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed My own patch committed. Anyway, thanks for reporting. |
Using the GNOME and sawfish. Choice a window manager depend item, called workspace. gdk-pixbuf will load a shred object, And Can not resolv dynamic link. So don't embeded the information for dynamic link library. Fix: Replace flowing line in Makefile LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm" How-To-Repeat: See full description.