Date: Mon, 4 Nov 2002 10:01:24 -0500 Message-Id: <200211041501.gA4F1Oa04572@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (rafal@raf256.com) Subject: Re: building - HELP References: <200211041411 DOT gA4EBU103884 AT envy DOT delorie DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Thank You :) and how about other question - how to link main.o lib.o and > liballeg.a into single .exe ? gcc main.o lib.o liballeg.a -o foo.exe Or use -lalleg if it's installed in the main lib directory. Or use gxx if you need the c++ libraries.