----------------------------------------
> Date: Thu, 17 Dec 2009 11:15:22 -0500
> Subject: Re: LFS 6.3 Chapter 6.12, GCC-4.1.2 startfiles check fails --> no
> output
> From: [email protected]
> To: [email protected]
>
> On 12/17/09, Pixel 73 wrote:
>> But now I found out, that the startfiles show up when I am entering the
>> following command:
>>
>> grep -o '/lib.*/crt[1in].*succeeded' dummy.log
>
> (Can you see above how I trimmed the '>' quoted text to just the part
> I want to resond to?)
>
> Show us the output of this command which is the same grep without the -o
>
> grep '/lib.*/crt[1in].*succeeded' dummy.log
>
> Usually, in the sources directory, or maybe in gcc-build, there is a
> file config.log and at the top, it shows the configure command that
> was used. Are you sure you had the configure command exactly as in the
> book ?
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
The output of
grep '/lib.*/crt[1in].*succeeded' dummy.log
is:
attempt to open /bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crt1.o
succeeded
attempt to open /bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o
succeeded
attempt to open /bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o
succeeded
Is there no possibility to move the startfiles to /usr/lib/?
The first time I entered the configure command without the backslashes but all
the commands in 'one line'. As I understand that should be no problem.
I also checked the config.log in gcc-build. Unfortunately I can't find the
config-command I used in the config.log. But there are errors:
configure:2284:17: error: gmp.h: No such file or directory
configure:2288: error: 'choke' undeclared (first use in this function)
configure:2288: error: for each function it appears in.)
configure:2288: error: expected ';' before 'me'
configure: failed program was:
#line 2283 "configure"
#include "confdefs.h"
#include "gmp.h"
int main() {
#if __GNU_MP_VERSION < 3
choke me
#endif
; return 0; }
_________________________________________________________________
Samichlaus und Weihnachts Fotos: direkt im Messenger mit Freunden austauschen
http://www.microsoft.com/switzerland/windows/de/windowslive/products/messenger.aspx?tab=2
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page