This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with compiling tk


On Wed, 2003-07-16 at 12:26, Mike Chandler wrote:
> /home/mchandl1/insight+dejagnu-20030716/tk/generic/tk3d.c:39:
> warning: `ShiftLine' declared `static' but never defined
> {standard input}: Assembler messages:
> {standard input}:696: Error: symbol `dy' is already defined
> {standard input}:702: Error: symbol `dx' is already defined
> {standard input}:749: Error: symbol `q' is already defined
> {standard input}:755: Error: symbol `p' is already defined
> {standard input}:761: Error: symbol `q' is already defined
> {standard input}:767: Error: symbol `q' is already defined

What version of gcc is this? Have you searched on the gcc mailing lists
for assembler problems? Have you installed any Red Hat errata for
gcc/gas/binutils?

There is obviously something wrong with the compiler... ShiftLine is
defined on line 1095 of that file.

Keith



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]