TetragrammatonHermit / naclports

Automatically exported from code.google.com/p/naclports
1 stars 0 forks source link

pnacl: boost either doesn't run ranlib, or the configure step doesn't override it with pnacl-ranlib #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Get a pnacl sdk drop, set NACL_SDK_ROOT to the pnacl drop.
2. NACL_PACKAGES_BITSIZE=pnacl make boost
3. Try to link anything with the generated boost libraries and it will complain 
that ranlib hasn't been run...

pnacl needs a special ranlib, since the libraries are bitcode libraries.

Original issue reported on code.google.com by jvo...@google.com on 24 Jan 2012 at 11:10

GoogleCodeExporter commented 9 years ago
Had some other driver issues that pdox fixed.

Original comment by jvo...@google.com on 28 Jan 2012 at 12:23