Re: Dealing with Symlinks

2011-09-18 Thread Eliot Moss
On 9/18/2011 9:28 AM, tedthetool wrote: I am trying to compile openssl. 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 My friends tells me that this is because cy

Re: Dealing with Symlinks

2011-09-18 Thread Larry Hall (Cygwin)
On 9/18/2011 9:28 AM, tedthetool wrote: 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? You'll need to get more specific about this assertion if you

Re: Dealing with Symlinks

2011-09-18 Thread Greg Chicares
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: str