JeanDean <[EMAIL PROTECTED]> writes:

> I am getting below error on Solaris platform , has any body face this
> error before ?
> please share your suggestions:
>
> ---------------------------------------
> /usr/local/GNU/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/libgcc.a:
> could not read symbols: Bad value
> collect2: ld returned 1 exit status

Either someone ran strip(1) on the library above, or the file was
corrupted in some other way. You should get a similar error from

  /usr/ccs/bin/nm /usr/local/.../libgcc.a

If you do, re-install (or rebuild) libgcc.a

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to