tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] unrecognized filetype / link error


From: Jens Arm
Subject: Re: [Tinycc-devel] unrecognized filetype / link error
Date: Mon, 5 May 2003 12:10:57 +0200

Hi

The newest CVS includes the workaround with the OUTPUTFORMAT,
but these errors I get nevertheless:
> tcc: undefined symbol '__init_array_end'
> tcc: undefined symbol '__init_array_start'
> tcc: undefined symbol '__fini_array_end'
> tcc: undefined symbol '__fini_array_start'

The func are in the libc_nonshared.a.

Looks like tcc isn't link this file !!!


> address@hidden tinycc]$ cat /usr/lib/libc.so
> /* GNU ld script
>    Use the shared library, but some functions are only in
>    the static library, so try that secondarily.  */
> OUTPUT_FORMAT(elf32-i386)
> GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )


Jens




reply via email to

[Prev in Thread] Current Thread [Next in Thread]