X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 21 Nov 2007 15:35:07 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Undefined reference to _regcmp and _regex Message-ID: <20071121143507.GC19750@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <000201c82c37$bbf247a0$5922b7a3 AT mea DOT slb DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000201c82c37$bbf247a0$5922b7a3@mea.slb.com> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Nov 21 17:42, Anik Pal wrote: > Hello All, > I was porting my application code to windows from solaris environment using > cygwin, while compiling goes ok at linking phase I get the following error. > > /home/Administrator/glds/build/Sgl/tables.c:1744: undefined reference to > `_regcmp' > > /home/Administrator/glds/build/Sgl/tables.c:1757: undefined reference to > `_regex' > > Where to get related libraries for "_regcmp" and "_regex" can anyone tell > me? I have no idea. regcmp/regex are very old functions for regular expression handling, back from the System III days. These functions have been superseded at least three times. The current implementation is the POSIX functionality as described on http://www.opengroup.org/onlinepubs/009695399/functions/regcomp.html This is also implemented in Cygwin. If you need portable regexp handling, consider to port your application to the POSIX variant. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/