Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Wed, 12 Jul 2000 16:42:54 -0400
To: Cygwin mailing list <cygwin@sourceware.cygnus.com>
Subject: Re: Error: undefined reference to `_imp__pcre_malloc'
Message-ID: <20000712164254.A4295@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: Cygwin mailing list <cygwin@sourceware.cygnus.com>
References: <396B38E8.E92A2C65@halden.net> <000901bfec26$a4ca58a0$a92036d5@uhs> <396CD2A8.C664E88E@halden.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.2i
In-Reply-To: <396CD2A8.C664E88E@halden.net>; from abergstr@halden.net on Wed, Jul 12, 2000 at 10:18:48PM +0200

On Wed, Jul 12, 2000 at 10:18:48PM +0200, Andreas Bergstrøm wrote:
>"Uwe H. Steinfeld" wrote:
>> 
>> Hi Andreas,
>> 
>> looks like you need the PCRE library (Perl-compatible regular expresions).
>> The latest version should be on
>> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
>
>Thanks for the information, but as far as I can see it is included with
>Exim. A pcre_malloc() is defined in the pcre.h file, but not 
>_imp__pcre_malloc, which is the macro that make is complaining about.

This is not a "macro".  It is an external symbol that is expected to be
in a DLL.  If you are getting this error then you have not included the
correct library in building your application.

>So, I ask once again, is this a cygwin bug?

No.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

