On Feb 27, 2004 21:16 -0800, Michael Spangler said:
> I had a compiler error while trying to get gnumeric going. the dump
> is below. The first question is where in this mass of data do you find
> the actual problem? Then an English translation would be helpful.
>
> Warning: I am new at this. I did manage to get open office 1.1 compiled
> and running on my G4 (10.2.8 and Gcc3.3) with a bit of help, but this
> is not a matter on skill on my part.
>
> Also, I had a similar error (I think) on Fontconfig 2.2 while trying to
> compile X11 version 4.3. However, I then found the X on X binary
> installer, which worked, and includes fontconfig.
>
> Thanks;
>
>
> Mike Spangler
> mspangler@xxxxxxxxx
> Soap Lake, WA
>
[...]
> ld: table of contents for archive: /usr/lib/libbz2.a is out of date;
> rerun ranlib(1) (can't load from it)
Not sure why a system library is out of date, but the usual fix for this is
simply 'sudo ranlib /usr/lib/libbz2.a' then the port should build okay.
Bryan
|