CPPFLAGS = -I/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -DNDEBUG CFLAGS = -Wc,'-arch x86_64' LDFLAGS = -Wl,-F/Library/Frameworks -framework Python -Wl,-stack_size,1000000 -framework CoreFoundation -arch x86_64 LDLIBS = -ldl -framework CoreFoundation
-- Gnarlie On Tuesday, September 17, 2013 6:16:15 PM UTC-6, Graham Dumpleton wrote: > > 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] <javascript:>> > 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] <javascript:>. > To post to this group, send email to [email protected] <javascript:> > . > 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.
