I'm trying to build the boost examples. I get the following error:
Access is denied.
Access is denied.
...found 9 targets...
...updating 2 targets...
gcc.compile.c++ bin\gcc\debug\hello.o
Access is denied.
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -c -o "bin\gcc\debu
g\hello.o" "hello.cpp"
...failed gcc.compile.c++ bin\gcc\debug\hello.o...
...skipped <pbin\gcc\debug>hello.exe for lack of <pbin\gcc\debug>hello.o...
...failed updating 1 target...
...skipped 1 target...
I'm not familiar with Windows 7, but I believe I have the correct access rights:
Can anyone shed some light on this error? Thanks.
Update:
Process Manager finds hundreds of non-SUCCESS results for bjam. A typical line, if it helps, has the properties:
Desired Access: Read Attributes
Disposition: Open
Options: Open Reparse Point
Attributes: n/a
ShareMode: Read, Write, Delete
AllocationSize: n/a
I'm not sure how to act on this though.