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]

Re: win32 threads with mingw32 (fwd)


>         I don't mind that, but I'm lacking the libpthread.a that
> used to come with the pre-compiled package. The last time this
> library appeared was in 1999-08-12. Without this library I cannot
> use the pre-compiled dll.

You can create libpthread.a from the .def file, should work along these
lines:

$(DLLTOOL) --as $(AS) -k --dllname libpthread.dll --output-lib
libpthread.a --def $(srcdir)/libpthread.def

Where DLLTOOL is i686-pc-cygwin-dlltool
and AS i686-pc-cygwin-as.

Tom

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