[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] (no subject)
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] (no subject) |
Date: |
02 Oct 2005 22:28:27 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Thomas Ahn <address@hidden> writes:
> Gaius,
>
> I made the changes as you suggested except for MathLib. Here I did
> what Michael suggested and removed the compiler option '-Wbounds' what
> allowed MathLib.mod to compile without a compiler crash. I have no
> clue though what the consequences of this are when using MathLib. As I
> don't understand enough of Unix, how do I get the "=== gm2 Summary
> ===" you produced?
Hi Thomas,
I ran the regression tests via:
cd build-3.3.6/gcc
make check-gm2
note my build directory was called 'build-3.3.6' yours will probably
be different..
> This is the last message before the installation finishes and I am not
> sure if this means success or failure.
>
> creating libobjc.la
> (cd .libs && rm -f libobjc.la && ln -s ../libobjc.la libobjc.la)
> : make ; exec true "AR=ar" "AR_FLAGS=rc"
> "CC=/gcc-3.3.6+gm2-20050722/gcc/xgcc -B/gcc-3.3.6+gm2-20050722/gcc/
> -B/usr/local/powerpc-apple-darwin7.9.0/bin/
> -B/usr/local/powerpc-apple-darwin7.9.0/lib/ -isystem
> /usr/local/powerpc-apple-darwin7.9.0/include" "CFLAGS=-O2 -g -O2
> -msoft-float" "DESTDIR=" "LIBCFLAGS=-O2 -g -O2 -msoft-float"
> "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh
> /gcc-3.3.6+gm2-20050722/install-sh -c" "INSTALL_DATA=/bin/sh
> /gcc-3.3.6+gm2-20050722/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh
> /gcc-3.3.6+gm2-20050722/install-sh -c " "LDFLAGS=-msoft-float"
> "LIBTOOL=./libtool" "LOADLIBES=" "PICFLAG=" "RANLIB=ranlib"
> "SHELL=/bin/sh" "prefix=/usr/local" "exec_prefix=/usr/local"
> "libdir=/usr/local/lib"
> "libsubdir=/usr/local/lib/gcc-lib/powerpc-apple-darwin7.9.0/3.3.6"
> "tooldir=/usr/local/powerpc-apple-darwin7.9.0" multi-do DO=all
> [Thomas-Ahns-Computer:/gcc-3.3.6+gm2-20050722] tommy#
this looks ok, though I'd need to see many of the previous pages to
make sure (it should install: gm2, gm2m in /usr/local/bin
in your case and subsidiary programs in:
/usr/local/powerpc-apple-darwin7.9.0
programs such as gm2lgen, gm2lcc, gm2l)
> Anyway, I can try exactly the package you put on CVS also if it helps.
>
> I also can not make hello in the examples. I get the following error
> message:
your need to set your path to /usr/local/bin
export PATH=/usr/local/bin:$PATH
> [Thomas-Ahns-Computer:gm2/examples/hello] tommy# make
> gm2 -c -g -I. hello.mod
> make: gm2: Command not found
> make: *** [all] Error 127
> [Thomas-Ahns-Computer:gm2/examples/hello] tommy#
>
> Any idea why this happens?
I'm pretty sure this is a path issue as above,
regards,
Gaius