Sun Studio 11 dbx: warning: can't find file /a/b/c/library.a(object.o)
807578Mar 20 2008 — edited Mar 24 2008The original path the archive library is no longer valid, but I do still have the library itself. However, I don't know what pathmap incantation I should use to allow dbx to load it.
I've tried
"pathmap /a/b/c /d/e/f"
where "/d/e/f" contains the required archive library, but I get the same error.
Does anyone have any ideas?
Thanks,
-Dave