X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.5 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org X-Yahoo-SMTP: mjD.OBqswBAPbVUxYJaYPvc61jLEnpq8VnBwJGdbEJOPA9xw Message-ID: <4E7618F7.1060107@sbcglobal.net> Date: Sun, 18 Sep 2011 16:14:47 +0000 From: Greg Chicares User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Dealing with Symlinks References: <32489424 DOT post AT talk DOT nabble DOT com> In-Reply-To: <32489424.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 2011-09-18 13:28Z, tedthetool wrote: > > I am trying to compile openssl. It's already available as a Cygwin package, BTW. > When I run make and make test, I get trivial > compile errors. See, > > error: expected identifier or '(' before '!' token > error: stray '\377' in program > error: stray '\376' in program \377\376 sounds like a UTF-16 byte order marker. Are you using the same sources as the Cygwin package? See: http://cygwin.com/cgi-bin2/package-cat.cgi?file=openssl%2Fopenssl-0.9.8r-2-src > My friends tells me that this is because cygwin doesn't deal with the > symlinks present in C header files. How do I remedy this? Did the compiler display a diagnostic indicating that it couldn't find some header? If not, then the cause might be something else. -- 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