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=.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to