Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-21 Thread Doug Semler
On Wed, Apr 21, 2010 at 3:30 PM, NightStrike wrote: > On Wed, Apr 21, 2010 at 11:41 AM, Doug Semler wrote: >> Well, it looks like the compiler may be being built with host != >> target... In other words it wasn't bootstrapped and has been >> configured as a cross compiler... >> >> LIBRARY_PATH is

Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-21 Thread Роман Донченко
Sisyphus писал в своём письме Mon, 19 Apr 2010 04:06:11 +0500: > > Is there some other way of adding C:/_64/msys/1.0/local/lib to the > default > library search path so that I can avoid using the -L switch all the time > ? > You can use spec file magic: http://www.mingw.org/wiki/SpecsFileH

Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-21 Thread NightStrike
On Wed, Apr 21, 2010 at 11:41 AM, Doug Semler wrote: > Well, it looks like the compiler may be being built with host != > target... In other words it wasn't bootstrapped and has been > configured as a cross compiler... > > LIBRARY_PATH is ignored in cross compilers. That's because it is a cross c

Re: [Mingw-w64-public] msvcr90 doesn't containing.

2010-04-21 Thread Doug Semler
2010/4/21 Ozkan Sezer : > On Wed, Apr 21, 2010 at 11:38 AM, 罗勇刚(Yonggang Luo) > wrote: >> E:/CI/Tools//phoenix/mingw32/bin\gcc.exe -mno-cygwin -shared -s >> build\temp.win32-2.6\Release\dulwich\_objects.o >> build\temp.win32-2.6\Release\dulwich\_objects.def >> -LE:\CI\tools\Python\libs -LE:\CI\too

Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-21 Thread Doug Semler
On Wed, Apr 21, 2010 at 6:05 AM, Sisyphus wrote: > > - Original Message - From: "Doug Semler" > To: "Sisyphus" > Cc: "mingw64" > Sent: Wednesday, April 21, 2010 2:45 AM > Subject: Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable > not honoured. > > >> Oops, should have

Re: [Mingw-w64-public] msvcr90 doesn't containing.

2010-04-21 Thread Ozkan Sezer
On Wed, Apr 21, 2010 at 11:38 AM, 罗勇刚(Yonggang Luo) wrote: > E:/CI/Tools//phoenix/mingw32/bin\gcc.exe -mno-cygwin -shared -s > build\temp.win32-2.6\Release\dulwich\_objects.o > build\temp.win32-2.6\Release\dulwich\_objects.def > -LE:\CI\tools\Python\libs -LE:\CI\tool > s\Python\PCbuild -lpython26

Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-21 Thread Sisyphus
- Original Message - From: "Doug Semler" To: "Sisyphus" Cc: "mingw64" Sent: Wednesday, April 21, 2010 2:45 AM Subject: Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured. Oops, should have qualified that - i meant the output during compileIOW make

Re: [Mingw-w64-public] In file windef.h

2010-04-21 Thread Ozkan Sezer
On Wed, Apr 21, 2010 at 11:49 AM, 罗勇刚(Yonggang Luo) wrote: > Once I compiling cmake, the 101 line of windef.h stop me to continuing. > so recommend. > replace #define BOOL WINBOOL > with typedef WINBOOL BOOL; > for make BOOL to free using in C++ namespace. > Please try using a newer toolchain. Th

[Mingw-w64-public] In file windef.h

2010-04-21 Thread Yonggang Luo
Once I compiling cmake, the 101 line of windef.h stop me to continuing. so recommend. replace #define BOOL WINBOOL with typedef WINBOOL BOOL; for make BOOL to free using in C++ namespace. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

[Mingw-w64-public] msvcr90 doesn't containing.

2010-04-21 Thread Yonggang Luo
E:/CI/Tools//phoenix/mingw32/bin\gcc.exe -mno-cygwin -shared -s build\temp.win32-2.6\Release\dulwich\_objects.o build\temp.win32-2.6\Release\dulwich\_objects.def -LE:\CI\tools\Python\libs -LE:\CI\tool s\Python\PCbuild -lpython26 -lmsvcr90 -o build\lib.win32-2.6\dulwich\_objects.pyd e:/ci/tools/phoe