| Summary: | X_LIBS vs Ubuntu... | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | VERIFIED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Ryan C. Gordon
2006-03-21 04:15:45 UTC
to be clear, /usr/X11R6/lib DOES exist, but it's got a handful of files/dirs in it: libxf86config.a libXvMCNVIDIA_dynamic.so.1 modules libXvMCNVIDIA.a libXvMCNVIDIA.so.1.0.8178 X11 And not things like "libX11.so.6", which are in /usr/lib. --ryan. (In reply to comment #0) > Is X_LIBS the wrong value to check here, or is Ubuntu's autoconf hosed in this > regard? I haven't figured out where this shell variable actually gets set > yet... I'm not sure. X_LIBS is set by the AC_PATH_X and AC_PATH_XTRA macros. I put a fix into CVS... can you try it out? Confirmed fixed, thanks! --ryan. No problem! :) |