[Mesa-dev] [Bug 53835] [build error] /usr/bin/ld: cannot find -l-O2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 21 12:43:50 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=53835

--- Comment #7 from Kevin Hobbs <hobbsk at ohiou.edu> 2012-08-21 19:43:50 UTC ---
(In reply to comment #6)
> Here you go:
> http://cgit.freedesktop.org/~mattst88/mesa/log/?h=configure-cleanups

I did :

$ git clone git://people.freedesktop.org/~mattst88/mesa
$ cd mesa/
$ git checkout configure-cleanups
$ ./autogen.sh \
  --prefix=/home/kevin/mesa_build/ \
  --disable-dri \
  --enable-glx \
  --enable-xlib-glx \
  --enable-osmesa \
  --without-gallium-drivers
$ make -ij8
$ make

and this is the tail of what I got :

gmake[4]: Entering directory `/tmp/mesa/src/mesa'
  CC     es1_conversion.lo
../../src/mesa/main/es1_conversion.c: In function '_es_DrawTexxOES':
../../src/mesa/main/es1_conversion.c:130:5: error: implicit declaration of
function '_mesa_DrawTexf' [-Werror=implicit-function-declaration]
../../src/mesa/main/es1_conversion.c: In function '_es_DrawTexxvOES':
../../src/mesa/main/es1_conversion.c:147:5: error: implicit declaration of
function '_mesa_DrawTexfv' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
gmake[4]: *** [es1_conversion.lo] Error 1
gmake[4]: Leaving directory `/tmp/mesa/src/mesa'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/tmp/mesa/src/mesa'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/tmp/mesa/src/mesa'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/mesa/src'
make: *** [all-recursive] Error 1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list