[fpc-devel]An idea how to fix lost exports in smart-linked
Peter Vreman
peter at freepascal.org
Wed Jun 6 10:55:57 CEST 2001
> >That is very difficult, because normally the internal assembler is used that will
create
> >the objectfiles directly in memory to write a signle library when finished.
> Is it really so? May be, I mistake, but I think that only .ow object files are creating
by
internal assembler and
> static library is building using arw utility. At least if I use -s option I get a folder
with a set of .ow files.
That is when you use -s (or -a). But without these options the creation of the library is
done internally.
Just try it to remove arw.exe and compile a smartlinked unit.
More information about the fpc-devel
mailing list