Beyond Linux From Scratch - Version svn-20060715
Chapter 25. X Window System Environment
x86_64
i try to have x11 in 64 bits

 CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" make linux-dri
give :
mklib: Making Linux shared library:  savage_dri.so
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libdl.a when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching
for -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching
for -lgcc_s
/usr/bin/ld: savagetex.o: relocation R_X86_64_PC32 against
`savageUploadSubtile_2x8' can not be used when making a shared object;
recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
install savage_dri.so ../../../../../lib
install: cannot stat `savage_dri.so': No such file or directory
make[6]: *** [../../../../../lib/savage_dri.so] Error 1
make[6]: Leaving directory
`/sources/xc/Mesa-6.5/src/mesa/drivers/dri/savage'
make[5]: *** [subdirs] Error 1
make[5]: Leaving directory `/sources/xc/Mesa-6.5/src/mesa/drivers/dri'
make[4]: *** [linux-solo] Error 2
make[4]: Leaving directory `/sources/xc/Mesa-6.5/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/sources/xc/Mesa-6.5/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/sources/xc/Mesa-6.5/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/sources/xc/Mesa-6.5'
make: *** [linux-dri] Error 2
the rest of x11 before mesa didn't give errors
what is wrong ?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to