Message: 1
Date: Tue, 17 Mar 2015 12:11:32 -0400
From: john o goyo <address@hidden>
To: GNU Modula-2 <address@hidden>
Subject: [Gm2] gm2-4.7.4 on Mac 10.9.5 fails to build
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I downloaded the latest combination from floppsie and tried building it
on MacOS 10.9.5 (an Intel box, Mach 13.4.0). Here is the result:
build/src/gcc-4.7.4+gm2-git-latest/gm2/gm2-4.7.4/./gcc/ -c -g -O2 -g -O2
-m32 -I.
-I/Users/build/src/gcc-4.7.4+gm2-git-latest/gm2/gcc-versionno/gcc/gm2/gm2-libs
-I/Users/build/src/gcc-4.7.4+gm2-git-latest/gm2/gcc-versionno/gcc/gm2/gm2-libs-iso
../../../../../gcc-versionno/libgm2/libpim/../../gcc/gm2/gm2-libs/MemUtils.mod
-o MemUtils.o >/dev/null 2>&1
make[8]: *** No rule to make target `gdbif.mod', needed by `gdbif.lo'.
Stop.
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2failed to find definition module gdbif.def
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all] Error 2
make[1]: *** [all-target-libgm2] Error 2
make: *** [all] Error 2
john
------------------------------
Gaius,
I get a problem similar to this error when building on Ubuntu 14.04:
failed to find definition module gdbif.def
The tarball does not contain a gdbif.def file and I notice that in ~/GM2/scratch-area/gcc-4.7.4+gm2-git-latest/gm2/gcc-versionno/gcc/gm2/gm2-libs
gdbif.mod is the only module without a .def. So I created
one based on the .mod and the build and install went through OK.
Regards,
John
|