Subject: Re: aix gcc34 problem
To: Florian Heigl <florian.heigl@gmail.com>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 07/14/2005 20:05:17
On Thu, 14 Jul 2005, Florian Heigl wrote:
>> Maybe look at the named Makefile at line 777, and
>> feel free to post here (with some context?).
...
> +775 # ??? The choices here will need some experimenting with.
> +776
> +777 export AR_FOR_TARGET
I'd say this looks a lot like Shell commands that aren't indented, and
esp. the blink line 776 probably breaks things altogether. Next step would
be to see why this is... I guess that that Makefile is created from a
Makefile.in by the configure script. To debug, you can re-run the
"config.status" script, and see if it does the thing consistently (wrong
;).
- Hubert