caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Lally Singh <lally.singh@gmail.com>
To: caml-list@yquem.inria.fr
Subject: Statically linked win32 libcamlrun.lib?
Date: Wed, 14 Apr 2010 19:39:55 -0400	[thread overview]
Message-ID: <h2s3b3449e01004141639s60cd41d8r3dc0b2e422c815c3@mail.gmail.com> (raw)

Hello all,

  Is it possible to statically link libcamlrun.lib, so it'll work with
libcmtd.lib instead of msvcrt.dll?  I've tried:

FLEXLINK=flexlink -merge-manifest -link /nodefaultlib:msvcrt.lib -link
libcmtd.lib

in config/Makefile, and it all builds.  However, I still get:

libcamlrun.lib(sys.obj) : error LNK2019: unresolved external symbol
__imp__system referenced in function _caml_sys_system_command
libcamlrun.lib(floats.obj) : error LNK2019: unresolved external symbol
__imp__frexp referenced in function _caml_frexp_float
libcamlrun.lib(floats.obj) : error LNK2019: unresolved external symbol
__imp__modf referenced in function _caml_modf_float
libcamlrun.lib(startup.obj) : error LNK2019: unresolved external
symbol __imp__sscanf referenced in function _scanmult
libcamlrun.lib(startup.obj) : error LNK2019: unresolved external
symbol __imp___beginthread referenced in function _caml_main

Any thoughts?

Sadly I have to do it this way -- we're linking a -output-obj'd .obj
into our DLL (which must be statically linked to the runtime) and then
linking libcamlrun.lib to that -- or at least hoping to.

Thanks in advance for any help!

Cheers,
-Lally


             reply	other threads:[~2010-04-14 23:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-14 23:39 Lally Singh [this message]
2010-04-15  6:59 ` [Caml-list] " Dmitry Bely
2010-04-15 19:16   ` Lally Singh
2010-04-15 20:06     ` Dmitry Bely
2010-04-15 20:16     ` Dmitry Bely
2010-04-20 15:48       ` Lally Singh
2010-04-20 16:31         ` Dmitry Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=h2s3b3449e01004141639s60cd41d8r3dc0b2e422c815c3@mail.gmail.com \
    --to=lally.singh@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).