|
From: Foster, G. <gar...@si...> - 2005-01-21 13:48:41
|
Hello, thanks for the response, could you elaborate a little though? I tried the following .... $ g++ woot.cpp $ g++ _flushall() woot.cpp _flushall() $ g++ `_flushall()` woot.cpp `_flushall()` $ g++ `_flushall()' woot.cpp `_flushall()' Non of those seem to work, I also tried .... $ _flushall() Which produced .... > I then tried typing "g++ woot.cpp" at that prompt, which didn't do anything useful either. Thanks Gaz -----Original Message----- From: min...@li... [mailto:min...@li...] On Behalf Of Earnie Boyd Sent: 21 January 2005 12:02 To: min...@li... Subject: Re: [Mingw-users] g++ accepting cl parameters Gaz, Does it help if you add a _flushall() after the output and before the input? <quote who="Foster, Gareth"> > Hello all, > > The following is a question I've asked on the gtkmm mailing list (I am > trying to use gtkmm within mingw), however, I haven't had any response, so > I > am forwarding it here where I hope somebody will be able to help. > > The history here is that I've install mingw, msys and the mdtk. I then > extracted the gcc and g++ binaries into my mingw tree using winrar. The > gtk, > gtkmm and pkg-config files I picked up using the gtk and gtkmm developer > win32 installers. > > So, that being the circumstance, the problem is described below. > > Thanks for any help! > > Gaz > > > -----Original Message----- > From: Foster, Gareth > Sent: 20 January 2005 13:57 > To: 'gtk...@gn...' > Subject: RE: Gtkmm win32 > > > I also just tried running that particular g++ binary from a DOS box and it > does accept parameter lists there. Why is there a g++ binary that > seemingly > works in a DOS box and not in a mingw shell, on the mingw download page? > I've probably screwed something up, but what might it be? > > Gaz > > Earnie -- http://www.mingw.org http://sourceforge.net/projects/mingw https://sourceforge.net/donate/index.php?user_id=15438 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ MinGW-users mailing list Min...@li... You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users |