home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.amiga
- Path: sparky!uunet!infonode!ingr!ne3005!xanadu!dave
- From: dave@xanadu.reston.ingr.com (Dave Loveall)
- Subject: Problems compiling gcc 2.3.1?
- Message-ID: <dave.721512801@xanadu>
- Sender: usenet@ne3005.reston.ingr.com (Usenet Administrator)
- Reply-To: dave@xanadu.reston.ingr.com
- Organization: Intergraph Corp. Federal Systems Division, Reston VA
- Date: 11 Nov 92 20:13:21 GMT
- Lines: 31
-
- If this isn't a stupid question, just give me some time.. ;-)
-
- Has anyone run into problems compiling gcc 2.3.1? I get a fatal error
- while compiling aux-output.c :
-
- aux-output.c:1612: In function print_operand:
- aux-output.c:1612: `u' undeclared (first use this function)
- aux-output.c:1612: (Each undeclared identifier is reported only once
- aux-output.c:1612: for each function it appears in.)
-
- *** Error code 1 (bu21)
- make: fatal error
-
- The error seems to be referring to the macro ASM_OUTPUT_DOUBLE_OPERAND,
- which is defined as a function call to asm_fprintf() in m68k.h. I don't
- see a "u" declared or used anywhere, including the asm_fprintf function in
- final.c. There is a union "u1" declared in print_operand, but no "u".
-
- Strange, because gcc 2.2.2 compiled without incident. And because I tried
- both the 2.2.2 and 1.4.5? compilers and got the same error at the same
- point.
-
- What did I miss here?
-
- Thanks,
- Dave
- --
- David Loveall | "Dante's Inferno ?? --
- Intergraph Corp, Reston VA | It looks more like _Disco_
- dave@xanadu.reston.ingr.com | Inferno......"
- ..uunet!ingr!reston!xanadu!dave | - MST 3K
-