http://bugs.freedesktop.org/show_bug.cgi?id=20413





--- Comment #2 from Vinson Lee <[email protected]>  2009-03-01 19:40:51 PST ---
% make
Making sources for autoconf
(cd drivers && make)
make[4]: Nothing to be done for `default'.
make[5]: Nothing to be done for `osmesa8'.
/bin/sh ../../../bin/mklib -o EGL -linker 'gcc' -ldflags '' \
                -major 1 -minor 0 \
                -install ../../../lib \
                 -L/usr/X11/lib -lX11 -lXau -lXdmcp     eglapi.o eglconfig.o
eglconfigutil.o eglcontext.o egldisplay.o egldriver.o eglglobals.o egllog.o
eglhash.o eglmisc.o eglmode.o eglscreen.o eglstring.o eglsurface.o eglx.o
mklib: Making Darwin shared library:  libEGL.1.0.dylib
mklib: Installing libEGL.1.0.dylib libEGL.1.dylib libEGL.dylib in ../../../lib
/bin/sh ../../../../bin/mklib -o demodriver.so -noprefix -linker 'gcc' \
                -ldflags '' -install ../../../../lib \
                demo.o
mklib: Making Darwin shared library:  libdemodriver.so.1.0.dylib
Undefined symbols:
  "__eglAddScreen", referenced from:
      _demoInitialize in demo.o
  "__eglRemoveContext", referenced from:
      _demoDestroyContext in demo.o
  "__eglLookupDisplay", referenced from:
      _demoInitialize in demo.o
  "__eglInitConfig", referenced from:
      _demoInitialize in demo.o
  "__eglError", referenced from:
      _demoCreateContext in demo.o
      _demoCreateContext in demo.o
      _demoCreateWindowSurface in demo.o
      _demoCreatePixmapSurface in demo.o
      _demoCreatePixmapSurface in demo.o
      _demoCreatePixmapSurface in demo.o
  "__eglRemoveSurface", referenced from:
      _demoDestroySurface in demo.o
  "__eglGetContextHandle", referenced from:
      _demoCreateContext in demo.o
      _demoCreateContext in demo.o
  "__eglAddConfig", referenced from:
      _demoInitialize in demo.o
  "__eglLookupContext", referenced from:
      _LookupDemoContext in demo.o
  "__eglSaveContext", referenced from:
      _demoCreateContext in demo.o
  "__eglInitContext", referenced from:
      _demoCreateContext in demo.o
  "__eglLookupConfig", referenced from:
      _demoCreateContext in demo.o
      _demoCreatePixmapSurface in demo.o
  "__eglLookupSurface", referenced from:
      _LookupDemoSurface in demo.o
  "__eglInitDriverFallbacks", referenced from:
      __eglMain in demo.o
  "__eglSetConfigAttrib", referenced from:
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
  "__eglAddNewMode", referenced from:
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
      _demoInitialize in demo.o
  "__eglInitSurface", referenced from:
      _demoCreatePbufferSurface in demo.o
  "__eglMakeCurrent", referenced from:
      _demoMakeCurrent in demo.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
mklib: Installing libdemodriver.so.1.0.dylib libdemodriver.so.1.dylib
libdemodriver.so.dylib in ../../../../lib
mv: rename libdemodriver.so.1.0.dylib to
../../../../lib/libdemodriver.so.1.0.dylib: No such file or directory
make[4]: *** [../../../../lib/demodriver.so] Error 1
make[3]: *** [subdirs] Error 1
make[2]: *** [subdirs] Error 1
make[1]: *** [subdirs] Error 1
make: *** [default] Error 1


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to