[fpc-pascal] Shared library
Carsten Bager
carsten at beas.dk
Wed Sep 13 09:34:44 CEST 2006
If I create a shared library with this source code, the lib file has a size
of 368806 bytes. Can I do anything to reduce the size.
Carsten
------------------------
library u;
Procedure Test;
Begin
WriteLn('------- Test OK --------');
End;
exports
Test;
end.
-------------------------
Free Pascal Compiler version 2.0.2 [2006/06/26] for arm
Copyright (c) 1993-2005 by Florian Klaempfl
Target OS: Linux for ARM
Compiling u.pas
Assembling u
Linking libu.so
13 Lines compiled, 0.7 sec
--
Carsten Bager
Bøvlingbjerg El-automatik
Brørupvænget 10
7650 Bøvlingbjerg
Tlf. +4597885222 Fax +4597885434
www.beas.dk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20060913/6ca86718/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Beas_Logo_1cm.bmp
Type: application/octet-stream
Size: 15720 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20060913/6ca86718/attachment.obj>
More information about the fpc-pascal
mailing list