by Jonas Maebe <Jonas.Maebe@[EMAIL PROTECTED]
>
Apr 19, 2007 at 01:04 PM
In article <pan.2007.04.19.10.48.51.725550@[EMAIL PROTECTED]
>,
David Mitchell <david@[EMAIL PROTECTED]
> wrote:
> I had the libvga problem, so I've downloaded libc.so.5.4.38, and
> libm.so.5.0.9.
>
> So far so good, I no longer get the ubiquitous __ctype and xstat
warning;
> but now I get an error message that says:
>
> In function `_start':
>
·
> .text+0x38): undefined reference to `__libc_start_main'
> undefined reference to `log'
> undefined reference to `pow'
>
> Any ideas, or better places to ask?
Maybe you also have to link in libgcc? Although I'd think those symbols
should be part of libc.
Jonas