Re: [fltk.general] building with mingw32

2012-04-16 Thread L Michaels
> There's no way to change this with a configure option or an environment > variable, but I modified the check to look for "/usr " (note the > trailing space) in the first place, so that I could simplify the check. > I hope this works for your and doesn't break other MinGW installs. Tried out your

Re: [fltk.general] building with mingw32

2012-04-11 Thread L Michaels
> On 05.04.2012 22:20, L Michaels wrote: > So, what I'm doing: I have a small own configure script that > does this: > > CXXFLAGS="${FLAGS}" \ > LDFLAGS="-static-libgcc -static-libstdc++" \ > ./configure \ > --enable... (other configure options) > > As you can guess, FLAGS can b

Re: [fltk.general] building with mingw32

2012-04-09 Thread MacArthur, Ian (SELEX GALILEO, UK)
> Ian, or anybody with an older MinGW installation, could you please > take a look at STR #2819? > http://www.fltk.org/str.php?L2819 > > (Discussion please on the STR form or in a new thread, maybe in > fltk.development.) Details posted to STR. Patch appears to be fine. SELEX Galileo Ltd Regi

Re: [fltk.general] building with mingw32

2012-04-07 Thread Ian MacArthur
On 7 Apr 2012, at 13:56, Albrecht Schlosser wrote: > On 07.04.2012 14:12, Albrecht Schlosser wrote: >> On 05.04.2012 17:58, L Michaels wrote: >>> I noticed a bug listed here: >>> http://www.mail-archive.com/fltk@easysw.com/msg08296.html >>> Am having the same issue. Was wondering if this was fixe

Re: [fltk.general] building with mingw32

2012-04-07 Thread Ian MacArthur
On 7 Apr 2012, at 13:12, Albrecht Schlosser wrote: > Please check if this (svn r 9328) is okay. Ian, could you please > check this with your older MinGW install, too? Be a couple of days before I can get to this... holidays and all that... ___ fltk

Re: [fltk.general] building with mingw32

2012-04-07 Thread Albrecht Schlosser
On 07.04.2012 14:12, Albrecht Schlosser wrote: > On 05.04.2012 17:58, L Michaels wrote: >> I noticed a bug listed here: >> http://www.mail-archive.com/fltk@easysw.com/msg08296.html >> Am having the same issue. Was wondering if this was fixed in another >> version (hence the question am I using the

Re: [fltk.general] building with mingw32

2012-04-07 Thread Albrecht Schlosser
On 05.04.2012 17:58, L Michaels wrote: > I'm hoping to try to build (and in some cases rebuild) some of the > applications listed under FLTK Links using the latest version of mingw and > msys. I downloaded fltk 1.3.0 since that's listed as stable and am > attempting to use it. Is this that the

Re: [fltk.general] building with mingw32

2012-04-07 Thread Albrecht Schlosser
On 05.04.2012 22:20, L Michaels wrote: > Would appreciate any ideas on this. I did finally try > export LIBS="-static-libgcc -static-libstdc++ -lgcc_eh" > just before building fltk and then adding the following to the link for the > application I wanted to build: > -static-libgcc -lgcc_eh -stati

Re: [fltk.general] building with mingw32

2012-04-05 Thread L Michaels
> It is the right version to use. Thanks. > > That'll be one for Albrecht I think - he looked into this more than I did... > Would appreciate any ideas on this. I did finally try export LIBS="-static-libgcc -static-libstdc++ -lgcc_eh" just before building fltk and then adding the following to t

Re: [fltk.general] building with mingw32

2012-04-05 Thread MacArthur, Ian (SELEX GALILEO, UK)
> I'm hoping to try to build (and in some cases rebuild) some of the > applications listed under FLTK Links using the latest version of mingw and > msys. I downloaded fltk 1.3.0 since that's listed as stable and am > attempting to use it. Is this that the best version of the library to > start w

[fltk.general] building with mingw32

2012-04-05 Thread L Michaels
I'm hoping to try to build (and in some cases rebuild) some of the applications listed under FLTK Links using the latest version of mingw and msys. I downloaded fltk 1.3.0 since that's listed as stable and am attempting to use it. Is this that the best version of the library to start with or i