I tried the local testing tool on Mac OS X 10.11, but I have problems with ld
$ ./dcj.sh build --source solution.py ld: unknown option: -shared I tried changing '-shared' to '-dylib' in dcj/build.py $ ./dcj.sh build --source solution.py Then I get (lots) errors like these: ld: warning: object file (/Users/iris/Niels/dcj_mac_os/dcj/../libraries/zeus_local.o) was built for newer OSX version (10.11) than being linked (10.10) Undefined symbols for architecture x86_64: ld: symbol(s) not found for inferred architecture x86_64 Any ideas how to solve this problem? -- You received this message because you are subscribed to the Google Groups "Google Code Jam" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/98df2694-1ad0-4ef6-a438-1c3131d8fe7a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
