Re: Use of STLPort with winegcc

2005-03-03 Thread Dimitrie O. Paun
On Thu, Mar 03, 2005 at 10:23:51AM +0200, Boaz Harrosh wrote: > What would be the right way to do it? I would submit a patch, but what > should I do? Just append the "-I .../msvcrt" instead of prepend, or > maybe use "-isystem .../msvcrt". The docs for gcc say that "-isystem" > folders will be

Use of STLPort with winegcc

2005-03-03 Thread Boaz Harrosh
Winegcc will prepend any of the command line switches with "-I wine/include/msvcrt" if the "-no-cygwin" flag is specified. This breaks STLPort because STLPort must be first on the search path, before the regular c-runtime of the compiler. This way it can do it's tricks of what to use and what n