OKUJI Yoshinori <[EMAIL PROTECTED]> wrote:
> > ~% ./configure
> > [...]
> > checking whether objcopy works for absolute addresses... /usr/bin/ld: warning:
>cannot find entry symbol _start; defaulting to 00002000
> > /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00008000
> > /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00007c00
>
> Did you really see these warnings printed by configure on the
> screen?
Yes, they were printed to stdout.
> As far as I see, the warnings should not appear on the screen
> (they should be redirected to config.log),
> and, in fact, I could not reproduce that.
I forgot to say that I used the "colorgcc" script. Without colorgcc,
those warnings are written only to config.log and not to the terminal:
~% ./configure
[...]
checking whether objcopy works for absolute addresses... yes
[...]