Hey Chetan,
thanks for replying. I have already c= hecked out the LFS documentation and it is giving me errors as well. Have y= ou tried it yourself? LFS 5.1.1?
As for CVS, I'm no good with = that.
So, if you can help me by directly telling me the versio= n numbers (I know I'm asking for too much , but i have 3 days trying this c ontinuously and am a bit frustrated)
Btw, here is what my gcc = error looks like :
In file included from tm.h:6,
= from ../../gcc-3.0.3/gcc/ config/i386/xm-i386.h:39,
&= nbsp; from tconfig.h:3,
&n= bsp; from ../../gcc-3.0.3/gcc/libgcc2.c:36:
../../gcc-= 3.0.3/gcc/config/i386/linux.h:236:20: signal.h: No such file or directory ../../gcc-3.0.3/gcc/config/i386/linux.h:237:26: sys/ucontext.h: No suc= h file or directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
m= ake[1]: *** [libgcc.a] Error 2
make: *** [all-gcc] Error 2
= Raseel.
[1] [ads.rediff.co=]
References
1. 3D"http://c=/
On 25 Jun 2004 12:09:19 -0000, Raseel Bhagat raseelbhagat@rediffmail.com wrote:
As for CVS, I'm no good with = that.
Well you don't have to know cvs to browse gentoo-cvs. They have web-based cvs browsing at this url : http://www.gentoo.org/cgi-bin/viewcvs.cgi
Then again from looking at the error what you've posted i can make a few guesses 1. your linux kernel sources aren't installed 2. if they are, they aren't installed at the right location. give their path via a switch in make command. check out the gcc site for the exact details.
gcc compilation is generally not for the weak of heart. and it does a great load good if you check the gcc site for compilation and installation instructions.
hope that helped, C