On 27 Feb, Stephen J. Turnbull wrote:
>>>>> "MATSUURA" == MATSUURA Takanori
<t-matsuu(a)protein.osaka-u.ac.jp> writes:
MATSUURA> gcc: nocombreloc: No such file or directory
Yeah, this is a bug in PPC gcc, which doesn't understand the -z flag
for some reason. Probably we should force use of ld directly on that
platform.
MATSUURA> By adding --pdump in configure option,
I think we should default it that way, anyway.
Gcc doesn't have -z option which is linker option as ld.
Kaoru