search for: libba

Displaying 6 results from an estimated 6 matches for "libba".

Did you mean: libbar
2014 Jun 02
3
[LLVMdev] -fvisibility=hidden, and typeinfo, and type-erasure
...AGS = -std=c++11 -fvisibility=hidden all: main main: main.o bar.dylib baz.dylib $(CXX) -o $@ $^ %.dylib: %.cc foo.hh $(CXX) $(CXXFLAGS) -shared -o $@ $< %.o: %.cc foo.hh $(CXX) $(CXXFLAGS) -c -o $@ $< clean: rm -f main main.o bar.o baz.o bar.dylib baz.dylib libba.dylib The run succeeds with gcc (4.8 and 4.9) on OS X: $ make clean && make CXX=g++-mp-4.8 && ./main rm -f main main.o bar.o baz.o bar.dylib baz.dylib libba.dylib g++-mp-4.8 -std=c++11 -fvisibility=hidden -c main.cc -o main.o g++-mp-4.8 -std=c++11 -fvisibility=hidden...
2005 Jan 26
1
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
...y 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 the llvm runtime, I always get this error message: 'Can't > > destroy file: The process cannot access the file because it is being >us...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file:Theprocess cannot access the fi
...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 the llvm runtime, I always get this error message: >'Can...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
It looks like what you'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
2005 Jan 26
3
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
Hi Jeff and others, When building the llvm runtime, I always get this error message: 'Can't destroy file: The process cannot access the file because it is being used by another process.' The file is destoyed anyway. I think that the the real error is the path for the file (*/\file.tmp). However, I can't find the bug in the source. Do you have any clue?:
2005 Jul 02
0
Cannot copy <file name>: Invalid MS-DOS function
[This email is either empty or too large to be displayed at this time]