sunzhenguo / pacparser

Automatically exported from code.google.com/p/pacparser
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Parallel build fails on OSX #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  'make -j 4' on a dual-core MacBook Pro

What is the expected output? What do you see instead?
  Expect: 
    All tests were successful.
  Instead see:
    cc -dynamiclib -framework System -install_name /usr/lib/libpacparser.1.dylib -o libpacparser.1.dylib pacparser.o libjs.a -lm
    ld: malformed archive TOC entry for _printVal, offset 2032640 is beyond end of file 1318912 for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

What version of the product are you using? On what operating system?
  pacparser version 1.3.1
  Mac OSX version 10.6.8

Please provide any additional information below.
  Different errors show up with different levels of parallelism

Original issue reported on code.google.com by davedyks...@gmail.com on 28 May 2013 at 9:25