Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Jacques GARRIGUE <garrigue@kurims.kyoto-u.ac.jp>
To: caml-list@pauillac.inria.fr
Subject: Re: caml under FreeBSD.
Date: Tue, 26 Nov 1996 10:44:31 +0900	[thread overview]
Message-ID: <199611260144.KAA02490@orion.kur> (raw)
In-Reply-To: <199611251006.LAA01340@tobago.inria.fr> (message from Damien Doligez on Mon, 25 Nov 1996 11:06:57 +0100)

>>>>> " " == Damien Doligez <Damien.Doligez@inria.fr> writes:

 > You should use the small preprocessor that is provided with Caml Light.
 > Go to src/tools and type "make clprepro".
 > Change src/Makefile to uncomment the line
 >   # CPP=../../src/tools/clprepro -Dunix
 > and comment the line
 >   CPP=/lib/cpp -P -Dunix

Stop! There is a cpp in FreeBSD. Just, it is not in /lib/cpp but
/usr/bin/cpp. Indeed, there is a line about that in Caml-Light's
Makefile.

So just change
	CPP=/lib/cpp -P -Dunix
to
	CPP=/usr/bin/cpp -P -Dunix

---------------------------------------------------------------------------
Jacques Garrigue	Kyoto University      garrigue@kurims.kyoto-u.ac.jp
		<A HREF=http://wwwfun.kurims.kyoto-u.ac.jp/~garrigue/>JG</A>





  reply	other threads:[~1996-11-27 19:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-11-25 10:06 Damien Doligez
1996-11-26  1:44 ` Jacques GARRIGUE [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-11-23 19:33 Pedro Giffuni

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=199611260144.KAA02490@orion.kur \
    --to=garrigue@kurims.kyoto-u.ac.jp \
    --cc=caml-list@pauillac.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