[Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alessio Mochi
Hello,
I need to install mingw 4.8.2 because the mingw support say me that some 
internal error get fixed in this release.
I go to 
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/
 and download the file mingw-w64-v3.0.0.tar.bz2 and extract the zip files. 
After I don't know how install the new version 4.8.2. Someone can explain how 
install the version. I need mingw32-make.exe and g++.


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alexpux

27 нояб. 2013 г., в 13:19, Alessio Mochi  написал(а):

> Hello,
> I need to install mingw 4.8.2 because the mingw support say me that some 
> internal error get fixed in this release.
> I go to 
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/
>  and download the file mingw-w64-v3.0.0.tar.bz2 and extract the zip files. 
> After I don't know how install the new version 4.8.2. Someone can explain how 
> install the version. I need mingw32-make.exe and g++.

You need only toolchain. You don’t need mingw-w64-v3.0.0.tar.bz2
After toolchain unpack you can use it
> 
> 
> --
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alessio Mochi
>You need only toolchain. You don’t need mingw-w64-v3.0.0.tar.bz2

>After toolchain unpack you can use it


Sorry I did not understand your answer. I need the mingw 4.8.2. please
1. I need the link where to download it
2. instructions to install it

Thanks in advance.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] help with mingw 4.8.2 installation

2013-11-27 Thread Alexpux

27 нояб. 2013 г., в 14:08, Alessio Mochi  написал(а):

>> You need only toolchain. You don’t need mingw-w64-v3.0.0.tar.bz2
> 
>> After toolchain unpack you can use it
> 
> 
> Sorry I did not understand your answer. I need the mingw 4.8.2. please
> 1. I need the link where to download it
> 2. instructions to install it

You need to chaos what you want:
 - toolchain bitness: 32bit or 64bit
 - exceptions type: seh,sjlj,dwarf
 - threads: win32,posix


32-bit:
threads=posix
DWARF:  i686-4.8.2-release-posix-dwarf-rt_v3-rev0.7z
SJLJ:   i686-4.8.2-release-posix-sjlj-rt_v3-rev0.7z

threads=win32
DWARF:  i686-4.8.2-release-win32-dwarf-rt_v3-rev0.7z
SJLJ:   i686-4.8.2-release-win32-sjlj-rt_v3-rev0.7z

64-bit:
threads=posix
SEH:   x86_64-4.8.2-release-posix-seh-rt_v3-rev0.7z
SJLJ:  x86_64-4.8.2-release-posix-sjlj-rt_v3-rev0.7z

threads=win32
SEH:   x86_64-4.8.2-release-win32-seh-rt_v3-rev0.7z
SJLJ:  x86_64-4.8.2-release-win32-sjlj-rt_v3-rev0.7z

> 
> Thanks in advance.
> 
> --
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2013-11-27 Thread Edscott Wilson
Looking at the differences between the patch I submitted for sem.c and
the original code, I figured out why the original code for unnamed
semaphores was crashing my otherwise posix correct use of  semaphores.
The sem_init() function is returning the address of a new semaphore,
but this is not right. sem_init() initializes the semaphore *at* the
address pointed. To return the address of a new semaphore, sem_open()
is used.

Furthermore, from the man pages:
"Before   being   used,   an  unnamed  semaphore  must  be  initialized  using
  sem_init(3).  It can then be operated on using
sem_post(3)  and  sem_wait(3).
  When  the  semaphore is no longer required, and before
the memory in which it
  is  located  is  deallocated,  the  semaphore  should
be   destroyed   using
  sem_destroy(3)."

So in doubt, I go to the code in glibc, and find:


int
__new_sem_init (sem, pshared, value)
 sem_t *sem;
 int pshared;
 unsigned int value;
{
  /* Parameter sanity check.  */
  if (__builtin_expect (value > SEM_VALUE_MAX, 0))
{
  __set_errno (EINVAL);
  return -1;
}

  /* Map to the internal type.  */
  struct new_sem *isem = (struct new_sem *) sem;

  /* Use the values the user provided.  */
  isem->value = value;
#ifdef __ASSUME_PRIVATE_FUTEX
  isem->private = pshared ? 0 : FUTEX_PRIVATE_FLAG;
#else
  isem->private = pshared ? 0 : THREAD_GETMEM (THREAD_SELF,
   header.private_futex);
#endif

  isem->nwaiters = 0;

  return 0;
}


Which means that the original code for semaphores in mingw-w64 is not
only incomplete (missing named semaphores) but broken.

The patch I submitted is missing a working sem_getvalue() function.
I'll prepare another patch with that function in working order and
some more changes on off-list suggestions by dw.


-- 

