Re: Anyone getting jdk1.1 working?

1997-10-17 Thread Benjamin Ryzman
Richard A. Guay wrote:
> 
> On 16-Oct-97 Lawrence wrote:
> > make sure you are in 256 colour mode, at first.
> >
> 
> Are you saying that the jdk will not run in other graphics mode but 256 
> colour?
>  I sure hope that that is not the case.
> 

It isn't. I run the jdk daily for my development work. My X server is set at
16bit depth. I've not experienced any memory leakage as described in other post,
yet.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xterm color (*sigh*)

1997-10-15 Thread Benjamin Ryzman
Matt Thompson wrote:

> Hi, y'all,
> 
> Well, got bash 2.01-5 and gimp 0.99 installed and working.  I'm finding
> out that I have to upgrade to the hamm versions of just about everything,
> like fvwm2 and emacs.  That's ok.  'Been doing it all by dpkg instead of
> dselect, now that I'm comfortable with that.
> 
> An old problem cropped up, tho.  I don't have colors in my xterms anymore.
> My xsysinfo has colors just fine, but not my xterms.  I never had to
> adjust anything with bo (except to edit /etc/profile with alias ls="ls
> --color", which I've done).  Is there something else I need to do now that
> I'm "hamming it up" as it were? (sorry for the lousy pun :) ).
> 
> thanks again for all the help,
> matty
> 
> Matt Thompson
> MZI, Inc.   v-206.430.3726
> 707 S. Grady Wayf-206.430.3420
> Renton, WA  98055   [EMAIL PROTECTED]

Add a symbolic link to /usr/X11R6/lib/X11 in /usr/i486-linuxlibc1/lib, that
should correct the problem.

deepthought% ls -l /usr/i486-linuxlibc1/lib/
total 7
lrwxrwxrwx   1 root root   19 Oct  2 12:50 X11 ->
../../X11R6/lib/X11
-rw-r--r--   1 root root 6464 Sep 29 12:18 libpaper.a
lrwxrwxrwx   1 root root   39 Oct 14 13:04 libpaper.so ->
/usr/lib/libc5-compat/libpaper.so.1.0.3


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .