GNOME Bugzilla – Bug 132494
configure: error: No dyld.h found, can not continue
Last modified: 2004-12-22 21:47:04 UTC
Using: http://www.gnome.org/%7Ejdub/garnome/download/garnome-0.29.1.tar.bz2 when executing "make paranoid-install" in the bootstrap directory: I receive the following error: [===== NOW BUILDING: dlcompat-20030629 =====] [fetch] complete for dlcompat. [checksum] complete for dlcompat. [extract] complete for dlcompat. [patch] complete for dlcompat. ==> Running configure in work/main.d/dlcompat-20030629 checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for ranlib... ranlib checking whether ln -s works... yes checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no configure: error: No dyld.h found, can not continue make[1]: *** [configure-work/main.d/dlcompat-20030629/configure] Error 1 make[1]: Leaving directory `/home/dad/Docs/Gnome/garnome-0.29.1/bootstrap/dlcompat' make: *** [paranoid-install] Error 2 A couple of other people, Ed Rayne and Ben Taylor, have reported the same issue on the garnome mail list: http://mail.gnome.org/archives/garnome-list/2004-January/msg00117.html Daniel Cardenas
I see this too with Garnome 0.30.1 on a Debian testing system (updated as of Feb 21 2004).
This is a case of building bootstrap/ when it is not required. Please see the README file or the website for the correct use of the bootstrap/ directory.