Displaying 5 results from an estimated 5 matches for "lib3".
Did you mean:
lib
2005 Jan 26
3
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
...ies/crtend/Debug/comp_genericeh.bc
/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_main.bc
/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_sjljeh.bc
c:\projects\build\MinGW\llvm-4-1\Debug\bin\llvm-ar.exe:
c:/projects/build/MinGW/llvm-4-1/Debug/lib/\lib3.tmp: Can't destroy file:
The process cannot access the file because it is being used by another
process.
make[3]: *** [/C/projects/build/MinGW/llvm-4-1/Debug/lib/libcrtend.bca]
Error 2
-----------------------------
Henrik.
=============================================================
Henri...
2003 Dec 12
0
Synchronizing to multiple locations on a single destination serve r
...atch
here is, that the
libraries must go in multiple locations (and not all the locations have all
the libraries).
rsync is ivoked with an +ACI-update-only+ACI- option, so no libraries that do not
exist in the target
directory are copied.
So, the source is something like this:
lib1.jar, lib2.jar, lib3.jar, lib4.jar, lib5.jar
Destination 1:
lib1.jar, lib2.jar, lib3.jar
Destination 2:
lib1.jar, lib4.jar
Destinaton 3:
lib4.jar
So, lib1 must be updated in d1, d2, d3 (of course, only if required - +ACo-I
cannot assume, that all
three version are the same before the synchronization), lib2 and...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
...;re getting is a sharing violation. Although, I
don't understand why. The llvm-ar.exe when its building an archive file
always builds it in a temporary. Only when that is complete does it
remove the old one and rename the temporary. Perhaps this is a result of
doing parallel build and the "lib3.tmp" file (that name looks wrong to
me) is being accessed by concurrent build scripts?
Reid.
On Wed, 2005-01-26 at 11:37, Henrik Bach wrote:
> Hi Jeff and others,
>
> When building the llvm runtime, I always get this error message: 'Can't
> destroy file: The process can...
2005 Jan 26
1
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
...sharing violation. Although, I
>don't understand why. The llvm-ar.exe when its building an archive file
>always builds it in a temporary. Only when that is complete does it
>remove the old one and rename the temporary. Perhaps this is a result of
>doing parallel build and the "lib3.tmp" file (that name looks wrong to
>me) is being accessed by concurrent build scripts?
>
Other times the name, have been for instance libBAE.tmp.
Henrik.
>Reid.
>
>On Wed, 2005-01-26 at 11:37, Henrik Bach wrote:
> > Hi Jeff and others,
> >
> > When building...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file:Theprocess cannot access the fi
...;don't understand why. The llvm-ar.exe when its building an archive file
> > >always builds it in a temporary. Only when that is complete does it
> > >remove the old one and rename the temporary. Perhaps this is a result
>of
> > >doing parallel build and the "lib3.tmp" file (that name looks wrong to
> > >me) is being accessed by concurrent build scripts?
> > >
> >
> > Other times the name, have been for instance libBAE.tmp.
> >
> > Henrik.
> >
> > >Reid.
> > >
> > >On Wed, 2005-0...