Re: [Mingw-w64-public] 4 compiler issues

2010-06-01 Thread Jim Michaels
;include" -exec grep strlwr {}/* ; and hope I get the STL and C++ headers. I grep for functions a LOT when I can. mingw differs so from msvc that I have to. From: Jim Michaels Cc: mingw64 Sent: Mon, May 31, 2010 2:45:33 PM Subject: Re: [Mingw-w64-publi

Re: [Mingw-w64-public] 4 compiler issues

2010-05-31 Thread Jim Michaels
not from my experience. I have had to specify the library paths and include paths, at least with auto and sezero. From: Dmitrijs Ledkovs To: JonY Cc: Jim Michaels ; mingw64 Sent: Sat, May 15, 2010 11:18:36 AM Subject: Re: [Mingw-w64-public] 4 compiler

Re: [Mingw-w64-public] 4 compiler issues

2010-05-15 Thread Kai-Chieh Ku
On Sat, May 15, 2010 at 12:12 PM, Jim Michaels wrote: > 1. > I have noticed that for sezero and auto compilers, there averages > 7-8 LONG directories for lib path totalling 284-328 characters > 5 LONG directories for include path totalling 274-310 characters > 1-2 directories for bin path. > > I s

Re: [Mingw-w64-public] 4 compiler issues

2010-05-15 Thread Dmitrijs Ledkovs
Hmmm I don't undertand the need for this. The compiler is build with sysroot so the binaries find all the related includes, libs etc magically. The paths are different such that you can have multiple versions co-installed. Right-click on my computer and adjust the path variable to include the

Re: [Mingw-w64-public] 4 compiler issues

2010-05-15 Thread JonY
On 5/15/2010 12:12, Jim Michaels wrote: > 1. > I have noticed that for sezero and auto compilers, there averages > 7-8 LONG directories for lib path totalling 284-328 characters > 5 LONG directories for include path totalling 274-310 characters > 1-2 > directories for bin path. > > I suggest at lea

Re: [Mingw-w64-public] 4 compiler issues

2010-05-15 Thread Ozkan Sezer
On Sat, May 15, 2010 at 7:12 AM, Jim Michaels wrote: > 1. > I have noticed that for sezero and auto compilers, there averages > 7-8 LONG directories for lib path totalling 284-328 characters > 5 LONG directories for include path totalling 274-310 characters > 1-2 directories for bin path. > > I su

[Mingw-w64-public] 4 compiler issues

2010-05-14 Thread Jim Michaels
1. I have noticed that for sezero and auto compilers, there averages 7-8 LONG directories for lib path totalling 284-328 characters 5 LONG directories for include path totalling 274-310 characters 1-2 directories for bin path. I suggest at least a .cmd batch file to set the paths and environmen