#17224: pkgconfig 4-way universal binary fails -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: pkgconfig -------------------------------------+-------------------------------------- Trying to install pkgconfig as a 4-way (i386 / ppc / x86_64 / ppc64) universal binary, it stops here during configure: {{{ checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for thread implementation... posix checking for pthread_attr_init in -lpthread... yes checking necessary linker options... -lpthread checking necessary compiler options... -D_REENTRANT checking for localtime_r... yes checking for rand_r... yes checking for getpwuid_r... yes checking whether getpwuid_r is posix like... yes checking whether pthread_getspecific is posix like... yes checking whether pthread_mutex_trylock is posix like... yes }}} Building just a 2-way (i386 / ppc) universal binary works fine. This is on Mac OS X 10.4.11 Intel with Xcode 2.5. -- Ticket URL: <http://trac.macports.org/ticket/17224> MacPorts <http://www.macports.org/> Ports system for Mac OS