Bug 54963 - [Bisected] build fail undefined reference to `_mesa_cpal_compressed_teximage2d'
Summary: [Bisected] build fail undefined reference to `_mesa_cpal_compressed_teximage2d'
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: All Linux (All)
: medium major
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-15 11:51 UTC by Bruno Jacquet (Xaapyks)
Modified: 2012-09-15 14:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bruno Jacquet (Xaapyks) 2012-09-15 11:51:15 UTC
Bisected to 9f37b405a3de8668a5f74c9681829688475ac3b7


export CFLAGS="-O3 -pipe -march=native"
export CXXFLAGS="-O3 -pipe -march=native"

./autogen.sh --with-gallium-drivers=r600 \
             --enable-texture-float \
             --enable-dri \
             --enable-glx \
             --enable-gallium-llvm \
             --with-dri-drivers=


r600_dri.so.tmp: undefined reference to `_mesa_cpal_compressed_teximage2d'
r600_dri.so.tmp: undefined reference to `_mesa_cpal_compressed_size'
r600_dri.so.tmp: undefined reference to `_mesa_create_exec_table_es1'
r600_dri.so.tmp: undefined reference to `_mesa_cpal_compressed_format_type'
collect2: erreur: ld a retourné 1 code d'état d'exécution
Comment 1 Brian Paul 2012-09-15 14:30:56 UTC
Should be fixed with commit e656c4a07420fbb34cf00f9b827b1d2f4c45e0f6


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.