Re: setup.exe is too small

2003-03-06 Thread Dockeen
Y'all left out the part that you have not changed setup because you are just plain mean! It is interesting, some people can just not give up the idea of software products and services where it is always "someone else" who "needs" to do things for the customer, who just sits back and uses the produ

Re: cygwin unix path is not longer recognized

2003-03-03 Thread Dockeen
I had some troubles a year or two back with the Octave installer, so I went to "The Hard Way" installation procedure outlined in the attached link. I have had no problems with this, and Octave works fine through Cygwin. http://web.hhs.se/personal/Psoderlind/Software/Software.htm Note I did say u

RE: Bash shell

2003-02-16 Thread Dockeen
I have been very happy with the cut and paste and other features with RXVT. Its been a while since I set mine up, but I got the directions from the forum, a search should turn them up. Its cool having the same feel of the Unix three button mouse on my PCs. Wayne -- Unsubscribe info: http

Re: Snapshot 200300205/gcc3.3

2003-02-05 Thread Dockeen
"GCC 3.3 prerelease works now" Ask one of those get hit on the ear and sent to bed questions: GNAT wouldn't be part of your compile would it. *slap* I'll go to bed now. :-) Wayne Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

Re: Setup hangs repetedly

2003-02-01 Thread Dockeen
>This is probably why most experienced users recommend using one of the >"beta" releases, in particular b19. There are no problems using >setup.exe in that version (such as not being able to resize the >window...) As someone who goes back to the Bx days (maybe I should call that the Bs days), I t

RE: No graphics.h in Cygwin ??

2003-01-20 Thread Dockeen
The graphics.h I have run into the most is related to some Borland proprietary graphics. Like conio.h and some other header files people may have gotten used to, it is in no way an ANSI standard header. It is therefore not reasonable to expect to find it in any environment you come to. It may be

Possible Snapshot Issue

2003-01-17 Thread Dockeen
I grabbed the cygwin1.dll snapshot version 20030117 a few minutes ago. I had an issue with a hang occuring in the following circumstances. I cd'ed into a lower level directory, attempted to perform a listing, and the operation hung. I closed the window, opened another and repeated the result (hang

Re: rxvt, once again...

2002-12-28 Thread Dockeen
Actually Randall, I took what he was saying as a correction to me, and an agreement with you. I just know what I *can* do with my mouse on this machine, and it is wonderful. I am sure at this point you have *wonderful* suggestions of what I *can* do with this mouse and machine too. Actually, tha

Re: rxvt, once again...

2002-12-28 Thread Dockeen
OK, that explains the bevavior of the Cygwin window when I do not use rxvt. Cool, thanks. Now, you said: "In Win98 and Me, you cannot drag and expand the window,..." This is true if I do not use RXVT, it is not true if I do. With rxvt, I can use the mouse to resize the window, in both dimensions

GSL-1.3 - Thanks

2002-12-27 Thread Dockeen
I noted in running setup today that GSL-1.3 was there. Thanks! I know building that library takes some time. I appreciate it! I use GSL a good deal for random numbers as well as optical related special functions like Bessel functions and Airy functions. Wayne Keen -- Unsubscribe info: http:

Re: rxvt, once again...

2002-12-23 Thread Dockeen
"You do realize, don't you, that you cannot change the size of the window's backing buffer by dragging the window borders or corners?" I know that I can use my mouse to directly resize the rxvt window, by grabbing and dragging with my mouse. Thats why I like it. Works beautifully in 98,2000 and

Re: rxvt, once again...

2002-12-23 Thread Dockeen
"I've never had any trouble resizing character windows running BASH and Vim under Windows 2K" Hmmm, my results are pretty much the opposite. In Win2000, I can only resize the window in the vertical direction. In Win98SE I could only resize it very slightly, if at all. This is true (for me) in

Re: rxvt, once again...

2002-12-23 Thread Dockeen
rxvt was WELL worth the price of admission for two reasons (for me) (1) Having a window that I can resize just about any bloody way I want, not limited by what Windows wants to give me, with a nice, flexible scrollbar. (2) Being easily able to set things up where I could use the left, middle mous

RE: linking problem, please help

2002-12-23 Thread Dockeen
Well, in your code: > >#include > > > > int main() > > { > > cout<<"\n hello world"; > > return 0; > > } I see one thing wrong. The cout functions name comes from the standard namespace, so you either have to add: using namespace std; or qualify the name, i.e. std::cout I don't know

Re: What's wrong? gcc brain-damaged on cygwin?

2002-12-22 Thread Dockeen
When I built my own, I built it with C,C++ and f77 enabled. The configure (I had a number of options added, it was not just ./configure) and the make bootstrap part of the process took an hour on P4 type machines, 10 hours on this old P2. (make install was quick). But back to the fundamental poin

Re: What's wrong? gcc brain-damaged on cygwin?

2002-12-22 Thread Dockeen
"Could it be that when compiling and installing gcc with --enable-languages=c++ only gcc doesn't install some essential libs?" Why in the world are you creating your own gcc? I used to do it just because I wanted to use the gcc-3.1 code, but it is darn tricky and completely unneccessary now, as

