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

Re: xpdf-reader: missing build on hurd-i386



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



Reply to: