public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Do I have a bug?
@ 2004-02-18 14:42 Buehler, Bob
  2004-02-20  2:24 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Buehler, Bob @ 2004-02-18 14:42 UTC (permalink / raw)
  To: bug-gcc

I would like to have GNU CC.
I installed GNU Make 3.80.
I downloaded gcc-3.3.3
I configured: 
mkdir gccod
cd gccod
../gcc-3.3.3/configure --disable-nls

./config.guess
powerpc-ibm-aix5.2.0.0

Make: gmake bootstrap ran and ended with these lines, so I assume it was
O.K.:

gmake[4]: Leaving directory
`/install/gnu/gccod/powerpc-ibm-aix5.2.0.0/pthread/ppc64/libobjc'
gmake[3]: Leaving directory
`/install/gnu/gccod/powerpc-ibm-aix5.2.0.0/libobjc'
gmake[2]: Leaving directory
`/install/gnu/gccod/powerpc-ibm-aix5.2.0.0/libobjc'
gmake[1]: Leaving directory `/install/gnu/gccod'

gmake install produces:

gmake install
/bin/sh ../gcc-3.3.3/mkinstalldirs /usr/local /usr/local
gmake[1]: Entering directory `/install/gnu/gccod/gcc'
(cd intl && gmake all)
gmake[2]: Entering directory `/install/gnu/gccod/gcc/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/install/gnu/gccod/gcc/intl'
cc   -g -DIN_GCC     -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o
c-pragma.o c-decl.o c-typec
k.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o
c-semantics.o c-objc-common.o c-dump.o l
ibcpp.a rs6000-c.o main.o libbackend.a   ../libiberty/libiberty.a
ld: 0711-317 ERROR: Undefined symbol: .__lshrdi3
ld: 0711-317 ERROR: Undefined symbol: .__udivdi3
ld: 0711-317 ERROR: Undefined symbol: .__ashldi3
ld: 0711-317 ERROR: Undefined symbol: .__ashrdi3
ld: 0711-317 ERROR: Undefined symbol: .__moddi3
ld: 0711-317 ERROR: Undefined symbol: .__umoddi3
ld: 0711-317 ERROR: Undefined symbol: .__divdi3
ld: 0711-317 ERROR: Undefined symbol: .__floatdidf
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
gmake[1]: *** [cc1] Error 8
gmake[1]: Leaving directory `/install/gnu/gccod/gcc'
gmake: *** [install-gcc] Error 2

Thanks for ANY help.

Bob Buehler
Texas Education Agency
Systems Operation
Phone: (512) 463-9815


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

* Re: Do I have a bug?
  2004-02-18 14:42 Do I have a bug? Buehler, Bob
@ 2004-02-20  2:24 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2004-02-20  2:24 UTC (permalink / raw)
  To: Buehler, Bob; +Cc: gcc-bugs

Buehler, Bob wrote:
> Make: gmake bootstrap ran and ended with these lines, so I assume it was
> O.K.:
> gmake install produces:
> cc   -g -DIN_GCC     -DHAVE_CONFIG_H  -o cc1 \
>         c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o
> c-pragma.o c-decl.o c-typec
> k.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o
> c-semantics.o c-objc-common.o c-dump.o l
> ibcpp.a rs6000-c.o main.o libbackend.a   ../libiberty/libiberty.a
> ld: 0711-317 ERROR: Undefined symbol: .__lshrdi3

gmake install should not have tried to build anything.  The attempted 
build failed because it used the wrong compiler, cc instead of gcc.

This implies that there was a problem with timestamps.  If you 
accidentally touched a file after or during the make bootstrap, it could 
have caused this problem.  If you are using a remote filesystem, such as 
NFS, and the time/date on the server does not match the time/date on the 
client, then you could see a problem like this.  If you have a very fast 
machine, which can compile multiple files in under a second, and the 
version of gmake you have does not handle sub-second timing correctly, 
then you could see this problem.  Check the gmake version number, the 
current docs recommend 3.79.1 or later.

It is better to file bug reports into our bugzilla database than to send 
mail to gcc-bugs.  We don't track bug reports that are emailed, but we 
do track the ones files into the bug database.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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

end of thread, other threads:[~2004-02-20  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-18 14:42 Do I have a bug? Buehler, Bob
2004-02-20  2:24 ` Jim Wilson

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