search for: mingw32_nt

Displaying 9 results from an estimated 9 matches for "mingw32_nt".

2016 Dec 11
2
1.3.2pre2
Hi all, New pre-release here is at: http://mega-nerd.com/tmp/flac-1.3.2pre2-win.zip http://mega-nerd.com/tmp/flac-1.3.2pre2.tar.xz Changes: * Fix PACKAGE_VERSION in MSVS project files. * Fix Makefile.lite in tarball (make test is still failiing). MD5 and SHA256 sums: > md5sum flac-1.3.2pre2* e276e3a9e99ae07f4bd25278f533b9e5 flac-1.3.2pre2.tar.xz
2015 Nov 14
2
(no subject)
Hello all! Please forgive me if this is the wrong mailing list for my question. First off, I am on Windows and using git bash for everything: $ uname MINGW32_NT-6.2 I am attempting to essentially do the kalidescope example. I have copied the code verbatim from the full code listing and am running the following command: $ clang-cl toy.cpp deps/llvm/build/Debug/lib/*.lib //MDd -o toy.exe -I deps/llvm/include Which results in this error: LLVMSupport.lib(P...
2009 Sep 03
0
[LLVMdev] 2.6 pre-release1 ready for testing
On Thu, Sep 3, 2009 at 6:24 AM, Olivier Meurant<meurant.olivier at gmail.com> wrote: > Hi Tanya, > > I have tried the 2.6 pre-release on the following host : > > Windows XP pro SP2 with mingw/msys : > > uname -a > MINGW32_NT-5.1 OLIVE 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown > > gcc -v > Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs > Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld > --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw > --enable-thread...
2009 Sep 03
2
[LLVMdev] 2.6 pre-release1 ready for testing
Hi Tanya, I have tried the 2.6 pre-release on the following host : Windows XP pro SP2 with mingw/msys : uname -a MINGW32_NT-5.1 OLIVE 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown gcc -v Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-lang...
2016 Dec 11
0
1.3.2pre2
...e test fails because common.sh is missing (it's generated from common.sh.in during configure). The only variable being replaced in that step is @EXEEXT@, so one possible solution would be to detect a Windows OS using something like '|if["$(expr substr $(uname -s) 1 10)"=="MINGW32_NT"];|' and set EXE=.exe in that case instead of generating the file from common.sh.in. ---- Robert Kausch robert.kausch at freac.org -------------- next part -------------- A non-text attachment was scrubbed... Name: flac-1.3.2pre2-litefix.patch Type: text/x-patch Size: 2153 bytes Desc: n...
2011 Mar 28
0
[LLVMdev] [RC3] Status on Mingw MSYS
It is good. Two clang tests will fail due to PR8520 and have been fixed in llvm ToT r127724. With 3-stage build, stage-3 binaries are working fine. Bill, thank you to work for release_29! ps. binaries of stage2 and stage3 would not match. [PR9569] ...Takumi $ uname.exe -a MINGW32_NT-6.1 HEAVEN64 1.0.12(0.46/3/2) 2010-02-05 01:08 i686 unknown $ gcc --version gcc.exe (TDM-1 mingw32) 4.4.0 * Stage 1 llvm config.status 2.9 configured by ../../llvm/configure, generated by GNU Autoconf 2.60, with options "'-C' '--prefix=/e/llvm/build/msys-static/install' ...
2009 Sep 02
0
[LLVMdev] 2.6 pre-release1 ready for testing
Hi Tanya, The sources weren't updated for this pre-release testing. So I had the same problems on PPC. -bw On Sun, Aug 30, 2009 at 10:50 PM, Tanya Lattner<lattner at apple.com> wrote: > LLVMers, > 2.6 pre-release1 is ready to be tested by the community. > http://llvm.org/prereleases/2.6/ > You will notice that we have quite a few pre-compiled binaries (of both > clang
2006 Nov 27
1
MinGW problem - unable to compile - config.log
..., to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.60a. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = nome-0c20a03afa uname -m = i686 uname -r = 1.0.11(0.46/3/2) uname -s = MINGW32_NT-5.1 uname -v = 2004-04-30 18:55 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/univer...
2009 Aug 31
10
[LLVMdev] 2.6 pre-release1 ready for testing
LLVMers, 2.6 pre-release1 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ You will notice that we have quite a few pre-compiled binaries (of both clang and llvm-gcc). We have identified several bugs that will be fixed in pre-release2, so please search the bug database before filing a new bug. If you have time, I'd appreciate anyone who can help test the