Dr. Edscott Wilson Garcia
Applied Mathematics and Computing
Mexican Petroleum Institute

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] winpthreads kill

2013-11-27 Thread Victor Bombi
Hello
I am setting pthread_setcanceltype( PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a 
thread in order to kill but it does not work
althought in win32 we could use TerminateThread. Any thoughts?

Also: Where should I get the sources for winpthreads?

Best
victor 


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread Jon
>
> Also: Where should I get the sources for winpthreads?
>
>
http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread Ruben Van Boxem
2013/11/27 Jon 

>
>
>>
>> Also: Where should I get the sources for winpthreads?
>>
>>
>
> http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/
>

winpthreads had an official release with 3.0.0. No need for development
versions anymore.

Ruben


>
>
> --
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] winpthreads kill

2013-11-27 Thread JonY
On 11/28/2013 04:33, Ruben Van Boxem wrote:
> 2013/11/27 Jon 
> 
>>
>>
>>>
>>> Also: Where should I get the sources for winpthreads?
>>>
>>>
>>
>> http://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-libraries/winpthreads/
>>
> 
> winpthreads had an official release with 3.0.0. No need for development
> versions anymore.
> 

Trunk includes some updates, so please do try it.





signature.asc
Description: OpenPGP digital signature
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-11-27 Thread Jim Michaels
 d:\i686-4.8.2-release-win32-sjlj-rt_v3-rev0\mingw32\bin\g++.exe   -Wall 
-Wextra -v -save-temps -Xlinker -Map=32\df.32.map -Ofast  -std=c++11   -s   
-isystem /libpq/ -isystem /libpq/server/libpq/ -isystem 
/prj/fltk/fltk-2.0.x-alpha-r9042/ -isystem 
/prj/fltk/fltk-2.0.x-alpha-r9042/lib/ -isystem /prj/zlib-1.2.5/ -isystem 
/prj/boost/boost32 -o 32\df.exe  df.cpp prsinum.cpp atoi64.cpp strfuncs.cpp
  32\df.manifest.res -lshlwapi -lkernel32  
-lstdc++    2>32\errgw32df

is my command line. I am suspecting there is something wrong with my 
commandline.


this commandline works for 64-bit:
 d:\x86_64-4.8.2-release-win32-sjlj-rt_v3-rev0\mingw64\bin\g++.exe  -Wall 
-Wextra -v -save-temps -Xlinker -Map=64\df.64.map -Ofast  -std=c++11   -s   
-isystem /libpq/ -isystem /libpq/server/libpq/ -isystem 
/prj/fltk/fltk-2.0.x-alpha-r9042/ -isystem 
/prj/fltk/fltk-2.0.x-alpha-r9042/lib/ -isystem /prj/zlib-1.2.5/ -isystem 
/prj/boost/boost64  -o 64\df.exe  df.cpp prsinum.cpp atoi64.cpp strfuncs.cpp
    64\df.manifest.res -lshlwapi -lkernel32  
-lstdc++    2>64\errgw64df

but they are exactly the same with the exception of the g++ path and the 
destination of the exe!

I am suspecting there is a problem with the mingw-builds 
i686-4.8.2-release-win32-sjlj-rt_v3-rev0. it won't link its own shlwapi 
library. here is the only error message.

 
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../libexec/gcc/i686-w64-mingw32/4.8.2/collect2.exe
 --sysroot=C:/Temp/msys64/tmp/i686-482-win32-sjlj-rt_v3-r0/mingw32 -m i386pe 
-Bdynamic -o 32\df.exe -s 
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/crt2.o
 
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/crtbegin.o
 
-Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2
 -Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc 
-Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib
 
-Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../lib
 
-Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib
 
-Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../..
 -Map=32\df.32.map df.o prsinum.o atoi64.o strfuncs.o 32\df.manifest.res 
