[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] apple dll support
From: |
Herman ten Brugge |
Subject: |
[Tinycc-devel] apple dll support |
Date: |
Sat, 17 Dec 2022 09:28:46 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 |
I just implemented dll support for apple.
So generating dylib files should now work.
The .o files still remain in elf format.
There is a small problem with clang option '-Wl,-rpath' (and probably
other options).
gcc allows:
-Wl,-rpath=.
-Wl,-rpath .
clang <= 14 only allows:
-Wl,-rpath .
clang >= 15 also allows:
-Wl,-rpath=.
tcc only allows:
-Wl,-rpath=.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tinycc-devel] apple dll support,
Herman ten Brugge <=