Slashdot Mirror


User: urgusabic

urgusabic's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:I sense a disturbance in the force on Stock Options Scandal Rocks McAfee · · Score: 1

    Actually, the stock price took a turn for the better after the news: http://finance.google.com/finance?q=mfe

  2. Re:Detailed Explanation on Linux 2.4 Schematic Poster (Generated From Source!) · · Score: 1
    6) tempfile: command not found
    Change the two occurrances of this (classify_nonstatics.sh and conglomerate_functions.sh) to:
    TMPFILE=`mktemp ${TMPDIR:-/tmp}/$$.XXXXXX`

    I found that this didn't work on my Slackware 7.0 box, as it couldn't find the mktemp command. However, as an earlier post suggested, TMPFILE=tmp$$ seems to have done the job.

    Now I just have to wait another few hours for it to render...