Re: [drlvm] need a quick answer re how things are linked...

2006-06-15 Thread Nataly Naumova
Hi Geir. Yes, you are right, to get rid of using hynio.dll and hymath.dll you should change vm/vmcore/src/init/properties.cpp. It is done in the patch for Jira Issue #601. But I have no answer for your question unfortunately, why it was done.. =( Thanks. Nataly On 6/15/06, Geir Magnusson Jr

Re: [drlvm] need a quick answer re how things are linked...

2006-06-15 Thread Gregory Shimansky
Hello Nataly, Geir I think the main reason why the list of DLLs is in CPP code is that from the names of libraries it constructs full paths to the files in VM location. Why the list of DLL names is hardcoded is a historical leftover. We didn't presume that may change often. It contains the DLLs

Re: [drlvm] need a quick answer re how things are linked...

2006-06-15 Thread Geir Magnusson Jr
Gregory Shimansky wrote: Hello Nataly, Geir I think the main reason why the list of DLLs is in CPP code is that from the names of libraries it constructs full paths to the files in VM location. Why the list of DLL names is hardcoded is a historical leftover. We didn't presume that may

[drlvm] need a quick answer re how things are linked...

2006-06-14 Thread Geir Magnusson Jr
Ok, so I've gotten quite a bit done (I think) and stuff builds using the classlib as it is in /enhanced/classlib/trunk using it's own build artifacts. So my tests are failing. java/lang/UnsatisfiedLinkError : Failed loading library

Re: [drlvm] need a quick answer re how things are linked...

2006-06-14 Thread Geir Magnusson Jr
I figured that one out... it was in properties.cpp Let me ask - why are DLLs specified in cpp files like this? geir Geir Magnusson Jr wrote: Ok, so I've gotten quite a bit done (I think) and stuff builds using the classlib as it is in /enhanced/classlib/trunk using it's own build