This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: regex.c not found, but it clearly exists



On Dec 13, 2007, at 11:05 PM, NightStrike wrote:


When compiling binutils in a cygwin shell using the mingw binary
release of gcc, I see the following confusing thing:

Let me ask: is regex.c a symlink to the real regex.c? If so, you probably created the symlink with Cygwin's ln, but mingw doesn't use the Cygwin I/O library, and so can't read the symlink correctly.


I just learned this myself.

I ended up building with Cygwin's GCC.

--
Rick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]