On Tue, 2001-12-11 at 10:54, Michael Thaler wrote:
> On Mon, Dec 10, 2001 at 03:09:35PM +0000, Jose Fonseca wrote:
> 
> > I don't know what particular version of XFree 4.10 you have used but you
> > must also install the X server from the mach64 build tree. The usual way
> > is to 'lndir' your /usr/X11R6/ dir to /usr/X11R6-DRI/ and then 'make
> > install'. This way you avoid file duplication.
> 
> O.K. I tried to compile it and got a lot of errors. What I did was:
> 
> mkdir DRI-CVS
> cd DRI-CVS/
> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri login
> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri co xc
> cd xc
> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/dri update -P -d -r 
>mach64-0-0-2-branch

I don't know much about cvs but usually I just do:

 cvs -z3 [EMAIL PROTECTED]:/cvsroot/dri co -r
mach64-0-0-2-branch xc

I don't know if updating a branch after checking out the trunk you get
everything all right. Perhaps some one in the list could enlighten
this...

> ln -s xc XFree40
> mkdir build
> cd build
> lndir -silent -ignorelinks ../XFree40
> cd ~/DRI-CVS/build/xc/
> make World >& World.LOG
> 
> I think I did everything like described in the compilation guide but I
> go a lot of errors. It seems I do something terribly wrong. I got the
> following errors:
> 
> /usr/bin/ld: cannot find -lXext
> collect2: ld returned 1 exit status

You should have included the command that generated this error. Anyway
something wrong must have happened before when building Xext. The rest
of the errors are the consequence of this one... 

> + rm -f libGL.so.1
> + ln -s libGL.so.1.2 libGL.so.1
> + rm -f ../../../exports/lib/libGL.so.1
> + cd ../../../exports/lib
> + ln -s ../../lib/GL/GL/libGL.so.1 .
> rm -f libGL.so.1.2
> mv -f libGL.so.1.2~ libGL.so.1.2
> mv: cannot stat `libGL.so.1.2~': No such file or directory
> make[5]: *** [libGL.so.1.2] Error 1
> make[5]: Target `all' not remade because of errors.
> make[5]: Leaving directory `/home/michi/DRI-CVS/build/xc/lib/GL/GL'
> making all in lib/GL/mesa/src/OSmesa...

> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> + rm -f libOSMesa.so.3
> + ln -s libOSMesa.so.3.3 libOSMesa.so.3
> + rm -f ../../../../../exports/lib/libOSMesa.so.3
> + cd ../../../../../exports/lib
> + ln -s ../../lib/GL/mesa/src/OSmesa/libOSMesa.so.3 .
> rm -f libOSMesa.so.3.3
> mv -f libOSMesa.so.3.3~ libOSMesa.so.3.3
> mv: cannot stat `libOSMesa.so.3.3~': No such file or directory
> make[5]: *** [libOSMesa.so.3.3] Error 1
> 
> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> + rm -f libOSMesa.so.3
> + ln -s libOSMesa.so.3.3 libOSMesa.so.3
> + rm -f ../../../../../exports/lib/libOSMesa.so.3
> + cd ../../../../../exports/lib
> + ln -s ../../lib/GL/mesa/src/OSmesa/libOSMesa.so.3 .
> rm -f libOSMesa.so.3.3
> mv -f libOSMesa.so.3.3~ libOSMesa.so.3.3
> mv: cannot stat `libOSMesa.so.3.3~': No such file or directory
> make[5]: *** [libOSMesa.so.3.3] Error 1
> 
> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[6]: *** [gamma_dri.so] Error 1
> make[6]: Target `all' not remade because of errors.
> make[6]: Target `all' not remade because of errors.
> make[6]: Leaving directory
> `/home/michi/DRI-CVS/build/xc/lib/GL/mesa/src/drv/gamma'
> 
> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[6]: *** [mach64_dri.so] Error 1
> 
> usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[6]: *** [mga_dri.so] Error 1
> 
> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[6]: *** [i810_dri.so] Error 1
> 
> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[6]: *** [r128_dri.so] Error 1
> 
> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[6]: *** [radeon_dri.so] Error 1
> 
> /usr/bin/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[6]: *** [sis_dri.so] Error 1
> 
> Yesterday I build everything from the mach64-0-0-1-branch and I did
> not get this errors. Anyone has a hint what I am doing wrong here?
> Have I forgot something?
> 

You forgot to CC the dri-devel ML. :)

> Greetings,
> Michael

Regards,

Jose Fonseca


_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to