Re: [Mingw-w64-public] LLVM libc++ build with gcc

2018-12-22 Thread Teemu Nätkinniemi
You should link msvcrt as well. su 23. jouluk. 2018 klo 2.25 Maarten Verhage (m_r_verh...@hotmail.com) kirjoitti: > > Hi Liu, Martin and others, > > With both of you we mentioned the idea of building the LLVM libc++ with > mingw gcc on Windows. This in order to get C++11 functionality in the Mingw

Re: [Mingw-w64-public] how to remove libgcc_s_sjlj-1.dll dependency

2014-05-05 Thread Teemu Nätkinniemi
On 5.5.2014 10:19, YIRAN LI wrote: > I'm building an opensource project on mingw32 and found the generated > dll depends on libgcc_s_sjlj-1.dll. The function referenced is __divdi3. > > I tried to add ldflags = -static- libgcc, but seems it doesn't work. > > Could any one let me know how can I get

Re: [Mingw-w64-public] Why is MSYS2 Git so slow?

2013-12-31 Thread Teemu Nätkinniemi
On 31.12.2013 18:06, Ray Donnelly wrote: > I think someone should take the time to look at optimizing the file io > in cygwin as I expect that's the real cause of slowness in msys2 git. Have you tested it with Cygwin to determine if MSYS2 or Cygwin is the cause? -

Re: [Mingw-w64-public] A small major sbuild update

2013-10-23 Thread Teemu Nätkinniemi
On 23.10.2013 21:09, LRN wrote: >> This fixed the problem but using vanilla MSYS2 with Autoconf 2.69 >> doesn't have this issue. > I've set up bash_msys.bat to set SHELLOPTS=igncr. Removing the line fixed the issue. AFAIK, sbuild is by far the most complete method of building a Mingw/MSYS2 toolc

Re: [Mingw-w64-public] A small major sbuild update

2013-10-23 Thread Teemu Nätkinniemi
On 23.10.2013 20:29, LRN wrote: > Alternatively you can do autoreconf, which will (or should, at least) > rebuild configure with patched status.m4 that you get from the autoconf > package that sbuild installed. This fixed the problem but using vanilla MSYS2 with Autoconf 2.69 doesn't have this is

Re: [Mingw-w64-public] A small major sbuild update

2013-10-23 Thread Teemu Nätkinniemi
On 21.10.2013 23:01, LRN wrote: > sbuild[1] was bumped to 3.2 due to the basic toolchain update - mingw This is the first version of sbuild I've tried and cannot configure anything as I get the following error every time and cannot figure out what is causing the problem. The system is Windows 8

Re: [Mingw-w64-public] MSYS2

2013-08-26 Thread Teemu Nätkinniemi
On 26.8.2013 18:38, Rainer Emrich wrote: > Am 26.08.2013 17:27, schrieb Alexpux: >> >> 26.08.2013, в 19:17, Rainer Emrich >> написал(а): >>> Did you ever tried expect? For me it doesn't work, always returns >>> immediately >>> without any output. >> How to reproduce problem? > "expect -v" should

Re: [Mingw-w64-public] MSYS2

2013-07-10 Thread Teemu Nätkinniemi
On 9.7.2013 20:33, Alexey Pavlov wrote: > > > > 2013/7/9 Teemu Nätkinniemi mailto:tnatk...@gmail.com>> > > On 9.7.2013 20:21, Alexey Pavlov wrote: > > Upload new MSYS2 snapshots: > > Does this already work with win32 tools? > > Yes we s

Re: [Mingw-w64-public] MSYS2

2013-07-09 Thread Teemu Nätkinniemi
On 9.7.2013 20:21, Alexey Pavlov wrote: > Upload new MSYS2 snapshots: Does this already work with win32 tools? -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with applicatio

Re: [Mingw-w64-public] segfault

2013-04-03 Thread Teemu Nätkinniemi
On Wed, Apr 3, 2013 at 2:48 PM, Ahso Aa wrote: > I've recompiled with the new gdbinit but still the same. Also tried with > -m32 and 32bit libs but it says skipping incompatible libs. > Thanks > > -- > Microsoft Windows [Version 6.0.6002] > Copyright (c) 2006 Microsoft Corporation. Alle Rec

Re: [Mingw-w64-public] Cross-compiling BASH

