This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: archive? questions from new win32/pthreads user


On Tue, 2004-08-24 at 10:42, Bobby Krupczak wrote:
> Hi!
> 
> > Probably you need to put the file pthreadsVC.dll (you can download it 
> > from ftp://sources.redhat.com/pub/pthreads-win32/dll-latest/lib/) in 
> > your system directory.
> 
> Thanks; that does work as well as putting it in the current
> directory.  However, I was wanting to statically link so I would not
> need to install a dll.

pthreads-win32 isn't distributed as a static library in binary form.
you're going to have to compile it with your application or just compile
a static library. open the pre-made project file from the source distrib
and change the target to a static library (using vc++). hope that helps.
-rian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]