tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] "error: undefined symbol main" with -pthread on linux


From: Michael Matz
Subject: Re: [Tinycc-devel] "error: undefined symbol main" with -pthread on linux
Date: Sat, 23 Dec 2017 14:52:27 +0100 (CET)
User-agent: Alpine 2.20 (LSU 67 2015-01-07)

Hi,

On Sat, 23 Dec 2017, avih wrote:

I think maybe, instead of saying and doing:
-pthread   same as -D_REENTRANT and -lpthread

It should say and do something along these lines:
-pthread   same as -D_REENTRANT while compiling and -lpthread while linking

I decided to keep the help message as is (staying in <= 80 columns), but ...

However, It seems to still not behave the same as gcc. Using the same test.c file as before:

tcc -pthread -c test.c # -> tcc: error: cannot specify libraries with -c

It's not unreasonable I think that tcc complains, but gcc is fine with it.

... I've fixed this behaviour. I agree that -pthread shouldn't add the library with -c (or, well, at least not complain then :) ).


Ciao,
Michael.

reply via email to

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