mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] re: pthreads on freebsd, -18


From: nospam
Subject: [Mldonkey-users] re: pthreads on freebsd, -18
Date: Tue, 25 Feb 2003 10:18:12 +0100
User-agent: Mutt/1.4i

  - ./configure: use option -enable-pthread-lib=pthread, or whatever, to enable
       use of threads

wow ;-) this was quick! Thanks, Simon!

though there's one small bug left which prevents linking in Makefile:

ifneq ("$(LIBPTHREAD)" , "")
  LIBS_opt += -cclib -lpthread
  LIBS_byte += -cclib -lpthread
endif

should read

ifeq ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]