Message-ID: <20030102155323.35694.qmail@web13004.mail.yahoo.com> Date: Thu, 2 Jan 2003 07:53:23 -0800 (PST) From: Thomas Tutone Subject: Re: Bug in distribution of DJGPP -please help To: djgpp AT delorie DOT com Cc: lechll AT poczta DOT onet DOT pl MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com "Łukasz Lech" wrote: > I've run gcc hello.cpp libiostr.a and it worked as > it should > but yet I must instruct gcc to use libiostr.a each > time > what files to change to force gcc to use libiost.a > each time, when > libiostream.a is required? using "gxx" links in the proper C++ libraries without having to list them. If you use "gcc", you must explicitly list the libraries. Therefore, you should generally use "gxx". Hope that helps. Best regards, Tom __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com