[Mingw-w64-public] changing a DLLs load-time dynamic link dependency

2013-11-14 Thread Jon
After skimming LRN's ntldd https://github.com/LRN/ntldd tool, reading tinype again http://www.phreedom.org/research/tinype/ and updating my upx http://upx.sourceforge.net/ I'm curious if binary tweaks to mingw built DLLs (e.g. - libffi, libxml2, etc) could easily solve one of the mingw/VC++ integra

Re: [Mingw-w64-public] semaphore wrappers

2013-11-14 Thread Edscott Wilson
2013/11/14 dw > > > My mistake, winpthreads itself is BSD, so is it OK to license it as > > BSD for mingw-w64? > > If we are going to look at adopting this code, there are few things in > it that should be reviewed first. I saw a few when it was first posted, > but dropped them when I saw there

Re: [Mingw-w64-public] semaphore wrappers

2013-11-14 Thread dw
> My mistake, winpthreads itself is BSD, so is it OK to license it as > BSD for mingw-w64? If we are going to look at adopting this code, there are few things in it that should be reviewed first. I saw a few when it was first posted, but dropped them when I saw there were licensing issues. I'

Re: [Mingw-w64-public] semaphore wrappers

2013-11-14 Thread JonY
On 11/15/2013 06:15, JonY wrote: > On 11/14/2013 23:42, Edscott Wilson wrote: >> If there is any interest in including the code in ming-w64, I would have no >> problem in changing the license to that which is used by mingw-w64. >> Otherwise, anybody who wants to use the code is free to use it under

Re: [Mingw-w64-public] semaphore wrappers

2013-11-14 Thread JonY
On 11/14/2013 23:42, Edscott Wilson wrote: > If there is any interest in including the code in ming-w64, I would have no > problem in changing the license to that which is used by mingw-w64. > Otherwise, anybody who wants to use the code is free to use it under GPL, > which is what I use as a matte

Re: [Mingw-w64-public] semaphore wrappers

2013-11-14 Thread Edscott Wilson
If there is any interest in including the code in ming-w64, I would have no problem in changing the license to that which is used by mingw-w64. Otherwise, anybody who wants to use the code is free to use it under GPL, which is what I use as a matter of habit. 2013/11/14 LRN > -BEGIN PGP SIG

[Mingw-w64-public] [ANN] Win-builds 1.3-alpha2 (formerly "yypkg mingw-builds")

2013-11-14 Thread Adrien Nader
Hi, I'm happy to announce the 1.3-alpha2 release of win-builds.org. This project creates a system to build and distribute for Windows from almost any system: Windows, MSYS*, Cygwin and Linux. Everything is done through a portable package manager for easy installation, maintenance and update. Com

Re: [Mingw-w64-public] Linking issue: _lock_file

2013-11-14 Thread dw
It sounds like you are missing libmsvcr100.a dw On 11/13/2013 9:34 AM, André Guerreiro wrote: Hello all, sorry if this is a really basic question, I'm a MingW newbie. I'm trying to build this code with Mingw-w64 4.6.3 #include int main() { FILE *fp = fopen("SOME_FILE", "r"); _lock_f

Re: [Mingw-w64-public] semaphore wrappers

2013-11-14 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14.11.2013 2:27, Edscott Wilson wrote: > Here's the code for using named and unnamed semaphores in > Mingw-w64. The only function I have not tested (but looks OK now) > is _sem_timedwait(). > > Code is included in libtubo release 5.0.12 > (http://x