Date: Thu, 21 Jun 2001 10:59:29 -0400 Message-Id: <200106211459.KAA12766@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (daumont@c2i.net) Subject: Re: Link problems References: 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 > gxx demo.c -o demo.exe -libmidas.a If the file is called libmidas.a, then the command line option is -lmidas (you may need -L/some/dir to tell gcc *where* it is, if it isn't in a place gcc already knows about).