Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread ralph engels
Also problems with other packages after last update, perl modules locale and ssleay no longer work because the dll name changed( old one was versioned 3_22 new one uses 3_24), and these modules cannot be rebuilt because perl seems to have problems locating its own library (loads of undefined

Re: [Msys2-users] Temporary patched ActiveQt module problems for MSYS2

2017-02-18 Thread Alexey Pavlov
> 18 февр. 2017 г., в 10:23, goldenhawk...@163.com написал(а): > > > Active Qt is a convenient cross compiler module reuse technology. In > contrast to building a general application, building the ActiveX control has > more than one extra step after completing the link step. Currently, the

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Angelo Graziosi
It seems it is the "-l" option which gives the segmentation fault: $ echo "80/8" | bc -l Segmentation fault (core dump creato) $ echo "80/8" | bc 10 Il 18/02/2017 19:53, Alexey Pavlov ha scritto: > >> 18 февр. 2017 г., в 21:49, Angelo Graziosi >>

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Alexey Pavlov
2017-02-19 3:54 GMT+03:00 ralph engels : > Also problems with other packages after last update, perl modules locale > and ssleay no longer work because the dll name changed( old one was > versioned 3_22 new one uses 3_24), and these modules cannot be rebuilt > because perl

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Alexey Pavlov
> 18 февр. 2017 г., в 21:49, Angelo Graziosi > написал(а): > > Last upgrade for bc does not work: Update is just rebuild with libreadline7 so maybe issue with using new readline. > > $ echo "80/8" | bc -l > Segmentation fault (core dump creato) > > $ cat

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Angelo Graziosi
Il 18/02/2017 19:53, Alexey Pavlov ha scritto: > >> 18 февр. 2017 г., в 21:49, Angelo Graziosi >> написал(а): >> >> Last upgrade for bc does not work: > > Update is just rebuild with libreadline7 so maybe issue with using new > readline. then, other packages could

[Msys2-users] tar + gzip problem

2017-02-18 Thread Matthew A. Postiff
Hi, I have a Windows gtk program that I build in an msys2 environment, and the program itself uses some msys2 utilities. I copy the ones I need into the C:\program files\myprogram\bin with the idea that I don't have to install all of msys2 to run the program. In my program I spawn the command