X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=lA CajPMlG9yqF1FjlVPyNiS+IGE+Nqoc3GMW/HgOX2pOJu1AwDrGlUXCLZPW32JwoA 3JjryJ5iV1geDKlej8xGW+tJfvovfCyJf7P55011cBQpi5ykQq3F937rNrAMCsXL SxzRecqaZF6LgvPmZp/vBXy79TUADL/vG1WB6vdRM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=Nfj6/Xyd FC8T/NzCTIWo6kR2JAE=; b=hfJuC2oEkXtS/k5CDGug6pJ2ucNBcFASJvq9K1N8 KeZE3IkyUa8CY8iPyC8wZ7sgNeqFdBou4175sF4RmJG2OMVT6JklTFNB68QuGJ2s 8+guVpDmWl2aNnlJ/QJ/3rkbUuUmuIg4S+PgnoB8fI0rO5D3wrWWQwTBvSIzNAI6 KzE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_INFOUSME,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f181.google.com MIME-Version: 1.0 X-Received: by 10.152.170.137 with SMTP id am9mr7841659lac.15.1398953464518; Thu, 01 May 2014 07:11:04 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 May 2014 08:11:04 -0600 Message-ID: Subject: Re: POXIX regexp and i686-pc-mingw32-g++ From: Jim Reisert AD1C To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 On Thu, May 1, 2014 at 7:38 AM, Jim Reisert AD1C wrote: > #include > #include > #include > #include > #include > > #include > > > results in: > > # i686-pc-mingw32-g++ -g -Wall -I../../library -c -o csv2adif.o csv2adif.cpp > > csv2adif.cpp:12:19: fatal error: regex.h: No such file or directory > > > /usr/include/regex.h > /usr/lib/gcc/i686-pc-cygwin/4.8.2/include/c++/bits/regex.h > /usr/lib/gcc/i686-pc-mingw32/4.7.3/include/c++/bits/regex.h I should have mentioned: Change "i686-pc-mingw32-g++" to simply "g++" and there is no problem. -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple