Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Tautrimas Pajarskas <tautrimas@tautrimas.lt>
To: caml-list@yquem.inria.fr
Subject: Compiling C++ in OCaml using Swig to native code
Date: Tue, 9 Jun 2009 14:36:10 +0300	[thread overview]
Message-ID: <44e1544f0906090436l3eed359dq3740b5129c2cd6ef@mail.gmail.com> (raw)

Hello,

I'm trying to access C++ code from OCaml using Swig. I successfully
compiled C++ code as a shared library through swig's C++ wrapper but
only in bytecode. Now, if I try the procedures listed in
http://www.linux-nantes.org/~fmonnier/OCaml/ocaml-wrapping-c.php#ref_cplusplus
for ocamlopt, I get an error:

ocamlopt -I . -cclib -lstdc++ md5wrapper.x.cmxa caller.ml -o caller.native
./libmd5wrapper.x.a(md5wrapper_wrap.o): In function
`_wrap_new_md5wrappermd5wrapper':
md5wrapper_wrap.cxx:(.text+0x147a): undefined reference to
`md5wrapper::md5wrapper()'
./libmd5wrapper.x.a(md5wrapper_wrap.o): In function
`_wrap_delete_md5wrappermd5wrapper':
md5wrapper_wrap.cxx:(.text+0x2d20): undefined reference to
`md5wrapper::~md5wrapper()'
./libmd5wrapper.x.a(md5wrapper_wrap.o): In function
`_wrap_md5wrapper_getHashFromStringmd5wrapper':
md5wrapper_wrap.cxx:(.text+0x7742): undefined reference to
`md5wrapper::getHashFromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> >)'
collect2: ld returned 1 exit status
File "caml_startup", line 1, characters 0-1:
Error: Error during linking
make: *** [caller.native] Error 2

Library consists of two files: md5wrapper.h (main interface), md5.h,
and their appropriate cpp files.
md5wrapper_wrap.cxx is the swig's generated wrapper and
md5wrapper.x.cmxa is the shared library.
caller.ml is the script for using Md5wrapper module (library?).
Here is the Makefile: http://pastebin.com/f5f55f789 (Keep in mind that
caller.byte target compiles perfectly).

I've tried all the variants I could think of. If anybody has any
experience in Swig, please help (:

--
Tautrimas Pajarskas


             reply	other threads:[~2009-06-09 11:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-09 11:36 Tautrimas Pajarskas [this message]
2009-06-21 12:46 ` [Caml-list] " Guillaume Yziquel
2009-06-22 10:46   ` Tautrimas Pajarskas

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=44e1544f0906090436l3eed359dq3740b5129c2cd6ef@mail.gmail.com \
    --to=tautrimas@tautrimas.lt \
    --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