On Sun, Apr 01, at 12:57 Michael Matz wrote:
> Hi,
> 
> On Sat, 31 Mar 2018, Petr Skocik wrote:
> 
> > The first takes symlinks into account with header file caching (I need
> > it with my build setup which uses a symlink in a weird way -- gcc and
> > clang don't have problems with it but tcc did).
> 
> Can you clarify what the problem is exactly?  Thing is: realpath isn't
> available on WIN32, and using it causes many additional syscalls (per
> directory component for each tried include path).

Hi guys,

I think there is a solution, and i wonder why nobody ever thought about
this before (but anyway),

so, how about to make a wrapper function (let me see: oh yes, i've found
it, over their GetFullPathName()), and send it over to microsoft guys to
patch their API?

It's a win win situation here. They will get a patch for free (free as beer),
and the poor developers will stop to cannibalize their code with those horrible
ifdef's.

So please, tell me that is a good idea, or what i'm missing here!.

> Ciao,
> Michael.
 
Bye,
  Αγαθοκλής
  _______________________________________________
> Tinycc-devel mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel


_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to