Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "Bauer, Christoph" <Christoph.Bauer@lms-gmbh.de>
To: caml-list@inria.fr
Subject: AW: [Caml-list] OCaml-3.08.1/MinGW: alloc_tuple fails
Date: Fri, 15 Oct 2004 17:18:00 +0200	[thread overview]
Message-ID: <D981925B4F2CD611870300E0184CEE9B0157F30C@kaiserslautern1.lms-gmbh.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

Hi,

> More generally speaking, given the way Windows DLLs work, I 
> don't think it is possible at all to put Caml-C stub code in 
> a DLL and pass that DLL to ocamlopt.  Static linking is your 
> friend here.

This solves my problem. The correct compile.sh is attached.

Thank you all for the answers!
Christoph Bauer


#!/bin/sh -v
gcc -mno-cygwin -c -O  -mms-bitfields -UCAML_DLL -I c:/ocamlmgw/lib test.c
-g
ar rcs libtest.a test.o
ocamlopt -o test_it.exe test_it.ml -cclib "-L. -ltest"

[-- Attachment #2: Type: text/html, Size: 1145 bytes --]

             reply	other threads:[~2004-10-15 15:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-15 15:18 Bauer, Christoph [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-10-15 15:04 Bauer, Christoph
2004-10-15  8:56 Bauer, Christoph
2004-10-14 14:59 Bauer, Christoph

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=D981925B4F2CD611870300E0184CEE9B0157F30C@kaiserslautern1.lms-gmbh.de \
    --to=christoph.bauer@lms-gmbh.de \
    --cc=caml-list@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