<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks, Anton,<br>
<br>
I find it hard to believe, as LLVM's CYGWIN path has been there for a
long time.<br>
This _can't_ be a new problem.<br>
Somebody must have incurred and solved it before.<br>
Otherwise, a significant portion or LLVM tests or test-suites will
fail. How could the sanity test go through?<br>
<br>
For people who use CYGWIN/LLVM as your default platform, how do you
solve this problem?<br>
Or, if there isn't such a problem, my Cygwin env is strange.<br>
<br>
Thank you very much<br>
<br>
Chuck<br>
<br>
Anton Korobeynikov wrote:
<blockquote
 cite="mid:b087fca00903271129u6dece609lbadfd1fa4cce4e22@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi, Chuck

  </pre>
  <blockquote type="cite">
    <pre wrap="">How could I fix this WinXP/Cygwin only thing?
    </pre>
  </blockquote>
  <pre wrap=""><!---->windows does not support dynamic linking, so there are 2 ways of
providing external addresses of symbols:
1. register them explicitly
2. They should be available from some .DLL already preloaded into the binary.

However, I'm not sure for 2. since cygwin uses unix-style of external
symbols resolution.
  </pre>
</blockquote>
<br>
</body>
</html>