search for: pthreadgc

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

Did you mean: pthreadgc2
2007 Sep 27
1
[LLVMdev] FW: Qs about install on mingw32 (Was [llvm-announce] LLVM 2.1 Release!)
Ted, > When I try to run lli hello.bc, I get an unsatisfied DLL link error: "This > application has failed to start because pthreadGC.dll was not found." > Hunting around I can't find this DLL anywhere; where should it have come > from? pthreads are required for LLVM. Easy googling ("pthreads mingw32) returns the following place for dlls download: ftp://sourceware.org/pub/pthreads-win32/dll-latest/lib -- Wit...
2007 Nov 06
2
[LLVMdev] Getting started using MinGW binary release?
> Sorry, this wasn't mentioned in documentation. llvm-gcc was built with > '--enable-threads' flag, thus it requires win32 pthread port. Keith have > already given a right link for dlls download. Just to make stuff clear: you'll have to download pthreadGC1.dll, rename it to pthreadGC.dll and put it somewhere in your PATH. All try to build all future versions of binaries with pthreads compiled statically. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Nov 05
1
[LLVMdev] Getting started using MinGW binary release?
...ems I have to build LLVM from source. But I found http://llvm.org/releases/2.1/llvm-2.1-x86-mingw32.tar.bz2 . When I extract the file, I get many binaries (lli.exe, llc.exe...etc). When I run lli.exe, I get: lli.exe - Unable To Locate Component This application has failed to start because pthreadGC.dll was not found. Re-installing the application may fix this problem. Am I supposed to download the source and build it as GettingStarted.html says? Or, is there a way to somehow use llvm-x.x-x86-mingw32.tar.bz2 binaries without building from source? -- Thank you. Sam.
2007 Nov 07
0
[LLVMdev] Getting started using MinGW binary release?
...32.tar.bz2 to C:\llvm (It's a bare Windows Vista installation without MinGW) Added C:\llvm\bin;C:\llvm\libexec\gcc\i686-pc-mingw32\4.0.1 to PATH (C:\llvm\libexec\gcc\i686-pc-mingw32\4.0.1 was added for cc1.exe) Downloaded ftp://sourceware.org/pub/pthreads-win32/prebuilt-dll-1-9-0-release/lib/pthreadGC1.dll to C:\llvm\bin\pthreadGC.dll And, > llvm-gcc hello.c -IC:\llvm\include -IC:\llvm\lib\gcc\i686-pc-mingw32\4.0.1\include llvm-gcc: installation problem, cannot exec `as': No such file or directory So, I renamed C:\llvm\bin\llvm-as.exe as C:\llvm\bin\as.exe > llvm-gcc hell...
2007 Nov 07
1
[LLVMdev] Getting started using MinGW binary release?
Sam, > Am I supposed to install MinGW (maybe MSYS) and extract prebuilt > packages ( llvm-2.1-x86-mingw32.tar.bz2 and > llvm-gcc4.0-2.1-x86-mingw32.tar.bz2) to C:\MinGW ?? llvm-as != as. You'll need to have binutils installed in order to compile & link. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Sep 27
0
[LLVMdev] FW: Qs about install on mingw32 (Was [llvm-announce] LLVM 2.1 Release!)
...in this case.) When I run the compiler over hello.c, as per the Getting Started Guide, compilation works for both native and LLVM BC. When I run the native hello.exe, it works. When I try to run lli hello.bc, I get an unsatisfied DLL link error: "This application has failed to start because pthreadGC.dll was not found." Hunting around I can't find this DLL anywhere; where should it have come from? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvm-announce-bounces at cs.uiuc.edu [mailt...