Hi back,

there's a problem during the build, multiple occurrences of:
"undefined reference to `pthread_mutex_unlock'" [1]

 1. http://paste.debian.net/10702 or log available on demand.

A solution is to:
-LDFLAGS =
+LDFLAGS =  -lpthread

in xpdf/Makefile, that makes the `make' step succeed.

I'm not sure whether one should conditionally add
`-lpthread' in `LDFLAGS = @LDFLAGS@' when we've got
$(DEB_HOST_ARCH) equal to  `hurd-i386' or whether
that's a bug in a macro or something like that.

Besides that, the build runs OK.

Cheers,

--
Cyril Brulebois


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to