Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Michael Rohleder
Brett W. McCoy writes: > > I would like to run jikes on my RH 5.0 linux box, but jikes wants > > libstdc++-2.8, while the current rpm contains libstdc++-2.7 and ...-2.9, > > but not 2.8. :( > > Grab it at > > >ftp://ftp.tux.org/pub/distributions/redhat/redhat-5.2/i386/RedHat/RPMS/libstd

Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Brett W. McCoy
On Fri, 1 Jan 1999, David Harvill wrote: > This may not be related, but when you recompile the kernel, it asks if > you want to inlude dummy support. I'm not really clear on what it does, > but it may be related to your problem. I know that it is only required > occasionally, so it may not be

Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Brett W. McCoy
On Fri, 1 Jan 1999, Robert Dodier wrote: > I would like to run jikes on my RH 5.0 linux box, but jikes wants > libstdc++-2.8, while the current rpm contains libstdc++-2.7 and ...-2.9, > but not 2.8. :( Grab it at ftp://ftp.tux.org/pub/distributions/redhat/redhat-5.2/i386/RedHat/RPMS/libstdc++-2

Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread David Harvill
This may not be related, but when you recompile the kernel, it asks if you want to inlude dummy support. I'm not really clear on what it does, but it may be related to your problem. I know that it is only required occasionally, so it may not be compiled into your kernel. -dave On Fri, 1 Jan

Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Michael Sinz
On Fri, 1 Jan 1999 19:13:12 -0700 (MST), Robert Dodier wrote: >Hello all, > >Happy new year! > >I would like to run jikes on my RH 5.0 linux box, but jikes wants >libstdc++-2.8, while the current rpm contains libstdc++-2.7 and ...-2.9, >but not 2.8. :( You should be able to get the Jikes libc5 v

ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Robert Dodier
Hello all, Happy new year! I would like to run jikes on my RH 5.0 linux box, but jikes wants libstdc++-2.8, while the current rpm contains libstdc++-2.7 and ...-2.9, but not 2.8. :( I've tried downloading the source to build libstdc++-2.8 but the build failed; some obscure (to me) message abou

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Chris Kakris
Michael Doherty wrote: > > browsing the web and getting mail. Still haven't gotten Makefile to > work, but I get some ideas for that when I get back to work Monday. > (Any sample Makefiles for java would be appreciated - TIA) Hi Michael I've included four sample files that I tend to use over and

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Nathan Meyers
Michael Doherty wrote: > > Works great! Thanks Rich. I'm frankly kinda amazed. Jikes seems about > an order of magnitude faster than the jdk117_v1a compiler. Not sure how > that's possible but goota hand it to the guy(s) at IBM who wrote it. Native code (Jikes) vs Java (Sun compiler) implementa

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Michael Doherty
Works great! Thanks Rich. I'm frankly kinda amazed. Jikes seems about an order of magnitude faster than the jdk117_v1a compiler. Not sure how that's possible but goota hand it to the guy(s) at IBM who wrote it. Regards, Michael Richard Jones wrote: > > Michael Doherty wrote: > > > > Greetings

JDK1.1.7 and 8bpp StaticColor display

1999-01-01 Thread Auge Jerome
Hi, I've upgraded from JDK-1.1.3-v1 to JDK-1.1.7-v1a and my AWT/Motif widgets appear in black & white dotted, exactly like this : . : Menu Bar File Edit : Button 1 : Button 2 ... : Choice :¨¨¨ Only the upper and lef

Re: No events from KeyListener on a JWindow (unlike Win32)

1999-01-01 Thread Kalimero
> I am using the Swing JWindow class which is a kind of java.awt.Window > and therefore has not titlebar. Under Linux the Windows and JWindows does not allow children to get focus. This is also a Solaris problem... If you use TextComponents or JTextComponents the input appears on the console and

RE: serial port program

1999-01-01 Thread java
One problem we are encountering with rxtx is libc5 versions of the jdk native include files are not compiling clean with rxtx. If anyone able to dig around has the libc5 version installed we are interested in knowing if this is a problem with the libc5 jdk jni or rxtx. The only think on the rx

No events from KeyListener on a JWindow (unlike Win32)

1999-01-01 Thread Jon Priddey
I've written a slideshow presenter which displays full screen. I am using the Swing JWindow class which is a kind of java.awt.Window and therefore has not titlebar. I want the key to advance to the next slide, so I added a KeyListener to the JWindow. On Win32 this works fine - full screen slide

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Michael Doherty
Richard Jones wrote: > > Michael Doherty wrote: > > Anyway, the thing with linux is that it seems to run java code faster > > than NT. NetBeans on the NT side (200MHz K6 w/128MB ram) is almost > [...] > > I'm surprised. NetBeans crawls with the Blackdown > Linux JDK. Are you using TYA perhaps?

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Richard Jones
Michael Doherty wrote: > > Greetings all, [...] > (Any sample Makefiles for java would be appreciated - TIA) > > Anyway, the thing with linux is that it seems to run java code faster > than NT. NetBeans on the NT side (200MHz K6 w/128MB ram) is almost [...] I'm surprised. NetBeans crawls with t

Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Michael Doherty
Greetings all, Well, it's been about 3 weeks since I've installed linux with a dual boot setup on my NT box in order to do java development. Thanks to all who offered advice and encouragement. I've tried all the popular java ide's on NT, Visual Age, Visual Cafe, JBuilder, etc., but I must say,