Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31138 - dev-libs/tcc is borken
Summary: dev-libs/tcc is borken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 11:25 UTC by Lisa Seelye (RETIRED)
Modified: 2003-10-14 12:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lisa Seelye (RETIRED) gentoo-dev 2003-10-14 11:25:37 UTC
Its giving unresolved symbols when compiling an example program.
Comment 1 Spider (RETIRED) gentoo-dev 2003-10-14 11:39:29 UTC
spider@Darkmere> cat hello.c
#include <stdio.h>
int main() {
        printf("hello world!\n");
        return 0;
}

spider@Darkmere> tcc -run hello.c
hello world!

spider@Darkmere> tcc -o hello hello.c
tcc: undefined symbol '__init_array_end'
tcc: undefined symbol '__init_array_start'
tcc: undefined symbol '__fini_array_end'
tcc: undefined symbol '__fini_array_start'
Comment 2 Spider (RETIRED) gentoo-dev 2003-10-14 12:44:31 UTC
okay, commited a version that works