ld: fatal: use the -z help option for usage information

Maciej (Matchek) Bliziński maciej at opencsw.org
Tue Apr 22 17:54:26 CEST 2014


2014-04-22 16:17 GMT+01:00 Rafael Ostertag <raos at opencsw.org>:
> Is there a particular reason, you set
>
>  MACHDEP = $(ISA)
>  EXTRA_CONFIGURE_EXPORTS += MACHDEP
>
> By doing so, some internal configure variables won't be set which in turn lead
> to Makefile using `ld' instead of `gcc'.

Hm, ok. I'm trying to work around http://bugs.python.org/issue18083
and modify paths to make the architecture dependent. MACHDEP is
probably a wrong approach though. I'd like to do what they suggest in
the bug report in python.org, but I don't know yet how to do it.

Maciej


More information about the maintainers mailing list