search for: z15emitshellscriptppc

Displaying 2 results from an estimated 2 matches for "z15emitshellscriptppc".

2004 Dec 23
2
[LLVMdev] Undefined reference to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Hi, Can anyone tell me why CopyFile is the only undefined reference from Path.cpp? --------------- llvm[2]: Linking Debug executable gccld c:/projects/build/MinGW/llvm-1-1/tools/gccld/Debug/gccld.o(.text+0x439): In function `Z15EmitShellScriptPPc': c:/projects/src/llvm-1/llvm/tools/gccld/gccld.cpp:127: undefined reference to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::Path const&)' collect2: ld returned 1 exit status --------------- Path.cpp: --------------- void CopyFile(const sys::Path &Dest, const sys::P...
2004 Dec 23
0
[LLVMdev] Undefined reference to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
...10:44, Henrik Bach wrote: > Hi, > > Can anyone tell me why CopyFile is the only undefined reference from > Path.cpp? > > --------------- > llvm[2]: Linking Debug executable gccld > c:/projects/build/MinGW/llvm-1-1/tools/gccld/Debug/gccld.o(.text+0x439): In > function `Z15EmitShellScriptPPc': > c:/projects/src/llvm-1/llvm/tools/gccld/gccld.cpp:127: undefined reference > to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::Path const&)' > collect2: ld returned 1 exit status > --------------- > > Path.cpp: > --------------- > void > Cop...