> I got the binary program of libsprng.a from the 
> http://www.biostat.umn.edu/~nali/SoftwareListing.html, but it did not 
> work properly. The following error occurred.
>
> ld: table of contents for archive: /usr/local/lib/libsprng.a is out of 
> date; rerun ranlib(1) (can't load from it)
>
> Does anyone have a libsprng.a or know how to compile the sprng source 
> file for creating the library?

recompiling libsprng with a modern GCC is 'difficult', because gcc no 
longer allows multiline statements in assembler.  [yes, this is silly.]

at one point i was going to hack together a version that would build with 
gcc 3.3+, but i haven't had time to work on it.

--elijah

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to