Mail Archives: djgpp/2000/10/08/14:36:37
> From: jt williams <jeffw AT darwin DOT sfbr DOT org>
> Date: Sun, 8 Oct 2000 11:16:59 -0600
>
> <http://www.gumbley.demon.co.uk/plptools.html>
>
> If so, do they have DOS binaries they would share?
>
> The code is (at least partially) C++, which I have no experience with. OTOH,
> there isn't a lot of code, so could C++ be translated to C or is this not
> usually realistic? FWIW the configure script goes smoothly (some lfn
> conflicts that can be fixed) until the error "no acceptable C++-compiler found
> in $PATH."
Do you have the C++ compiler installed? If so, you need to make sure
you set TEST_FINDS_EXE=y in the environment (the file
share/config.site, which comes with the ported Bash, does that
normally for you), and then the configure script should find gcc as
the C++ compiler.
Alternatively, set CXX=gcc in the environment, before running the
configure script.
(The above is not to say that I built plptools; it's just a general
advice how to run Unix configure scripts and live to tell the
story...)
- Raw text -