Summary: | Making r600_dri.so fails when building 32bit on 64bit when setting LIBDRM_LIBS (maybe other env vars also) manually: missing -L | ||
---|---|---|---|
Product: | Mesa | Reporter: | Alexandre Demers <alexandre.f.demers> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Alexandre Demers
2012-03-25 17:35:46 UTC
After testing, I can confirm the problem comes from "export LIBDRM_LIBS=/usr/lib/i386-linux-gnu/". When it is not set, the build goes all the way to the end. (In reply to comment #1) > After testing, I can confirm the problem comes from "export > LIBDRM_LIBS=/usr/lib/i386-linux-gnu/". LIBDRM_LIBS must contain linker flags, not just a path. (In reply to comment #2) > (In reply to comment #1) > > After testing, I can confirm the problem comes from "export > > LIBDRM_LIBS=/usr/lib/i386-linux-gnu/". > > LIBDRM_LIBS must contain linker flags, not just a path. It seems to do the trick, thank you. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.