Dear Others,

I tried in 

        http://llvm.org/docs/GettingStartedVS.html

An Example Using the LLVM Tool Chain
Steps 5. and 6.

C:\Programme\LLVM>set PATH=%PATH%C:\Programme\Microsoft Visual Studio 
9.0\Common7\IDE;

C:\Programme\LLVM>build\bin\Debug\llc -filetype=obj hello.bc

C:\Programme\LLVM>"C:\Programme\Microsoft Visual Studio 9.0\VC\bin\link" 
hello.obj -defaultlib:libcmt
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation.  All rights reserved.

LINK : fatal error LNK1104: Datei "libcmt.lib" kann nicht geƶffnet werden.
Translation ... File "libcmt.lib" cannot be opened.

Where can I find "libcmt.lib" and how can I offer this lib link.exe to create 
hello.exe?

Tia

Kind regards

Andreas

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to