Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Thu, 10 Apr 2003 07:43:29 -0400
From: Lester Ingber <ingber@ingber.com>
To: Ronald Landheer-Cieslak <ronald@landheer.com>
Cc: cygwin@cygwin.com
Subject: Re: -mno-cygwin and "undefined reference to `_impure_ptr'"?
Message-ID: <20030410074329.A9559@ingber.com>
Reply-To: Lester Ingber <ingber@ingber.com>
References: <20030410060338.GA344@ingber.com> <Pine.LNX.4.44.0304101208180.17056-100000@localhost.localdomain>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <Pine.LNX.4.44.0304101208180.17056-100000@localhost.localdomain>; from ronald@landheer.com on Thu, Apr 10, 2003 at 12:14:05PM +0200
X-URL-ALT: http://www.alumni.caltech.edu/~ingber/

Ronald:

Thanks for your reply.

There must be some math library?  This is needed for
#include <math.h>
in all C packages I've seen.  How can simple functions like sqrt()
be calculated?

Lester

On Thu, Apr 10, 2003 at 12:14:05PM +0200, Ronald Landheer-Cieslak wrote:
: Date: Thu, 10 Apr 2003 12:14:05 +0200 (CEST)
: From: Ronald Landheer-Cieslak <ronald@landheer.com>
: To: Lester Ingber <ingber@ingber.com>
: cc: cygwin@cygwin.com
: Subject: Re: -mno-cygwin and "undefined reference to `_impure_ptr'"?
: In-Reply-To: <20030410060338.GA344@ingber.com>
: 
: On Thu, 10 Apr 2003, Lester Ingber wrote:
: [snip]
: > gcc -shared -mno-cygwin -o asadll.dll -Wl,--out-implib=libasadll.dll.a
: > -Wl,--export-all-symbols -Wl,--export-dynamic -Wl,--add-stdcall-alias
: > -Wl,--enable-auto-import -Wl,--whole-archive asa.o asa_usr.o
: > asa_usr_cst.o -Wl,--no-whole-archive -lm
:                                        ^^^
: See if this is not something linked with Cygwin 
: 
: [snip]
: 
: AFAIK, there is no libm.a in the MinGW pack, so the libm.a you're pulling 
: in links you to something linked to Cygwin.. you'll have to get rid of it.
: 
: HTH
: 
: rlc
: 

-- 
 Prof. Lester Ingber  ingber@ingber.com  ingber@alumni.caltech.edu
 www.ingber.com                     www.alumni.caltech.edu/~ingber

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

