tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] TCC compile error


From: Conrado Miranda
Subject: [Tinycc-devel] TCC compile error
Date: Sun, 6 May 2007 14:32:49 -0300

I tried to compile a simple "Hello world" program, using the lastest version that I found in mailing-list.
The error message is:
"/usr/lib/libc_nonshared.a: '__i686.get_pc_thunk.bx' defined twice
/usr/lib/crtn.o: ''__i686.get_pc_thunk.bx' defined twice"

The file is:
#include <tcclib.h>
int main() {
printf("Hello World\n");
return 0;
}

It is the example 1 that comes with tcc, but without the "run" line. With it, I can run perfectly, but it doesn't compile.
Any help?

reply via email to

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