-lshlwapi -lkernel32 -lstdc++ -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname 
-lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 
-lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt 
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/crtfastmath.o
 
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/crtend.o
df.o:df.cpp:(.text+0x2a01): undefined reference to `_imp__SHValidateUNC@12'
collect2.exe: error: ld returned 1 exit status

what do I do?

I need something that will compile my program for both 32 and 64-bit targets.

am going to try the posix-threads version in the meantime if avaiable in both...

 
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (my personal site, has software)
---
IEC Units: Computer RAM & SSD measurements, microsoft disk size measurements 
(note: they will say GB or MB or KB or TB when it is IEC Units!):
[KiB] [MiB] [GiB] [TiB]
[2^10B=1,024^1B=1KiB]
[2^20B=1,024^2B=1,048,576B=1MiB]
[2^30B=1,024^3B=1,073,741,824B=1GiB]
[2^40B=1,024^4B=1,099,511,627,776B=1TiB]
[2^50B=1,024^5B=1,125,899,906,842,624B=1PiB]
SI Units: Hard disk industry disk size measurements:

[kB] [MB] [GB] [TB]
[10^3B=1,000B=1kB]
[10^6B=1,000,000B=1MB]
[10^9B=1,000,000,000B=1GB]
[10^12B=1,000,000,000,000B=1TB]
[10^15B=1,000,000,000,000,000B=1PB]--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] problem with mingw-builds 4.8.1 v3 rev0 i686 32 libshlwapi.a?

2013-11-27 Thread niXman
Jim Michaels писал 2013-11-28 08:48:
>  d:\i686-4.8.2-release-win32-sjlj-rt_v3-rev0\mingw32\bin\g++.exe  
> -Wall -Wextra -v -save-temps -Xlinker -Map=32\df.32.map -Ofast 
> -std=c++11   -s   -isystem /libpq/ -isystem /libpq/server/libpq/
> -isystem /prj/fltk/fltk-2.0.x-alpha-r9042/ -isystem
> /prj/fltk/fltk-2.0.x-alpha-r9042/lib/ -isystem /prj/zlib-1.2.5/
> -isystem /prj/boost/boost32 -o 32\df.exe  df.cpp prsinum.cpp
> atoi64.cpp strfuncs.cpp
>   32\df.manifest.res -lshlwapi
> -lkernel32  -lstdc++    2>32\errgw32df
> 
> is my command line. I am suspecting there is something wrong with my
> commandline.
> 
> 
> this commandline works for 64-bit:
>  d:\x86_64-4.8.2-release-win32-sjlj-rt_v3-rev0\mingw64\bin\g++.exe 
> -Wall -Wextra -v -save-temps -Xlinker -Map=64\df.64.map -Ofast 
> -std=c++11   -s   -isystem /libpq/ -isystem /libpq/server/libpq/
> -isystem /prj/fltk/fltk-2.0.x-alpha-r9042/ -isystem
> /prj/fltk/fltk-2.0.x-alpha-r9042/lib/ -isystem /prj/zlib-1.2.5/
> -isystem /prj/boost/boost64  -o 64\df.exe  df.cpp prsinum.cpp
> atoi64.cpp strfuncs.cpp
>     64\df.manifest.res -lshlwapi
> -lkernel32  -lstdc++    2>64\errgw64df
> 
> but they are exactly the same with the exception of the g++ path and
> the destination of the exe!
> 
> I am suspecting there is a problem with the mingw-builds
> i686-4.8.2-release-win32-sjlj-rt_v3-rev0. it won't link its own
> shlwapi library. here is the only error message.
> 
>  
> d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../libexec/gcc/i686-w64-mingw32/4.8.2/collect2.exe
> --sysroot=C:/Temp/msys64/tmp/i686-482-win32-sjlj-rt_v3-r0/mingw32 -m
> i386pe -Bdynamic -o 32\df.exe -s
> d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/crt2.o
> d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/crtbegin.o
> -Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2
> -Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc
> -Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib
> -Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../lib
> 
> -Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib
> -Ld:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../..
> -Map=32\df.32.map df.o prsinum.o atoi64.o strfuncs.o
> 32\df.manifest.res -lshlwapi -lkernel32 -lstdc++ -lstdc++ -lmingw32
> -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32
> -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname
> -lmingwex -lmsvcrt
> d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/crtfastmath.o
> d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/crtend.o
> df.o:df.cpp:(.text+0x2a01): undefined reference to 
> `_imp__SHValidateUNC@12'
> collect2.exe: error: ld returned 1 exit status
> 
> what do I do?
> 
> I need something that will compile my program for both 32 and 64-bit 
> targets.
> 
> am going to try the posix-threads version in the meantime if avaiable 
> in both...

Hmm... Symbol SHValidateUNC is not exists in lib32/shell32.def, but 
exists in lib64/shell32.def.
These two files are very different. The list of exported symbols really 
so different for win32 and win64?


-- 
Regards, niXman
___
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingw-w64/
___
Another online IDE: http://liveworkspace.org/

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Winpthreads library issue with dwarf toolchain

2013-11-27 Thread Alexey Pavlov
Hi, all!

I'm have issue with winpthreads from trunk rev.6367 and later. It
break for me dwarf toolchains with threads=posix. Most generated
binaries with this toolchain crash on startup.
For example, I build sqlite3 and winpthreads rev.6367 with debuginfo
and has next GDB backtrace http://pastebin.com/8pdYsY3f.

If anyone has ability to resolve it I upload archive with breaked
winpthreads+sqlite:
https://www.dropbox.com/s/1wgqzvbcy0230h3/debug.tar.bz2


Regards,
Alexey.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public