[fpc-pascal] Static linking to C library on Linux
    Jonas Maebe 
    jonas at freepascal.org
       
    Wed Nov 27 20:22:28 CET 2019
    
    
  
On 27/11/2019 17:59, Ryan Joseph via fpc-pascal wrote:
> how can I do this for static libraries on Linux?
There is no tool that can show this, because a static library is just a
collection of random object files. It does not contain any metadata
about where these symbols are supposed to come from (and they could o,
fact come from anywhere, be it individual object files, object files
collected in another static library, or a dynamic library).
Jonas
    
    
More information about the fpc-pascal
mailing list