diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-01-15 16:29:04 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-01-15 16:29:04 +0100 |
commit | d29f0e87a4188d6d87a76ef9321c02200c011fa0 (patch) | |
tree | 21b7113e82ef1e0ad4fbbc1ec4964013b3115d06 | |
parent | c2b2f2ad2e2a20af3b456fc0f1813e85255ce1a2 (diff) |
open_issues/perlmagick: State from nearly two weeks ago, will (have to) follow up later.
Likely some sort of OpenMP problem.
-rw-r--r-- | open_issues/perlmagick.mdwn | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/open_issues/perlmagick.mdwn b/open_issues/perlmagick.mdwn index 13401317..1daac62b 100644 --- a/open_issues/perlmagick.mdwn +++ b/open_issues/perlmagick.mdwn @@ -10,6 +10,8 @@ License|/fdl]]."]]"""]] [[!debbug 557771]] +# Bisecting + * Good * 7:6.4.0.9.dfsg1-1 (2008-04-22) built from @@ -18,8 +20,6 @@ License|/fdl]]."]]"""]] * 6.4.1-0 * 6.4.1-1 - * Under test - * Bad * 6.4.1-2 @@ -32,7 +32,32 @@ License|/fdl]]."]]"""]] * 6.5.8.3-1 from Debian unstable (also in testing) * Svn trunk (r848) ---- + +# 6.4.1-1 -> 6.4.1-2 + + -CFLAGS = -g -O2 -Wall -W -pthread + +CFLAGS = -fopenmp -g -O2 -Wall -W -pthread + -GOMP_LIBS = + +GOMP_LIBS = -lgomp + -LDFLAGS = -lfreetype -lz + +LDFLAGS = -fopenmp -lfreetype -lz + +Etc. + + +/usr/include/pthread.h: + + + +/usr/include/pthread/pthread.h: + + + +/usr/include/bits/spin-lock-inline.h: + + + +/usr/include/bits/cancelation.h: + + + +/usr/include/bits/pthread-np.h: + + + +/usr/lib/gcc/i486-gnu/4.4.2/include/omp.h: + + +# Other [[!debbug 551017]] |