LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Weird Character (https://www.linuxquestions.org/questions/linux-from-scratch-13/weird-character-392551/)

Cirdan 12-13-2005 07:16 PM

Weird Character
 
Ok, in the LFS 6.1.1 book on section 5.7 You need to these commands...


SPECFILE=`gcc --print-file specs` &&
sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
$SPECFILE > tempspecfile &&
mv -f tempspecfile $SPECFILE &&
unset SPECFILE

Notice the red characters? How would I enter those? That is like an acent character...not a normal symbole. Any ideas?

mebrelith 12-13-2005 08:08 PM

Whats your keyboard config?

Cirdan 12-13-2005 08:16 PM

What exacly do you mean? As far as I know i'm suing the US standarded... keybaord was made by Microsoft...


EDIT::: I got it....my friend showed me the key ````yay. TY anyway.

foo_bar_foo 12-15-2005 11:29 PM

thats the key far left of the numbers line at the top


All times are GMT -5. The time now is 04:37 AM.