[EMAIL PROTECTED] writes:

> g++ -o CArchive CFileRw.o CArchive.o CMain.o 3rdparty_1.a
> ld: 0711-447 SEVERE ERROR: Shared object 3rdparty_1.a
> The .loader section has been truncated. The object is being ignored.
> collect2: ld returned 12 exit status
> make: 1254-004 The error code from the last command is 1.

Sounds like the 3rdparty_1.a file is corrupt.
Try running "file", "nm" and "dump -Tv" on it.

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