Can you send me what the various CPPFLAGS, CFLAGS, LDFLAGS and LDLIBS lines in the generated Makefile say?
For now you will need to edit the generated Makefile and remove the offending option before doing the build. Graham On 16/09/2013, at 11:33 PM, Gnarlodious <[email protected]> wrote: > At the end of the "make" process I get error: > > ld: -stack_size option can only be used when linking a main executable > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > apxs:Error: Command failed with rc=65536 > > What's wrong? This is 10.8.5 compiling with Python 3.4.0a2. > > -- Gnarlie > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