2013-02-20 Thread Teemu Nätkinniemi
On 14.2.2013 8:32, Алексей Павлов wrote: > Hi! > > I work on MSYS2 and now built mingw-msys2 cross compiler. Also I > successfully build native toolchain for msys2 and some 3rdparty libs. > Now I need to cross-compiling BASH but I got error on start building: I had this same problem when trying to

Re: [Mingw-w64-public] msys ./configure gives error 77, "compiler doesn't generate exe's"

2012-06-11 Thread Teemu Nätkinniemi
On 11.6.2012 18:48, Earnie Boyd wrote: > On Sat, Jun 9, 2012 at 4:08 AM, Jim Michaels wrote: >> other stuff now compiles just fine (well, except for the ones that are >> unix-specific like jack audio, and apache modules). :-( >> >> looks like I am not going to be doing much with Jack audio server

Re: [Mingw-w64-public] MinGW-w64 MSYS version questions.

2012-05-15 Thread Teemu Nätkinniemi
On 15.5.2012 16:02, MARTIN Pierre wrote: > i'm a bit confused, and would like to hear from you all: what do > you usually do, as a rule of thumb, when requiring another > package? Is there an un-official (Off-list if needed) where i can get > something similar to MinGW-Get, but for the MinGW-w64 v

Re: [Mingw-w64-public] MinGW-w64 support added for blender

2012-04-25 Thread Teemu Nätkinniemi
On 25.4.2012 0:21, Antony Riakiotakis wrote: > MinGW support has always been optional for blender, official binaries > are built on MSVC 2008. We do have some users and developers compiling > with MinGW though. A few obstacles to get it becoming a true > alternative to MSVC on the developer level

Re: [Mingw-w64-public] Off-topic about Cygwin / MSVC

2012-04-20 Thread Teemu Nätkinniemi
On 20.4.2012 14:49, MARTIN Pierre wrote: > Is there anyone aware of some kind of wrapper so i could use the MSVC > compiler with either MSYS or cygwin? By that, i mean that i have bash scripts > which perform under either linux, macos and windows, and i would like to be > able to use them as we

Re: [Mingw-w64-public] Static Link libstdc++-6

2012-03-13 Thread Teemu Nätkinniemi
On 13.3.2012 13:32, Earnie Boyd wrote: > On Tue, Mar 13, 2012 at 4:54 AM, Kai Tietz wrote: >> 2012/3/13 Teemu Nätkinniemi: >>> On 13.3.2012 10:26, Kyle wrote: >>> >>>> I have tried adding -static and -static-libstdc++ to both the LDFLAGS >>>>

Re: [Mingw-w64-public] Static Link libstdc++-6

2012-03-13 Thread Teemu Nätkinniemi
On 13.3.2012 10:26, Kyle wrote: > I have tried adding -static and -static-libstdc++ to both the LDFLAGS > and CFLAGS for FFmpeg. I have tried adding them to utvideo as well. > > I'm not sure how to force FFmpeg to compile statically, but if anyone > has any input I would greatly appreciate it! Re

Re: [Mingw-w64-public] MinGW64 status for use in blender3D

2012-03-11 Thread Teemu Nätkinniemi
On 12.3.2012 0:54, JonY wrote: > On 3/12/2012 04:09, Antony Riakiotakis wrote: >> Hi, thanks for the reply! >> >> I know there are nightly and personal builds but was refering to >> official builds of official releases. >> Maybe I oversaw them but couldn't locate these in the binary list. >> >> Abo

Re: [Mingw-w64-public] Problem with compiling x64 version of Stellarium

2012-03-10 Thread Teemu Nätkinniemi
On 8.3.2012 23:58, JonY wrote: > On 3/9/2012 05:12, Teemu Nätkinniemi wrote: >> G:/MinGWx64/msys/1.0/src/stellarium/src/core/StelTexture.hpp:27, >>from >> g:/MinGWx64/msys/1.0/src/stellarium/plugins/Satellites/src/Satellite.cpp:26: >> g:\cbad\mingw6

[Mingw-w64-public] Problem with compiling x64 version of Stellarium

2012-03-08 Thread Teemu Nätkinniemi
Hello! I've managed succesfully to build x64 version of Stellarium but had to fix msxml.h to get it compiling. I am not sure where the problem lies, maybe I have to include something? Commenting out the lines with errors made the build succeed. I noticed someone else had this same problem earl

Re: [Mingw-w64-public] rubenvb Personal Build

2010-09-24 Thread Teemu Nätkinniemi
On 24.9.2010 15:17, Earnie wrote: > Teemu Nätkinniemi wrote: >> >> Here's Dejagnu + Expect + Tcl/Tk for Msys. Binaries only as the >> author never released the sources. I haven't tested it for Mingw >> targets. >> >> http://www.mediafire.com/?gp8xkv

Re: [Mingw-w64-public] rubenvb Personal Build

2010-09-24 Thread Teemu Nätkinniemi
On 24.9.2010 15:12, Earnie wrote: > NightStrike wrote: >> On Thu, Sep 23, 2010 at 8:47 AM, Teemu Nätkinniemi >> wrote: >>>>>>> Can you run the testsuite? (Make -k check) >>>>>>> >>>>>>> >>>>>> I

Re: [Mingw-w64-public] Msys and Dejagnu

2010-09-24 Thread Teemu Nätkinniemi
On 23.9.2010 18:43, Teemu Nätkinniemi wrote: Here's an example logs from building Binutils-2.19.51-1 (Msys) Here's Dejagnu + Expect + Tcl/Tk patched by me and compiled against Msys 1.0.15 with GCC 3.4.4. I'll upload sources later as at the moment the building needs couple of m

[Mingw-w64-public] Msys and Dejagnu

2010-09-23 Thread Teemu Nätkinniemi
Here's an example logs from building Binutils-2.19.51-1 (Msys) Test Run By Teemu on Thu Sep 23 18:40:25 2010 Native configuration is i686-pc-msys === binutils tests === Schedule of variations: unix Running target unix Using /share/dejagnu/baseboards/unix.exp as

Re: [Mingw-w64-public] rubenvb Personal Build

2010-09-23 Thread Teemu Nätkinniemi
>> Here's Dejagnu + Expect + Tcl/Tk for Msys. Binaries only as the author >> never released the sources. I haven't tested it for Mingw targets. >> >> http://www.mediafire.com/?gp8xkvej6b68ch8 > > Built against what version of msys? > Most likely 1.0.11. Then again it just runs a script so it might

Re: [Mingw-w64-public] rubenvb Personal Build

2010-09-23 Thread Teemu Nätkinniemi
Can you run the testsuite? (Make -k check) >>> I cannot, because MSYS doesn't have the necessary tools. It >>> apparently only works on Cygwin, which don't have... >>> >> >> What is missing? >> >> Earnie >> > > Hi, > > gnu expect and runtest. There might be more, but I have not run t

Re: [Mingw-w64-public] GCC problem with *.la files in /lib64

2010-09-18 Thread Teemu Nätkinniemi
> I have built a toolchain using attached "script", and while using my > in-progress fancy build script, I noticed that while compiling ppl, the > *.la files in lib64 contained the following: > > # Directory that this library needs to be installed in: > libdir='/home/ruben/mingw64/build/mi

Re: [Mingw-w64-public] GCC stage1 lto broken?

2010-09-14 Thread Teemu Nätkinniemi
I am currently stopped by: Creating library file: ./shlib/libgcc_s.a.tmp lto1.exe: error: bad value (core2) for -mtls-dialect= switch lto-wrapper: M:\Development\msys\home\Ruben\mingw64\build\gcc\gcc\xgcc.exe returned 1 exit status collect2: lto-wrapper returned 1 exit status How about specifyin

Re: [Mingw-w64-public] libusb-win32 64bit device driver building with MinGW-w64

2010-09-10 Thread Teemu Nätkinniemi
> libusb_driver.o:libusb_driver.c:(.text+0x6a9): undefined > reference to `_Interloc > kedIncrement' > libusb_driver.o:libusb_driver.c:(.text+0x6d4): undefined > reference to `_Interloc > kedDecrement' > libusb_driver.o:libusb_driver.c:(.text+0x70d): undefined > reference to `_Interloc > kedDecrem

Re: [Mingw-w64-public] MSYS-64

2010-08-29 Thread Teemu
> I'm sure Cesar would appreciate it. I'll contact him if someone is > willing to fund it. Hello! I can donate a Windows 7 x64 Home Premium license. Teemu -- Sell apps to millions through the