https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217
Robert Dubner <rdubner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rdubner at gcc dot gnu.org
--- Comment #24 from Robert Dubner <rdubner at gcc dot gnu.org> ---
(In reply to Rainer Orth from comment #11)
> Created attachment 60959 [details]
> Initial hacky patch to allow cobol1 to link on Solaris/amd64
Rainer,
I have gotten access, through cfarm.net, to a Solaris system. It happens to be
a big-endian sparc system:
LDOM on Oracle SPARC T8-1 (big-endian)
Solaris 11.4 Oracle Solaris 11.4 SPARC 5.11
There are six or so Solaris machines; this happened to be the first one that
let me in.
I cloned the cobolworx copy of the repository.
$ mkdir build && cd build && ../configure --disable-bootstrap
$gmake
It instantly comes back with
rdubner@s11-sparc:~/repos/gcc-cobol/build$ gmake
gmake[1]: Entering directory '/home/rdubner/repos/gcc-cobol/build'
mkdir ./fixincludes
Configuring in ./fixincludes
/home/rdubner/repos/fixincludes
/bin/sh: /home/rdubner/repos/gcc-cobol: cannot open [Is a directory]
gmake[1]: *** [Makefile:3981: configure-fixincludes] Error 1
gmake[1]: Leaving directory '/home/rdubner/repos/gcc-cobol/build'
gmake: *** [Makefile:1064: all] Error 2
Any advice for me, before I start reverse engineering several universes about
which I know nothing?