From: Andrew Warshaver <awarshaver@janestcapital.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] compiling a clib from further away
Date: Wed, 27 Jun 2007 10:08:47 -0400 [thread overview]
Message-ID: <46826F6F.6060009@janestcapital.com> (raw)
In-Reply-To: <46826CA4.4010308@janestcapital.com>
Andrew Warshaver wrote:
> I am trying to compile a clib (with the eventual hope of it making its
> way into a compiled ocaml lib). It is working fine if I am in the
> specific directory; but if I move too far out it fails. My directories
> are like /../janebase/lib/cephes/ The c files live in cephes.
>
> $ cat lib/cephes/libjane_stubs.clib
> bdtr.o
> btdtr.o
> chbevl.o
> ...
> $ cat _tags
> <sexp> or <lib>: include
>
> $ cat myocamlbuild.ml
> open Ocamlbuild_plugin
> open Command
>
> let headers = ["lib/cephes/mconf.h"; "lib/cephes/protos.h"];;
>
> dispatch begin function
> | After_rules ->
> dep ["compile"; "c"] headers;
> | _ -> ()
> end
>
> $ ocamlbuild lib/cephes/libjane_stubs.a
> + /usr/local/home/godi310/godi/bin/ocamlmklib -o /cephes/libjane_stubs
by the way, obviously the culprit is in this -o, it should have lib/, is
this a ocamlbuild bug?
> lib/cephes/bdtr.o lib/cephes/btdtr.o lib/cephes/chbevl.o
> lib/cephes/chdtr.o lib/cephes/const.o lib/cephes/drand.o
> lib/cephes/expx2.o lib/cephes/fdtr.o lib/cephes/gamma.o
> lib/cephes/gdtr.o lib/cephes/igam.o lib/cephes/igami.o
> lib/cephes/incbet.o lib/cephes/incbi.o lib/cephes/kolmogorov.o
> lib/cephes/main.o lib/cephes/mtherr.o lib/cephes/nbdtr.o
> lib/cephes/ndtr.o lib/cephes/ndtri.o lib/cephes/pdtr.o
> lib/cephes/polevl.o lib/cephes/stdtr.o lib/cephes/unity.o
> /usr/bin/ld: cannot open output file /cephes/dlllibjane_stubs.so: No
> such file or directory
> collect2: ld returned 1 exit status
> Command exited with code 2.
>
> However, when I move one directory closer,
>
> $ cd lib
> [awarshaver@nyc-qws-029 lib]$ cat myocamlbuild.ml
> open Ocamlbuild_plugin
> open Command
>
> let headers = ["cephes/mconf.h"; "cephes/protos.h"];;
>
> dispatch begin function
> | After_rules ->
> dep ["compile"; "c"] headers;
> | _ -> ()
> end
> [awarshaver@nyc-qws-029 lib]$ ocamlbuild cephes/libjane_stubs.a
> + /usr/local/home/godi310/godi/bin/ocamlc.opt -c cephes/main.c
> cephes/main.c: In function ‘main’:
> cephes/main.c:9: warning: control reaches end of non-void function
> Finished, 49 targets (0 cached) in 00:00:02.
>
> Any ideas?
>
> Thanks,
> Andrew
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
next prev parent reply other threads:[~2007-06-27 14:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-27 13:56 Andrew Warshaver
2007-06-27 14:08 ` Andrew Warshaver [this message]
2007-06-27 14:48 ` [Caml-list] " Nicolas Pouillard
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=46826F6F.6060009@janestcapital.com \
--to=awarshaver@janestcapital.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