To: Eli Zaretskii Cc: Marios Siormanolakis , djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Problem with ld.exe version 2.5.2 Date: Tue, 07 Feb 95 10:31:04 +0100 From: Marios Siormanolakis Return-Path: Delivery-Date: Received: from iraun1.ira.uka.de by i50s19.ira.uka.de with SMTP (PP); Tue, 7 Feb 1995 10:21:23 +0100 Received: from is.elta.co.il by iraun1.ira.uka.de with SMTP (PP); Tue, 7 Feb 1995 10:21:06 +0100 Received: by is.elta.co.il (5.57/Ultrix3.0-C) id AA06715; Tue, 7 Feb 95 11:14:18 +0200 Message-Id: <9502070914 DOT AA06715 AT is DOT elta DOT co DOT il> To: Marios Siormanolakis Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, sior AT ira DOT uka DOT de Subject: Re: Problem with ld.exe version 2.5.2 In-Reply-To: Your message of "Tue, 07 Feb 95 09:13:02 +0100." <"i50s19.ira.816:07.02.95.08.13.09"@ira.uka.de> Date: Tue, 07 Feb 95 11:14:17 +0200 From: Eli Zaretskii X-Mts: smtp >> ld -v -o test test.o -L../lib -lmms >> >> ld version 2.5.2 (with BFD 2.5) >> ../lib/libmms.a: could not read symbols: Memory exhausted >> >> libmms.a contains 28 object-files >> nm libmms.a > log >> log is ~32Kb and ~1390 lines so this lib contains about 1330 symbols >> >> If I remove 1 object of libmms >> nm libmms.a >log1 >> log1 is ~30Kb and ~1290 lines >> there's no problem (only some unresolved symbols... as expected). >> >> Are there any restrictions about library sizes or #symbols? > >How large is libmms.a? Was ot compiled with -g or -pg or >without them? libmms.a is 316812 Byte long and I compiled its modules with -O6 Marios, sior AT ira DOT uka DOT de