> hi *all i am janu mam > * *i had a problem with xorg-libraries:*
[http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7ProtocolHeaders] *now **some how got success: * > * > *** what done is:: root[/home/janu/Downloads.xc]#export XORG_PREFIX=/usr > so here i added below one exactly in /etc/profile and saved > # Set the initial PKG_CONFIG_PATH export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig started *chapter 23 *again:x window system > * [if u want more **see** -attached file]* > > root[/home/janu/Downloads/xc/lib]#bash -e > root[/home/janu/Downloads/xc/lib]#for package in $(grep -v '^#' > ../lib-7.6-1.wget) > do > packagedir=${package%.tar.bz2} > tar -xf $package > cd $packagedir > case "$packagedir" in > libX11-1.4.0 ) > # Uncomment if you did not build libxcb > #CONFIGPARAMS="--without-xcb" > esac && > ./configure $XORG_CONFIG $CONFIGPARAMS > make > make install > unset CONFIGPARAMS > ldconfig > cd .. > rm -rf $packagedir > done 2>&1 | tee -a ../lib-7.6-1-compile.log > > > *result is below:* > > checking...... > checking...... > checking...... > make:entering dir 'home/janu/Doenloads/xc/lib/xtrans-1.2.6/docc > make:entering dir 'home/janu/Doenloads/xc/lib/*****[some versions] > test -z ........... > ..... > test z ... > ..... > ldconfig:/usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file -t has the > wrong magic bytes at the start > bash:xtrans-1.2.6:command not found > * * > root[/home/janu/Downloads/xc/lib]# > *now, what i done is *: > so i just removed the line "rm -rf $packagedir" in above "for package...." > > *result is below:* > now its running* no errors:*but some* 'warnings'[*i can ignore this > warnings right???] over there along running > * final result is *:at the last line: > ldconfig:/usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has > thee wrong magic bytes at the start > > now i can move further right???? is it fine ?? i accept any suggation??? >
xwindow-system
Description: Binary data
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
