[LLVMdev] Cygwin port

Reid Spencer reid at x10sys.com
Mon Dec 20 19:26:59 PST 2004


Hi Oleg,

I've been doing a Cygwin build today too. All these problems have been
updated in the current CVS. Please update your tree and give it another
try.

Thanks,

Reid.

On Mon, 2004-12-20 at 18:34, Oleg Smolsky wrote:
> Hi all,
> 
> > Please try it out, if it doesn't work, please tell us what's 
> > wrong, or, better yet, submit a patch. :)
> Alright, here are the results of building the latest llvm from CVS under
> cygwin:
> 
> lib\Debugger\SourceFile.cpp
> 	needs #include <assert.h> when building with gcc 3.3.3
> tools\gccld\gccld.cpp line 128
> tools\llvm-ld\llvm-ld line 318
> 	need sys::CopyFile(sys::Path(OutputFilename),
> 		                         sys::Path(llvmstub));
> 
> Now, when linking gccld, the linker complains about an undefined
> reference to llvm::sys::CopyFile(). That's where I got stuck: 
> 	lib\System\Path.cpp includes platform\Path.cpp
> 	platform should be cygwin
> 	Cygwin\Path.cpp includes Unix\Path.cpp which defines this
> function
> 
> Oleg.
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041220/7e835215/attachment.sig>


More information about the llvm-dev mailing list