tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] error: Unknown relocation type for got: 23 with -static


From: John Scott
Subject: [Tinycc-devel] error: Unknown relocation type for got: 23 with -static
Date: Sat, 30 May 2020 10:54:55 -0400

Hi,

I was trying to do a build of Tor statically but ran into this issue with 
current master and 0.9.27 package in Debian. I can reproduce with this:
 #include <stdlib.h>
 int main(){ char *p = NULL; free(p); }

and tcc -static gives the error. Is this a bug in tcc or elsewhere?

Sincerely,
John Scott

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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