|
From: | Elijah Stone |
Subject: | Re: [Tinycc-devel] Problem after compiling tiny CC |
Date: | Fri, 25 Jun 2021 15:11:19 -0700 (PDT) |
On Fri, 25 Jun 2021, LOPEZ OLIVIER wrote:
I actually got an error when I dlopen the library compiled by tcc (no error when I compil it with gcc).The error is : “undefined symbol: __mzerosf”
__mzerosf is part of the tcc runtime library, which should be automatically linked in with everything. If you linked with gcc or l, though, it wouldn't know to do that so the symbol wouldn't be resolved. Make sure you're linking with tcc.
[Prev in Thread] | Current Thread | [Next in Thread] |