public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* ml-0.5.3 on MkLinux DR3
@ 1999-01-17  5:03 Peter Hanappe
  1999-01-17 23:58 ` Alexandre Oliva
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Hanappe @ 1999-01-17  5:03 UTC (permalink / raw)
  To: egcs-bugs

I encountered the following problem when compiling Moonlight-0.5.3
( http://rufus.w3.org/linux/moonlight/ ). I'm running MkLinux (Linux
2.0.33-osfmach3, Developer Release 3) on a PowerPC 604.

---------- MLPVertexArray.o ----------
/bin/sh /home/hanappe/ml-0.5.3/src/libtool --quiet --mode=compile g++ -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer -fexpensive-optimizations -ffast-math -funroll-loops -D_REENTRANT   -I..  -c MLPVertexArray.C
MLPVertexArray.C: In method `bool MLPVertexArray::_serialRead(class XDRFile *)':
MLPVertexArray.C:64: Internal compiler error.
MLPVertexArray.C:64: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[1]: *** [../../lib/powerpc-unknown-linux-gnu/opt/libmoon_kernel/MLPVertexArray.o] Error 1
make[1]: Leaving directory `/home/hanappe/ml-0.5.3/src/kernel'
make: *** [subdirs] Error 2

Moonlight will be compiled and installed using the following information:
--------------------------------------------------------------------------------
    Version               : 0.5.3
    Target                : powerpc-unknown-linux-gnu
    CC                    : gcc (egcs-2.90.25 980302 (egcs-1.0.2 prerelease))
    CFLAGS (dev)          :  -Wall
    CFLAGS (opt)          : -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer -fexpensive-optimizations -ffast-math -funroll-loops
    CXX                   : g++ (egcs-2.90.25 980302 (egcs-1.0.2 prerelease))
    CXXFLAGS (dev)        :  -Wall
    CXXFLAGS (opt)        : -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer -fexpensive-optimizations -ffast-math -funroll-loops


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ml-0.5.3 on MkLinux DR3
  1999-01-17  5:03 ml-0.5.3 on MkLinux DR3 Peter Hanappe
@ 1999-01-17 23:58 ` Alexandre Oliva
  1999-01-18  3:19   ` Peter Hanappe
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Oliva @ 1999-01-17 23:58 UTC (permalink / raw)
  To: Peter Hanappe; +Cc: egcs-bugs

On Jan 17, 1999, Peter Hanappe <hanappe@limit.ircam.fr> wrote:

> MLPVertexArray.C:64: Please submit a full bug report to `egcs-bugs@cygnus.com'.

http://egcs.cygnus.com/faq.html#bugreport

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ml-0.5.3 on MkLinux DR3
  1999-01-17 23:58 ` Alexandre Oliva
@ 1999-01-18  3:19   ` Peter Hanappe
  1999-01-19  3:00     ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Hanappe @ 1999-01-18  3:19 UTC (permalink / raw)
  To: egcs-bugs

[-- Attachment #1: Type: text/plain, Size: 2059 bytes --]

I encountered the following problem when compiling Moonlight-0.5.3
( http://rufus.w3.org/linux/moonlight/ ). I'm running MkLinux (Linux
2.0.33-osfmach3, Developer Release 3) on a PowerPC 604.
Here are the command line and its output. MLPVertexArray.ii is sent
as attachment.

g++ -v --save-temps  -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer
-fexpensive-optimizations -ffast-math -funroll-loops -D_REENTRANT  
-I..  -c MLPVertexArray.C  

Reading specs from
/opt/egcs/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.90.25/specs
gcc version egcs-2.90.25 980302 (egcs-1.0.2 prerelease)
 /opt/egcs/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.90.25/cpp
-lang-c++ -v -I.. -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus
-D__GNUC_MINOR__=90 -DPPC -D__ELF__ -Dunix -Dlinux -Dpowerpc -D__PPC__
-D__ELF__ -D__unix__ -D__linux__ -D__powerpc__ -D__PPC -D__unix
-D__linux -D__powerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc)
-Amachine(powerpc) -D__EXCEPTIONS -D__CHAR_UNSIGNED__ -D__OPTIMIZE__
-Wall -D_CALL_SYSV -D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine(bigendian)
-D_ARCH_PPC -DNDEBUG -DNWARN -D_REENTRANT MLPVertexArray.C
MLPVertexArray.ii
GNU CPP version egcs-2.90.25 980302 (egcs-1.0.2 prerelease) (PowerPC
Linux)
#include "..." search starts here:
#include <...> search starts here:
 ..
 /opt/egcs/include/g++
 /usr/local/include

/opt/egcs/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.90.25/include
 /usr/include
End of search list.

/opt/egcs/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.90.25/cc1plus
MLPVertexArray.ii -quiet -dumpbase MLPVertexArray.cc -O2 -Wall -version
-fomit-frame-pointer -fexpensive-optimizations -ffast-math
-funroll-loops -o MLPVertexArray.s
GNU C++ version egcs-2.90.25 980302 (egcs-1.0.2 prerelease)
(powerpc-unknown-linux-gnulibc1) compiled by GNU C version egcs-2.90.25
980302 (egcs-1.0.2 prerelease).
MLPVertexArray.C: In method `bool MLPVertexArray::_serialRead(class
XDRFile *)':
MLPVertexArray.C:64: Internal compiler error.
MLPVertexArray.C:64: Please submit a full bug report to
`egcs-bugs@cygnus.com'.

[-- Attachment #2: MLPVertexArray.ii.gz --]
[-- Type: application/x-gzip, Size: 13843 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ml-0.5.3 on MkLinux DR3
  1999-01-18  3:19   ` Peter Hanappe
@ 1999-01-19  3:00     ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 1999-01-19  3:00 UTC (permalink / raw)
  To: Peter Hanappe; +Cc: egcs-bugs

You should try a later version of EGCS.  Pick up EGCS-1.1.1 from
  ftp://ftp.linuxppc.org/gary/redhat/RPMS/ppc/

On 18-Jan-99 Peter Hanappe wrote:
> I encountered the following problem when compiling Moonlight-0.5.3
> ( http://rufus.w3.org/linux/moonlight/ ). I'm running MkLinux (Linux
> 2.0.33-osfmach3, Developer Release 3) on a PowerPC 604.
> Here are the command line and its output. MLPVertexArray.ii is sent
> as attachment.
> 
> g++ -v --save-temps  -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer
> -fexpensive-optimizations -ffast-math -funroll-loops -D_REENTRANT  
> -I..  -c MLPVertexArray.C  
> 
> Reading specs from
> /opt/egcs/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.90.25/specs
> gcc version egcs-2.90.25 980302 (egcs-1.0.2 prerelease)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-01-19  3:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-17  5:03 ml-0.5.3 on MkLinux DR3 Peter Hanappe
1999-01-17 23:58 ` Alexandre Oliva
1999-01-18  3:19   ` Peter Hanappe
1999-01-19  3:00     ` Gary Thomas

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 read-only IMAP folder(s) and NNTP newsgroup(s).