search for: thewell

Displaying 3 results from an estimated 3 matches for "thewell".

Did you mean: bhowell
2001 Nov 14
1
Wine exits immediately to debugger (_dl_relocate_object -- glibc2.2.3)
...ebugger with something like the following trace. I notice that the trace seems to end in a call to dl-reloc.c. I don't know if this is a bogus message produced by something else, but I did build glibc2.2.3 from source awhile ago. Everything else I have linked against it seems to work fine. TheWell:~/work/$ wine --version Wine release 20011108 TheWell:~/work/$ TheWell:~/c/windows/$ /usr/local/wine/bin/wine c:\\windows\\sol.exe Warning: /usr/local/wine/bin/wine not accessible from a configured DOS drive Warning: /usr/local/wine/bin/wine not accessible from a configured DOS drive Warning: /us...
2010 Sep 09
0
Plotting dates and grid lines on the X-Axis of xyplot
...ter 139.388805 2909 Case 2 851 P-1 Water 139.494947 2910 Case 2 882 P-1 Water 137.556790 2911 Case 2 912 P-1 Water 155.668018 2912 Case 2 943 P-1 Water 169.410378 2913 Case 2 974 P-1 Water 172.121117 And here is the code that I am using simPlot<-function(theData, theWell, start="2000-01-01", obs="Observed", streams, order=(1:nStreams), heights=1, headings=streams, xby="years", ...){ # process streams if(missing(streams)) { pData <- subset(theData, theData$Well==theWell) streams<-levels(pData$Stream) } else { pData...
2001 Nov 29
1
wine exits to debugger immediately. Searching for dll files?
...ame. These don't exist on my machine as I have a wine only install. They are all *.so files obviously. Is this really the problem? I tried linking these names to the correct *.so files under windows\system with no particular effect. I include my ~/.wine/config file after the partial trace. TheWell:~/c/windows/$ wine --debugmsg warn+all c:\\windows\\sol.exe warn:dosfs:DRIVE_Init Drive B: not defined warn:dosfs:DRIVE_Init Drive G: not defined warn:dosfs:DRIVE_Init Drive H: not defined warn:dosfs:DRIVE_Init Drive I: not defined warn:dosfs:DRIVE_Init Drive J: not defined warn:dosfs:DRIVE_Init Dr...