[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Error on Big Sur
From: |
Peng Yu |
Subject: |
[Tinycc-devel] Error on Big Sur |
Date: |
Wed, 23 Jun 2021 17:00:46 -0500 |
Hi,
https://repo.or.cz/tinycc.git/snapshot/e4f151c4cda30fd4c06655d87c3df02b6513fb54.tar.gz
I used the above repo to compile tcc on Big Sur. Then I run the
following c file with the compiled tcc.
#include <stdio.h>
int main() {
puts("Hello World!");
}
I got the following error.
$ ./tcc -run main.c
tcc: error: library 'c' not found
Does anybody know how to fix the problem? Thanks.
--
Regards,
Peng
- [Tinycc-devel] Error on Big Sur,
Peng Yu <=