Re: make -j$(procs) I would not do this if. Redirects in makefiles exist,
unless make -j's bughas been fixed concerning single-threadedness of
stdout,stdin and shell. I think soluyion was to start new shells for those
redirect lines, but I don't know if this solution is in place or not.
Sent via
ember 4, 2016 8:29 pm, NightStrike wrote:
> On Fri, Nov 4, 2016 at 11:37 PM, Jim Michaels
> wrote:
>
>> that page's description of regex_match has got to be wrong. what good
>> use is there to match the entire line to the regex? seriously, think
>> about it. I would s
2, 2016 8:30 pm, NightStrike wrote:
> On Wed, Nov 2, 2016 at 9:07 PM, Jim Michaels
> wrote:
>
>> #include
>> #include
>> int main(void) {
>> std::cout<<(std::regex_match("abcdefg",std::regex("def",std::regex_cons
>> tants::extended))?&qu
ram for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.
> http://sdm.link/x
l to
> 'std::__cxx11::basic_regex::basic_regex(__gnu_cxx::__alloc_traits d::allocator
>
>>> ::value_type&, unsigned int)'
>>>
>
> it seems this string-string form of regex_match and regex_replace are
> missing from the functionality.
>
> On Tue, Novemb
regex_replace are
missing from the functionality.
On Tue, November 1, 2016 12:47 pm, NightStrike wrote:
> On Tue, Nov 1, 2016 at 2:14 PM, Jim Michaels
> wrote:
>
>> problem with std::regex not fulfilling standard? for this code I got the
>> below
>>
>> for
-7-win32\include\c++\7.0.0\bits\regex.h:460:7: note: no known
conversion for argument 1 from
'__gnu_cxx::__alloc_traits
> >::value_type {aka std::__cxx11::basic_string}' to 'const char*'
c:\gcc-7-win32\include\c++\7.0.0\bits\regex.h:444:7: note: candidate:
std::_
try it.
On 9/9/2016 10:18 PM, LRN wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 10.09.2016 7:57, Jim Michaels wrote:
>> On 9/9/2016 5:45 PM, Jim Michaels wrote:
>>> I believe this to be caused by a runtime+stdc++ dll mismatch
>>> between
n 9/9/2016 5:45 PM, Jim Michaels wrote:
> I believe this to be caused by a runtime+stdc++ dll mismatch between
> compiler versions.
>
> verified.
>
>
> --
> _
I believe this to be caused by a runtime+stdc++ dll mismatch between
compiler versions.
verified.
--
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
h
a sh.exe would be exceptionally useful since windows does not provide one.
-
Jim Michaels http://www.JesusnJim.com (computer
repair info, programming)
*From:* Ruben Van Boxem
*To:* Jean-Baptiste Kempf
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for
void help(void) {
printf("%s",
PROGRAM_NAME " - " PROGRAM_DESCRIPTION "\r\n"
"usage: " PROGRAM_NAME " [options] [file1 file2] ...\r\n"
"options:\r\n"
" [/?|-[-]?|-[-]h[elp]|/h[elp]] this help.\r\n"
" [/version|-[-]version] gives version number.\r\n"
" [/license
isn't that some sort of IEEE-754 software floating point switch?
On 8/9/2016 3:46 AM, Martin Storsjö wrote:
> This fixes printf of floats/doubles with -D__USE_MINGW_ANSI_STDIO=1,
> on arm.
> ---
> Using __fpclassify instead of __fpclassifyl for the 64 bit long
> double case, as suggested by Kai.
nmake is not compatible with mingw-w64's make which is not compatible
with gnu make.
also, you should know that make -j n (parallel make) is not completely
viable yet because of the shells it needs to make just to output to
stdout when there is a redirection in a makefile which causes massive
even if it's just gcj. I have java stuff to recompile after some
important changes to the math. and swing makes a nice gui.
thanks.
--
___
Mingw-w64-public mailing list
Mingw-
On 7/26/2016 12:21 PM, André Hentschel wrote:
> Am 25.07.2016 um 12:21 schrieb dw:
>> Thank you for the link, I was not aware of this. I'm using Msys2, so
>> the linux issues should not affect me.
>>
>> While I got the associated binutils to build (which gets me an 'as'
>> build that supports the
about CR+LF (\r\n). macos is wrong on this too.
/*
Author: Jim Michaels, for Jim Michaels only, for now
Abstract: takes joined file from KBIB_KJ1..5.zip from simtel MSDOS
collection
and joins the split-up verses in there so
it is 1 verse per line.
Created: 3-25-2016
Copyright
make manual? isn't there some sort of make target for help or manual or
info?
html output maybe?
using g++,
#include
char buf[16777216];
printf("bufsize %lld\r\n",sizeof(buf));
printf("%lld %s\r\n", -12,"cd");
outputs
bufsize 21198893437943809
21009446708707316 ê■"
ALL wrong.
bug: fread() always returns 0. buffer I used was 16MiB=16777216.
bug: printf format %ll messes up whole format string. %llu works and
then all is OK. Example: printf("%ll %s\r\n", -12,"cd"); this outputs %s
--
What NetF
build 0708 (internally 0609)
#include
#include
#include
namespace str {
//string type for S like std::string, std::wstring, etc.
int compare(std::string& first const, std::string& second const,
bool iCase=false, size_t firstPos=0) const {
...
}
I had thought the problem might be th
#include
fprintf(STDERR, "eolconvert:ERROR: unable to open file
\"%s\" for input\r\n", "abc");
STDERR is not defined in stdio.h.
also, why does 0708's date say 7.0.0 20160609? I suspect there's a
version problem.
Fri 07/15/2016
17:26:18.94|C:\Users\Kristina\Desktop\prj\eolconvert\
please test the releases before putting out to public. thanks. we need a gcc
compiler for windows, and yours is it for the free stuff. but it's broken.
please fix. thanks. -----
Jim Michaels http://www.JesusnJim.com (computer repair
info, progra
double-check memory functions for proper multiplication like memcpy,
malloc, free, etc.
also check std::string.size() and .length() for proper functionality please
--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us
unsubscribe -
Jim Michaels http://www.JesusnJim.com (computer repair
info, programming)
From: Hugo Beauzée-Luyssen
To: mingw-w64-public@lists.sourceforge.net
Sent: Tuesday, June 21, 2016 6:37 AM
Subject: [Mingw-w64-public] [PATCH] iptypes.h: Fix header guards
http://www.cpp.sh/4lycn
bugs in gcc, won't compile
-----
Jim Michaels http://www.JesusnJim.com (computer repair
info, programming)
--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&
s work for file trees, and why can't I specify
file filters like *.cpp *.h *.hpp *.cc *.cxx *.hxx *.c? it's just a sequence of
globs. but it would not match directories.
- make should not depend on tabs alone for indentation and command handling.
how about spaces? ---
to see support for PAE (for 32-bit and 64-bit processors)
sometime, and support for LARGE_ADDRESS_AWARE for 64-bit in the now.
-
Jim Michaels http://www.JesusnJim.com (computer repair
info, programming
\stl_algo.h:1963:25: required from 'void
std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _
RandomAccessIterator = __gnu_cxx::__normal_iterator >;
_Compare = __gnu_cxx::__ops::_Iter_comp_iter]'
c:\gcc-5-win32\include\c++\5.3.1\bits\stl_algo.h:4729:18: req
template<.*?>>totemplate<.*?> >
regressions, because parser folks might have to repeatedly replace parts of
code for bug fixes. too bad there can't be filters or compiler code chunk
substitutions. lamba functions using a #include? -
Jim Michaels http://www.
tr::find(S&, S&, bool, size_t)'
template size_t str::find(S& searchIn, S& searchFor, bool
iCase=false, size_t pos=0);
^this is in a namespace str. I had to do that because
otherwise #include 's std::find() would throw erro
hpe (HP Enterperise) may have a build box you can buy. give them the specs and
see if they can build it for nothing. -
Jim Michaels http://www.JesusnJim.com (computer repair
info, programming)
--
Find and
)
if there are more, why aren't they documented? not taught. I need to know about
them. put them in Examples.txt and tell what they are for, and explain how to
address argv and envp.
did you know you can have a WinMain() and main() in the same program? nice
feature.
-
J
tr::a(STRTYPE, STRTYPE)':
..\..\..\lib\strfuncs\strfuncs.cpp:1214:5: warning: control reaches end of
non-void function [-Wreturn-type]
}
^
warning is improperly applied.
-
Jim Michaels http://www.JesusnJim.com (computer repair
info, programming)
-
why is g++ pasting the source code it compiles into the cmd shell? nasty action.
-
Jim Michaels http://www.JesusnJim.com (computer repair
info, programming)
--
Find and fix application performance issues
I am seeing an example of ostream& operator<<(std::ostream& os, Loc& lc) that
should work. did something change between now and 30 years ago?
-
Jim Michaels j...@renewalcomputerservices.com
http://www.RenewalComputerServices.com
http://www.JesusnJim.com (co
am& i,
*/VTREE_LEAVESI& vi) {
std::istream i=*this;
i>>"[">>vi->rootNode>>":";
I don't want my source being put into the GNU bugtracker. function headers from
the errors are OK to send.
operator>> and operator<
mes [reserved.names]
2 If a program declares or defines a name in a context where it is reserved,
other than as explicitly allowed by
this Clause, its behavior is undefined.
--
Best regards,
lh_mouse
2016-04-01
----------
excuse me - namespace std {class tree<_T> {...}}
-----
Jim Michaels j...@renewalcomputerservices.com
http://www.RenewalComputerServices.com
http://www.JesusnJim.com (computer repair info, programming)
From: lh_mouse
To: mingw-w64-public
Sent: Thursday, March 31, 201
it's in a template. _T is the parameterized type. as in tree<_T>
-----
Jim Michaels j...@renewalcomputerservices.com
http://www.RenewalComputerServices.com
http://www.JesusnJim.com (computer repair info, programming)
From: lh_mouse
To: mingw-w64-public
Sen
nsert(VTREE_LEAVESI& iInsertionPoint, S_TREE_LEAVES& iTreeNode) {
^
tree2.cpp:279:20: error: variable or field 'erase' declared void
void erase(VTREE_LEAVESI& iTreeNodeFrom, VTREE_LEA
ndows/application log. the code is
too big to paste here without someone getting riled. I am going to try to
narrow it down.
-----
Jim Michaels j...@renewalcomputerservices.com
http://www.RenewalComputerServices.com
http://www.JesusnJim.com (computer repair info, programming)
From: Ma
compiled by GNU C version 5.3.1 20160301, GMP version 6.1.0, MPFR versio
n 3.1.3-p5, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0601085ae72d1dd599a3fd803d942dc0
KBIB_KJ1to5toBible_txt.cpp:15:20: fatal error: i
.
just out of curiosity, will mingw-w64 work with Virtual Memory?I seem to find
that a lot of windows stuff won't use it in win7 (maybe that got fixed a while
back).
-----Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJi
can you explain why the automated builds targeting win64cygwin has i686 target
files in
it?https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http
pos on right hand size should have been i...found the bug shortly after
posting. thanks.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
From: David Macek
To
how do I turn off file globbing in 5.0.0? seems like the method changes with
time.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming
because it is not digitally signed.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
--
Download
dongshengdaily 5.0.0 20141105
#if defined(_WIN64)
for (i=src.size()-1-findStr.size(); i>=pos && pos!=UINT64_MAX; i--) {
#else
for (i=src.size()-1-findStr.size(); i>=pos && pos!=UINT32_MAX; i--) {
#endif
std::cerr<<"i="<---
++ it's a
nice and solid def.
-----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
From: David Macek
To: mingw-w64-public@lists.sourceforge.net
Sent: Tu
my program has a forever loop because of in invalid value in this.
stdint.h line 89#define UINT64_MAX 0xULL /*
18446744073709551615ULL */
bits/c++config.h is also missing.
dongsheng daily 5.0.0 20141105 -
Jim Michaels
jmich...@yahoo.com
j
there is like all of 5 header files in the include dir.
not sure what's going on. -----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, progra
not sure what else is missing. -
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
--
Download BIRT
D_PTR*)new DWORD_PTR[argc+1];
dongsheng daily 20141105
-----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
wait - shouldn't --large-address-aware be more than 4GiB? I thought there was a
mode where you could get nice flat address space. that's just too small for
some of my programs. the g++ won't even compile them because the functions are
too large. =:-O
-----
Jim
//rescan takes only 2x as long for matched filepaths, so it's not like it's
going to be every file in the computer.
std::cerr<<"processFilepath("<
To: mingw-w64-public@lists.sourceforge.net
Sent: Sunday, December 14, 2014 9:51 AM
Subject: Re: [Mingw-w64-public
4194304 and 8388608 cause a problem, but 1048576 does not.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
From: David Macek
To: mingw-w64-public
it's when I do: char line[LINEBUFSIZE];
where LINEBUFSIZE is 8388608
-----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
From: David Macek
To: mingw-w64-p
apparently the line is executing, it's hanging somewhere else farther down, but
the line isn't displaying (why? do I need to flush iostream?)
-----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (compu
1st line of function is
std::cerr<<"sometext"<--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Nativ
ntstatus.h missing from dongsheng daily.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming
binaries? -
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
From: Ruben Van Boxem
To: "mingw-w64-public@lists.sourceforge.net"
Sent: Wednesday, Decembe
I have an interest.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
From: Óscar Fuentes
To: mingw-w64-public@lists.sourceforge.net
Sent: Thursday, December 11
Fault bucket 90527071, type 20
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: list-search-bars.exe
P2: 0.0.0.0
P3: 4e5a5f2e
P4: libstdc++-6.dll
P5: 0.0.0.0
P6: 6fd3d060
P7: 4015
P8: 00022f7a
P9:
P10:
Attached files:
C:\Users\Jim-Michaels\AppData\Local
is this msys2 something that applies to mingw-w64? should I be using this
instead of
https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/MSYS%20%2832-bit%29/
? -
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http
wrong. something got messed up after hitting eof. I should be able to rewind
the file, shouldn't i?
-----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, progra
or whether this belongs in the
list.
fron now on I will report to list first, is that preferable? or how do I make
the decision about whether to make a ticket or use ML? -----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://Jes
a slightly different readme for each cpu target tree. -----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
-
thought this would be of interest... ? -
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
- Forwarded Message -
Sent: Sunday, November 23, 2014 2:02 PM
Subject: Re
just got this from O'reilly.com, it's a security alert.
as you know, MSYS uses BASH and so does cygwin.
Forwarded Message
Subject: Programming Today: Bash shellshock, Python 3, peer code review
+ more
Date: Sat, 27 Sep 2014 06:10:26 -0700
From: O'Reilly Media
To: jm
I get this error 4 times.
Using built-in specs.
COLLECT_GCC=f:\x86_64-4.9.1-release-posix-sjlj-rt_v3-rev1\mingw64\bin\g++.exe
COLLECT_LTO_WRAPPER=f:/x86_64-4.9.1-release-posix-sjlj-rt_v3-rev1/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.9.1/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configure
On 8/26/2014 11:07 AM, Óscar Fuentes wrote:
"Raffaello D. Di Napoli"
writes:
2014-08-25 11:25 GMT-04:00 Óscar Fuentes :
On a CPU-intensive application, the 64 bit exe runs 40% slower than
its 32 bit counterpart. It's a C++ app with a workload typical of a
compiler.
Are there known slow spots
ted. there's
not even a stdint.h type for it.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming) --
ch=nocona' '-mthr
eads' '-pthread'
f:/x86_64-4.9.0-release-posix-sjlj-rt_v3-rev2/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.9.0/cc1plus.exe
-fpreprocessed __int128.ii -quiet -dumpbase __int
128.cpp -mtune=core2 -march=nocona -mthreads -auxbas
you can rename the compiler's make.exe to make.ex, that will make it "go away"
without deleting it, if you need it back, you can always rename it. another
option is to simply change your PATH environment variable so that the compiler
is last and MSYS path is before that. since searching for exec
the posix/pthreads version. this has not helped.
auto-threadind seems broken in 4.9.0 v3rev2.
I see libgcc_s_sjlj.a but not libgcc_s_pthread.a there's probably a reason for
this, or maybe it's a mistake. I don't know. maybe someone else can figure this
out.
-
Jim Mich
compiler not concatenating
>strings
>
>
>
>2014-06-29 6:32 GMT+02:00 Jim Michaels :
>
>thank you ivan, I did not know about cinttypes! this is new to me. it's not
>listed at cplusplus.com
>>
>
>
>Eh, yes it is:
>http://www.cplusplus.com/reference
thank you ivan, I did not know about cinttypes! this is new to me. it's not
listed at cplusplus.com
>
>
>
>
> From: Ivan Garramona
>To: mingw-w64-public@lists.sourceforge.net
>Sent: Saturday, June 21, 2014 9:03 PM
>Subject: Re: [Mingw-w64-public] problem with co
it won't work, I am using C++. the #ifdef specifically excludes C++:
#if !defined(__cplusplus) || defined(__STDC_FORMAT_MACROS)
/* 7.8.1 Macros for format specifiers
*
* MS runtime does not yet understand C9x standard "ll"
* length specifier. It appears to treat "ll" as "l".
* The non-standa
mingw-w64-public@lists.sourceforge.net
>Sent: Saturday, June 21, 2014 5:35 PM
>Subject: Re: [Mingw-w64-public] problem with compiler not concatenating
>strings
>
>
>Jim Michaels writes:
>
>> printf("abc%" "I64u" "def", 12);
&g
}
has the c++ standard been changed? it used to be that C/C++ would join
separate strings that are separated by whitespace. this was a very useful
feature and I need it.
thanks.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
ht
expands to a string never threw an error
message before and I can't get my work done. :-(
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (my personal site, has software)
---
IEC Units: Computer RAM &
2014 2:53 AM
>Subject: Re: [Mingw-w64-public] issue with .map file generation
>
>
>
>2014-06-02 11:25 GMT+02:00 Jim Michaels :
>
>what I am seeing is the offset from the event viewer's crashdump info (the
>offset) doesn't match the code offset address in the .map fi
roper .map files for debugging. is there
a switch I am missing?
between compiler segfaults and this, things are not looking too well for my
programs.
Jim Michaels
I am working on trying to find a way to boil down the compiler segfault into a
bite-sized piece rather than sending the whole sheba
P3: 042ae550
P4: ntdll.dll
P5: 6.1.7601.18247
P6: 521eaf24
P7: c005
P8: 00019a8a
P9:
P10:
Attached files:
C:\Users\Jim-Michaels\AppData\Local\Temp\WERF48E.tmp.WERInternalMetadata.xml
These files may be available here:
C:\Users\Jim-Michaels\AppData\Local\Microsoft\Windows\WE
I am unable to debug my programs, because the .map files and .objdump files
that are generated don't match the offset given by werfault.exe which provides
the minidump info form windows. I did not want to use gdb.
-----
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservice
x86_64-4.8.3-release-win32-sjlj-rt_v3-rev0
x86_64-4.9.0-release-win32-seh-rt_v3-rev1
are both giving me internal compiler segfaults.
I have no idea how to reproduce, except with the large sets of files I have,
and I wanted to make a living with those.
-
Jim Michaels
jmich
olks. problem resolved.
>
> From: K. Frank
>To: mingw64
>Sent: Friday, May 9, 2014 5:00 PM
>Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken?
>
>
>Hi Jim!
>
>On Fri, May 9, 2014 at 5:29 PM, Jim Michaels wrote:
>
.@zxid.org"
>To: jmich...@yahoo.com
>Cc: mingw-w64-public@lists.sourceforge.net; sampo-mi...@zxid.org
>Sent: Saturday, May 10, 2014 3:07 AM
>Subject: Re: [Mingw-w64-public] printf
>
>
>Jim Michaels said:
>> I could not find a good example on this because examp
3609/printf-variable-number-of-decimals-in-float
>
> From: K. Frank
>To: mingw64
>Sent: Friday, May 9, 2014 5:00 PM
>Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken?
>
>
>Hi Jim!
>
>On Fri, May 9, 2014 at 5:29
___
> From: K. Frank
>To: mingw64
>Sent: Friday, May 9, 2014 5:00 PM
>Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken?
>
>
>Hi Jim!
>
>On Fri, May 9, 2014 at 5:29 PM, Jim Michaels wrote:
>> I could not find a good example on this be
't think that's right.
-
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
hi folks, one of the things that is causing the problem is -municode.
>
> From: Jim Michaels
>To: Mingw64 Users
>Sent: Thursday, May 8, 2014 3:44 PM
>Subject: -console gone, some opt switches seem to force wWinMain
>
>
>
>-c
x86_64-4.9.0-release-win32-seh-rt_v3-rev1\mingw64\bin\g++.exe"
-Wall -Wextra -v -save-temps -ftree-parallelize-loops=4 -ftree-loop-vectorize
-ftree-slp-vectorize -floop-parallelize-all -O2 -m64 -municode -static
-fno-strict-aliasing -fwrapv -lstdc++ -lmingw32 -Wall -W -Wextra -Xlinker
-Map=g
what's the latest way to turn off file globbing in 4.9.0?
-----
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
tatic is what you're looking for.
>
>
>
>
>2014-03-29 16:28 GMT-03:00 Jim Michaels :
>
>I know how to statically link in the runtime, but not the stdc++ lib. I want
>to make a monolithic exe.
>>-static-libgcc -lgcc
>>
>>but what else do I p
I know how to statically link in the runtime, but not the stdc++ lib. I want to
make a monolithic exe.
-static-libgcc -lgcc
but what else do I put in?
thanks.
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com
if you are doing parallel builds, this might be fore you.
http://jesusnjim.com/pc-repair/speed-up/maximize-cpu-performance-disable-core-parking.html
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (my
thanks folks, for fixing the vector.size() bug in 4.9.0 experimental posix
older version and releasing a newer version with fixes. I was getting -1 for a
size() for a while.
I definitely appreciate this.
thanks again!
-
Jim Michaels
jmich...@yahoo.com
j
would like to know the workaround to solve this problem so I can have
uniocode iostreams.
thanks.
>
> From: Ruben Van Boxem
>To: "mingw-w64-public@lists.sourceforge.net"
>
>Sent: Thursday, March 13, 2014 1:32 AM
>Subject: Re: [Ming
1 - 100 of 301 matches
Mail list logo