public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* g++ compiler on HPUX
@ 2000-07-20  0:42 M. Lavasani
  2000-07-20  1:20 ` Alexandre Oliva
  2000-07-20  9:58 ` Jeffrey A Law
  0 siblings, 2 replies; 3+ messages in thread
From: M. Lavasani @ 2000-07-20  0:42 UTC (permalink / raw)
  To: gcc; +Cc: gcc-help

Hi


I 've been trying to compile QT library on HPUX version 11.00 platform and i ran
into the error shown below. It must be something to do with gcc compiler, since
i managed to compile the library using aCC compiler without any problem at all.

Have you got any idea please????

Thanks in advance.

Please send your e_mail to:   lavasani@connect.org.uk



        g++ -c -I/opt/gnome/qt-2.1.1/include -Wno-unused -Wno-parentheses -O -DQT_NO_CODECS -I../../include -I../tools -I. -o mocgen.o mocgen.cpp
In file included from ../../include/qcstring.h:34,
                 from ../../include/qstring.h:31,
                 from ../../include/qgdict.h:31,
                 from ../../include/qasciidict.h:30,
                 from moc.y:46:
/net/lib/gcc11/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29: warning: declaration of `int memcmp(const void *, const void *, long unsigned int)'
/net/lib/gcc11/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29: warning: conflicts with built-in declaration `int memcmp(const void *, const void *, unsigned int)'
/net/lib/gcc11/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85: warning: declaration of `void * memcpy(void *, const void *, long unsigned int)'
/net/lib/gcc11/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85: warning: conflicts with built-in declaration `void * memcpy(void *, const void *, unsigned int)'
/net/lib/gcc11/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:93: warning: declaration of `size_t strlen(const char *)'
/net/lib/gcc11/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:93: warning: conflicts with built-in declaration `unsigned int strlen(const char *)'
moc.y: In function `void generateClass()':
moc.y:2697: internal error--unrecognizable insn:
(insn 9339 9338 4728 (set (reg:SI 20 %r20)
        (mult:SI (mem:SI (plus:SI (reg:SI 3 %r3)
                    (const_int 1696 [0x6a0])) 0)
            (const_int 8 [0x8]))) -1 (nil)
    (nil))
*** Error exit code 1

Stop.

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

* Re: g++ compiler on HPUX
  2000-07-20  0:42 g++ compiler on HPUX M. Lavasani
@ 2000-07-20  1:20 ` Alexandre Oliva
  2000-07-20  9:58 ` Jeffrey A Law
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2000-07-20  1:20 UTC (permalink / raw)
  To: M. Lavasani; +Cc: gcc, gcc-help

On Jul 20, 2000, "M. Lavasani" <lavasani@connect.org.uk> wrote:

> I 've been trying to compile QT library on HPUX version 11.00

Please note that GCC 2.95.2 doesn't support HPUX 11.00.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

* Re: g++ compiler on HPUX
  2000-07-20  0:42 g++ compiler on HPUX M. Lavasani
  2000-07-20  1:20 ` Alexandre Oliva
@ 2000-07-20  9:58 ` Jeffrey A Law
  1 sibling, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 2000-07-20  9:58 UTC (permalink / raw)
  To: M. Lavasani; +Cc: gcc, gcc-help

  In message < 200007200741.IAA13604@storms.connect.liv.ac.uk >you write:
  > Hi
  > 
  > 
  > I 've been trying to compile QT library on HPUX version 11.00 platform and 
  > i ran
  > into the error shown below. It must be something to do with gcc compiler, s
  > ince
  > i managed to compile the library using aCC compiler without any problem at 
  > all.
  > 
  > Have you got any idea please????
gcc-2.95.2 does not support hpux11.

The conflicting declaration problems are a direct result of not supporting
hpux11

THe unrecognizable insn is a symptom of a code generator bug of some kind.


jeff

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

end of thread, other threads:[~2000-07-20  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-20  0:42 g++ compiler on HPUX M. Lavasani
2000-07-20  1:20 ` Alexandre Oliva
2000-07-20  9:58 ` Jeffrey A Law

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).