[Mingw-w64-public] gcc search path directory separator

2012-02-09 Thread Davidson, Josh
Is there something that can be configured to change how gcc reports its search path? I've used different builds of MinGW-W64 and some end up with at least one standard header path that is completely forward slashes and some end up with only paths that have at least one backslash. Usually, for

[Mingw-w64-public] sizeof(size_t) on 64-bit systems with auto build?

2012-02-09 Thread Jim Michaels
hi... does anyone know what sizeof(size_t) is in 64-bit systems? #include iostream #include string using namespace std; int main(void) {     coutsizeof(size_t)endl;     return 0; } this needs to be run on a 64-bit system.  I have a 32-bit system.  I could use the help.  I use the auto build.

Re: [Mingw-w64-public] sizeof(size_t) on 64-bit systems with auto build?

2012-02-09 Thread Vincent Torri
On Fri, Feb 10, 2012 at 12:14 AM, Jim Michaels jmich...@yahoo.com wrote: hi... does anyone know what sizeof(size_t) is in 64-bit systems? #include iostream #include string using namespace std; int main(void) {     coutsizeof(size_t)endl;     return 0; } this needs to be run on a

Re: [Mingw-w64-public] sizeof(size_t) on 64-bit systems with auto build?

2012-02-09 Thread JonY
On 2/10/2012 07:14, Jim Michaels wrote: hi... does anyone know what sizeof(size_t) is in 64-bit systems? #include iostream #include string using namespace std; int main(void) { coutsizeof(size_t)endl; return 0; } this needs to be run on a 64-bit system. I have a 32-bit

Re: [Mingw-w64-public] sizeof(size_t) on 64-bit systems with auto build?

2012-02-09 Thread Pau Garcia i Quiles
Hi, This might be useful: https://www.assembla.com/spaces/zsync-windows/wiki/Types_sizes On Fri, Feb 10, 2012 at 12:14 AM, Jim Michaels jmich...@yahoo.com wrote: hi... does anyone know what sizeof(size_t) is in 64-bit systems? #include iostream #include string using namespace std; int

[Mingw-w64-public] building shared version of mpfr failed in make check

2012-02-09 Thread Rinrin
Hi: latest mingw64 cross toolchain in cygwin(mingw64-x86_64-gcc-4.5.3-4) seems have some dllexport/dllimport issues. I'm supposing that it is related to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44139 when 'make check' with mpfr, it shows: libtool: link: x86_64-w64-mingw32-gcc -Wall