That was a new "feature" that was added because the wrapper script around kaffe was writing the debug script to /tmp (which was a potential security hazard, if some other user created a symlink in /tmp).
What you now need to do is to explicity specify where the temporary debugging script file is to be created by exporting an environment variable KAFFE_DEBUG_TEMPFILE (set it to the name of file somewhere). I'll make a point of documenting this better somewhere. Cheers, - Jim On Fri, 2002-05-03 at 04:22, Parthasarathy G wrote: > Hi, > > Thanks for the help, now I am able to compile the bleeding version. > > I am trying to run Kaffe in debugger mode :- > 1. executed ./configure --prefix=<dir name> --enable-xdebugging > 2. After that did make followed by make install. > 3. Then set the KAFFE_DEBUG flag to gdb by command > export KAFFE_DEBUG =gdb > 4. Now, even if I give java/javac command It give "KAFFE_DEBUG_TEMPFILE not > set" as output. > > What could be the reason for this problem? > > Partha > > ------------------------------------------------------------- > "Attitude Matters" > Parthasarathy G > Technology Development Center - HomeNet > Wipro Technologies, E&I > 53/1 , Hosur Road, Madiwala > Phone: 91-80-5502001-008 x3130 > Fax No: 5502160 > Bangalore - 560 068. > Visit Home Networks Website > * Intranet: http://gruha.wipro.com > * Internet: http://www.wipro.com/homenet/ > > ---- > > **************************Disclaimer************************************ > Information contained in this E-MAIL being proprietary to Wipro Limited > is 'privileged' and 'confidential' and intended for use only by the > individual or entity to which it is addressed. You are notified that any > use, copying or dissemination of the information contained in the E-MAIL > in any manner whatsoever is strictly prohibited. > ******************************************************************** _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
