Date: Tue, 16 Sep 1997 05:04:03 +0000 ( ) From: "Gurunandan R. Bhat" To: Jeff Weeks Cc: djgpp AT delorie DOT com Subject: Re: C++ Problems (GCC) In-Reply-To: <34189C5A.50E3039A@execulink.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 11 Sep 1997, Jeff Weeks wrote: > Those are all math functions, BUT I'm including math.h AND I'm linking > with libm!!! What the hell else have I forgotten? :) Possibly, the order in which your libraries are linked. The faq recommends that libm.a be linked last on the command line since gcc links in a single pass