What's wrong? gcc brain-damaged on cygwin?

2002-12-22 Thread Dockeen
Looking at your post I see that you compiled your code as follows: "gcc testnewchar.cpp: You should use g++ to compile c++ code. I was able to replicate your errors and eliminate them by using g++, which, accoriding to a post I saw yesterday on the gcc-help board, has been the preferred way to c

Re: [Mingw-users] Cygwin Full download in one big archive ?

2002-12-03 Thread Dockeen
I wonder if folks who ask this question fully realize the meaning of "Minimal" im MingW. The binary for MingW is about 12 megabytes at last glance. Cygwin, the full package runs many 100's of Megabytes. So a single archive is plainly untenable. The nature of Cygwin is flexible, so the setup allow

Re: ObjectiveC

2002-11-28 Thread Dockeen
"Well this needs to be integrated INTO gcc" Uhhh, only one problem with this statement, its not right. Going to the gcc web site, I find: "GCC is the GNU Compiler Collection, which currently contains front ends for C, C++, Objective-C, Fortran, Java, and Ada" Which is consistent with discussion

Re: Cannot compile my first Cygwin program

2002-10-29 Thread Dockeen
Max Bowsher made a very important point from a diagnostic point, he said: "Run the command "gcc -v" and post the output." This may give a tipoff if something is wrong with your gcc install. Also run: which gcc and give the results. This will tell us where gcc is coming from, and whether there

Re: Problem compiling cpp programs with gcc-3.2-1

2002-10-29 Thread Dockeen
> gcc -O2 -mno-cygwin -mwindows short.cpp \ > -lkernel32 -luser32 -lgdi32 -lwinspool \ > -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 \ > anv.res -o short Note also that if you are going to compile a C++ program, you should use g++, not gcc as your above. Among other things

GTK on CYGWIN

2002-05-19 Thread Dockeen
On the Cygwin "front page", i.e. http://sources.redhat.com/cygwin/ there is a note about GTK+ and glib, would that be of possible interest to you in this matter? I recommend making http://sources.redhat.com/ml/cygwin/ part of your daily reading as well. I learn something new every day, which al

Re: Installing problem

2002-05-19 Thread Dockeen
The fact that you have the contrib and latest directories implies on or both of the following two things to me: (1) Your temporary contained data from previous install attempts. (2) You do not really have the newest installer. The reason I say this is that the new family of installers does not c

Re: vi is missing

2002-05-18 Thread Dockeen
Another useful skill on finding what is where, is the "which" command. I type: which vi and I get /usr/bin/vi This can be useful in determining where something is. Wayne Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.h

Re: setup.exe 2.218.2.8/9 broken and I'm not much better

2002-05-16 Thread Dockeen
I forgot to mention in my last email, I am going senile. Next thing you know, someone will be telling me Reagan isn't president any more. Wayne (Huckleberry Dumb-poop) Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Docu

setup.exe 2.218.2.8/9 broken

2002-05-16 Thread Dockeen
Preamble: I don't work at Cygnus, I am just another user. (Well, maybe less skilled that any other user) Why I am writing: I have been upgrading Cygwin essentially daily on my work and home machines, using the newest setup almost all the time, and I have almost never seen a failure. This can NOT

Helpful Bug Reporting (setup.exe)

2002-05-15 Thread Dockeen
When you are reporting an error, try to think like someone who is trying to solve the problem! In the case of setup.exe problems make sure to include: (1) What version of setup you are using. Its on the first screen you get after running setup, right below the symbol. If you have any doubt that

Cygwin/GCC

2002-05-04 Thread Dockeen
Do you know something I don't. As far as I know, there is no such things as gcc-3.1. gcc-3.1 is under release testing as we speak, and has not officially been released yet...I have built it under Cygwin a number of times myself. The latest "official" release of gcc is gcc-3.0.4. Did you mean g

RE: Building ImageMagick on Cygwin

2002-04-29 Thread Dockeen
I feel doubly stupid. I haven't got a clue about the issues of policies or politics he seems to be talking about, and I did not even get a clear picture of what you need to do to do the build, because of his taking so much time explaining why things don't work the normal way. On this note of per

Re: Cygwin + XEmacs: shell command execution delay

2002-04-25 Thread Dockeen
I have seen something similar with Xemacs, though I did notice the other day, when I had occasion to open and close Xemacs a number of times, that the delay in the later openings was less. I have even noticed some delay in initial startup with Visual SlickEdit, though not as much of a delay. I a

Bison 1.35 Build

2002-04-05 Thread Dockeen
The earlier discussion of Bison 1.35 got me curious, so I built it under Win 98 / Cygwin. It built in the straight-forward mode of: ./configure make make check (all tests passed) make install Much easier than, say, gcc-3.0.1 was! I am posting this as a potential point of interest for the

GCC 3.0.X and Cygwin

2002-03-09 Thread Dockeen
Is there a reason why base Cygwin still uses 2.95.3 of gcc, other than you have about 50 x 10^9 other more important things to do than deal with the 3 series. Is it somehow a poor match or messes things up for Cygwin? Thanks, Wayne Keen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe