caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Chris Hecker <checker@d6.com>
To: "Travis Nixon" <tnixon@avalanchesoftware.com>, <caml-list@inria.fr>
Subject: Re: [Caml-list] Trouble getting Win32 native port to work
Date: Tue, 21 Aug 2001 15:52:11 -0700	[thread overview]
Message-ID: <4.3.2.7.2.20010821154649.02e5b2f0@shell16.ba.best.com> (raw)
In-Reply-To: <004d01c12a8f$3a21ad20$0700000a@travis2>


>Or whatever it is 4NT says.  Speaking of which, I'm not positive, but I don't
>think the makefiles would work without 4dos or some other shell that understands the & command concatonation.  I think we had problems with that on another project, but I don't remember for sure.

The makefiles work fine for me on vanilla NT cmd.exe.  To get them to build on Win95 (no &) I had to change them to use a secondary batch file, but that also works fine.  Here's an example line:

        for %i in ($(OTHERLIBRARIES)) do docdmake "otherlibs\%i" "..\.." $(MAKEREC) installopt

And docdmake.bat looks like this:

cd %1
%3 %4 %5 %6 %7 %8 %9
cd %2

But, if you only care about building on NT, then it works fine with cmd.exe.

Chris

-------------------
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


      reply	other threads:[~2001-08-21 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-21 22:18 Travis Nixon
2001-08-21 22:52 ` Chris Hecker [this message]

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=4.3.2.7.2.20010821154649.02e5b2f0@shell16.ba.best.com \
    --to=checker@d6.com \
    --cc=caml-list@inria.fr \
    --cc=tnixon@avalanchesoftware.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;
as well as URLs for NNTP newsgroup(s).