From: Markus Mottl <markus@mail4.ai.univie.ac.at>
To: Jeremy Fincher <tweedgeezer@hotmail.com>
Cc: caml-list@pauillac.inria.fr
Subject: Re: [Caml-list] Building O'Caml projects properly.
Date: Mon, 1 Oct 2001 14:57:54 +0200 [thread overview]
Message-ID: <20011001145753.A14832@chopin.ai.univie.ac.at> (raw)
In-Reply-To: <F113BLbq0m361SUaZh50000f0ff@hotmail.com>; from tweedgeezer@hotmail.com on Mon, Oct 01, 2001 at 07:46:15 -0400
On Mon, 01 Oct 2001, Jeremy Fincher wrote:
> When I do a simple "gmake", it compiles all the files, and the directory
> becomes filled with ".cmo" and ".cmx" files and so on. After doing
> a "make libinstall" and answering 'y' to the question it asks about
> installation, the only things that remain in the directory are the
> .ml files and the Makefile itself. Somehow, given that Makefile,
> it's removing all the files it installs.
I have never seen this happen and I really can't imagine how this could
work. Could you please send me your Makefile? Maybe you have accidently
added a dependency on the "clean"-target or similar.
> I added py_string to the LIBS line in that Makefile, but it complained about
> not being able to find "py_string.cma".
I had thought that "py_string" is a library (.cma-file). Maybe you have
only a .cmo-file there. You can either add "OCAMLLDFLAGS = py_string.cmo"
to your Makefile or make a real library out of "py_string". The last
alternative should definitely be preferred over the first one.
Regards,
Markus Mottl
--
Markus Mottl markus@oefai.at
Austrian Research Institute
for Artificial Intelligence http://www.oefai.at/~markus
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
next prev parent reply other threads:[~2001-10-01 12:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-01 11:46 Jeremy Fincher
2001-10-01 12:57 ` Markus Mottl [this message]
2001-10-01 13:08 ` Hideo Bannai
2001-10-01 13:47 ` Markus Mottl
2001-10-01 15:17 ` Julian Assange
-- strict thread matches above, loose matches on Subject: below --
2001-10-01 14:02 Jeremy Fincher
2001-10-01 7:04 Jeremy Fincher
2001-10-01 8:07 ` Markus Mottl
2001-09-29 20:31 Jeremy Fincher
2001-09-29 21:48 ` Julian Assange
2001-09-29 22:08 ` Markus Mottl
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=20011001145753.A14832@chopin.ai.univie.ac.at \
--to=markus@mail4.ai.univie.ac.at \
--cc=caml-list@pauillac.inria.fr \
--cc=tweedgeezer@hotmail.com \
/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