On Mon, Sep 18, 2006 at 12:42:12AM -0500, Cayle Graumann wrote: > When I try and compile the test code, > everything goes well until the linking step, when I get undefined symbol > errors for __libc_csu_fini and __libc_csu_init.
In my scratchbox environment /usr/lib/libc.so is a linker script with "GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )" libc_nonshared.a contains __libc_csu_fini and __libc_csu_init. Daniel _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
