> I tried using that command with the flag set, however it produced exactly
> the same output, with the same error still. Is there possibly anything I'm
> doing wrong?
Did you rebuild from scratch? Otherwise -fPIC won't get used, since
make will skip over the already compiled object file that does
> s...@sam-desktop:~$ sudo apt-get install g++
> [sudo] password for sam:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Couldn't find package g
> s...@sam-desktop:~$ sudo apt-get install g77
> Reading package lists... Done
> Building dependency
> Thanks! All the sourceses is on the cd...so how do i free some space?
If you've downloaded extra stuff and put it on the CD, just delete
those and that should free up plenty of space.
John G
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/f
>> I have downloadet all the pakages and patches! can that be the problem? I
>> dont know where its saved!
>
> I figuret it out.. can i move what i have downloadet from /dev/mapper/lfs-cd
> to
> /mnt/lfs/sources? al at one time?
Ah - but I thought the sources were already on the lfs cd? Or did I
> Filesystem 1k-blokke brugt Tilbage brug%
> Mounting point
> /dev/mapper/lfs-cd 1548144 1530940 0 100% /
> /dev/hda1 38535436 180252 36397668 1%
> /mnt/lfs
Well, I know your problem, but I'm afraid I don't k
> cat > ~/.bash_profile << "EOF"
> exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash
> EOF
> -su: cannot create temp file for here document: Ikke mere plads på
> enheden (no more space on device)
>
> why do i get this error? I have 40 GB HD?
Could you post the output of running the comma
> What should I do? I set the permissions for this user back in step 4.3. I
> also tried to log back in as root but I never created a password for root,
> so I'm stuck as being the user 'lfs'.
Not having a root password is a problem! Remember that when you enter
the chroot, you're root - so get ou
> i want to make a Linux having a CUI interface. it will run live only & will
> run all UNIX commands.
By "CUI", I assume you mean a command-line - if so, great - going
through the LFS book will do that for you.
What do you mean by "all" unix commands? That could be a lot of work
if you're instal