Problems with static linking of c libraries

Loopback elliott.darfink at gmail.com
Thu Jul 14 07:47:36 PDT 2011


You need to convert the libraries to OMF format from COFF.
These are some tools which can do this:

Coffimplib: http://www.digitalmars.com/ctg/coffimplib.html
Coff2OMF: http://www.digitalmars.com/ctg/coff2omf.html
ObjConv: http://www.agner.org/optimize/objconv.zip


More information about the Digitalmars-d-learn mailing list