tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TCC compile error


From: Vincent Pit
Subject: Re: [Tinycc-devel] TCC compile error
Date: Sun, 06 May 2007 20:41:40 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070419)

> 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?
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tinycc-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/tinycc-devel
>   
This is a duplicate of
http://lists.gnu.org/archive/html/tinycc-devel/2007-04/msg00003.html

Regards,

Vincent Pit.




reply via email to

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