tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] compile problem


From: jens . harms
Subject: [Tinycc-devel] compile problem
Date: Thu, 29 May 2003 19:55:15 +0200
User-agent: KMail/1.5.1

i've gcc 3.3 and get many errors if i try: make test

if i compile with tcc: 

./tcc ex3.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'

./tcc_g ex3.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'


can anyone help ?






reply via email to

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