Re: glibc2/jdk1.1.5v7

1998-05-12 Thread Cogmaster





PLEASE DELETE THE INCOGNITO.NET 
DOMAIN FROM THIS LIST.
 
PLEAE ADVISE HOW IT BECAME 
LISTED.

-Original Message-From: 
charles verge <[EMAIL PROTECTED]>To: 
[EMAIL PROTECTED] 
<[EMAIL PROTECTED]>Date: 
12 May, 1998 6:02 PMSubject: Re: 
glibc2/jdk1.1.5v7I belive glibc2.0.7-7 is in the ftp://ftp.redhat.com/pub/contirb/hurricane/i386I 
would check but I am useing MacOS (not mine) and it is so messed up that 
I can no connect to some servers on the 
internet.>>OK... obviously I've not got them working 
together, so before I launch>into full diagnostics: I notice on the 
website that glibc-2.0.7-7 is the>redhat package recommended. 
Now, not being an rpm type, I only have 2.0.6>(this is the latest 
one I can *find*) which I compiled myself... So my>question is, 
_could_ this be the reason for the segfaulting?>>Brief 
description: sounds a bit like what our friend Travis Shirk was>going 
through; i.e., "java Class" segfaults, as does "javac". 
I've done a>fair amount of tweaking and diagnostic work which I 
can post if anyone>cares...>>I'd appreciate any 
hints/clues/suggestions>>andy>>->Andy 
Stubbs  
+44 151 794 4045>[EMAIL PROTECTED]>>__Get 
Your Private, Free Email at http://www.hotmail.com


Unidentified subject!

1998-05-12 Thread Cogmaster




PLEASE DELETE THE INCOGNITO.NET 
DOMAIN FROM THIS LIST.
 
PLEAE ADVISE HOW IT BECAME 
LISTED.

-Original Message-From: 
Louis-David Mitterrand <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] 
<[EMAIL PROTECTED]>Date: 
12 May, 1998 6:12 PMSubject: Re: Dynamic loading and libgcc 
need?On Tue, May 12, 1998 at 10:35:14AM -0700, Robert 
Coie wrote:> Is it possible to specify a path for 
System.loadLibrary()?  I have not> been able to get 
LD_LIBRARY_PATH to have any effect.  I hacked a> version of 
java.lang.Runtime that dumps the result of the> 
initializeLinkerInternal call to stderr and it appears to be> 
consistently empty regardless of the value of 
LD_LIBRARY_PATH.System.load("/path/to/library.so");Regarding 
your LD_LIBRARY_PATH problems, are you sure your environmenthas it? If 
(for instance) you run your program under some shell spawnedby your 
editor you need to make sure the shell reads the proper initfile for 
_non-interactive_ use. For example zsh only reads .zshenv whenused from 
an editor (that's where I keep CLASSPATH, 
LD_LIBRARY_PATH,etc..).> I have also been having problems 
using javah when .zip files are in> the classpath, entailing 
complaints about inability to resolve various> symbols such as 
__muldi3.  I suspect this is a result of not having > -lgcc in 
the build line when building the shared libraries (notably> libjava 
and libzip).  I have not been able to test this theory, not> 
having access to the original JDK source.  ldd -r on libjava.so> 
complains about missing libgcc symbols on both my Debian 1.3.1 
(libc5> 5.4.33) and pre-2.0 (libc6 2.0.6).Never had this 
problem, despite using javah regularly (Debian-2.0). Somelibrary version 
mismatch probably.-- Louis-David Mitterrandhttp://www.aparima.com[EMAIL PROTECTED]