Date: Thu, 15 Oct 1998 12:45:12 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Erik Max Francis cc: djgpp AT delorie DOT com Subject: Re: math - undefined references In-Reply-To: <36250DCE.1CE274F8@alcyone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 14 Oct 1998, Erik Max Francis wrote: > Correct me if I'm wrong, but isn't sinf (and most of the other ...f > functions) non-ANSI? They are non-ANSI, but libm.a includes them, and so there should be no unresolved externals when using -lm.