wmilas wrote:

> Brian Paul wrote:
>
> > Wayde Milas wrote:
> > >
> > > Compiling cvs 3.2_dev as of today yields wierd lib errors when running a
> > > OGL app. Im getting:
> > > sh: error in loading shared libraries: /usr/local/lib/libGL.so:
> > > undefined symbol: __clear_color16
> > >
> > > This seems to have cropped up in the last coupla weeks. Any ideas?
> >
> > Looks like that's coming from the new SVGA driver code.
> >
> > Are you compiling with ./configure ; make or the old Makefile.X11 method?
> >
> > Make sure src/SVGA/svgamesa16.c is getting compiled OK.
> >
> > No one else has reported this so far.
> >
> > -Brian
>
> fresh checkout, ./bootstrap, ./configure, make
>
> After doing the above, it looks like none of the SVGA directory is being
> compiled. ie, no .o files.
> ./config does spit out:
> checking for vga.h... yes
> checking for main in -lvga... yes
> and later on:
> creating src/SVGA/Makefile
>
> Yet it doesnt look like any of it actually gets compiled
>
> Wayde

Actually, it does seem to compile everything in src/SVGA. they are .lo's :P
They just arent getting linked in for some reason.

Wayde




_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to