gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] configure malfunction detecting pthreads with configure


From: Bastiaan Jacques
Subject: Re: [Gnash-dev] configure malfunction detecting pthreads with configure
Date: Sun, 28 Oct 2007 20:32:14 +0100 (CET)

On Sun, 28 Oct 2007, Eric Hughes wrote:
       LIBXML_LIBS is

I believe libxml2 is a required dependency, so I guess you'll have to
work on that next.

BOOST_LIBS is -L/usr/lib/mingw/boost -lboost_thread-gcc-mt-sd-1_34_1 -lboost_date_time-gcc-sd-1_34_1 -lboost_serialization-gcc-sd-1_34_1
       BOOST_EXTRA_LIBS is -lboost_unit_test_framework-gcc34-mt

Below is a patch that might fix pthread detection on cygwin.

Bastiaan

Index: macros/pthreads.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pthreads.m4,v
retrieving revision 1.32
diff -p -u -r1.32 pthreads.m4
--- macros/pthreads.m4  13 Oct 2007 23:24:08 -0000      1.32
+++ macros/pthreads.m4  28 Oct 2007 19:24:33 -0000
@@ -88,7 +88,7 @@ case "${host_cpu}-${host_os}" in
   *darwin*)
     pthread_flags="none"
     ;;
-  *mingw*)
+  *mingw* | *cygwin*)
     pthread_flags="-mthreads"
     ;;
   *solaris*)




reply via email to

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