Eliza,

I'm still suspicious about the $PWD thing.  If you're running 'make'
normally, you might try something like

    $ PWD=$(pwd) make ...

instead of just

    $ make ...

to see whether that improves your situation.  Alternatively, for the
'root' steps, you could do something like

    $ sudo PWD=$(pwd) make ...

Mike

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"spctools-discuss" group.
To post to this group, send email to spctools-discuss@googlegroups.com
To unsubscribe from this group, send email to 
spctools-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/spctools-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to