After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 132494 - configure: error: No dyld.h found, can not continue
configure: error: No dyld.h found, can not continue
Status: RESOLVED NOTABUG
Product: GARNOME
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jeff Waugh
garnome list
Depends on:
Blocks:
 
 
Reported: 2004-01-25 18:13 UTC by Daniel Cardenas
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Cardenas 2004-01-25 18:14:14 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
Comment 1 Andreas Persenius 2004-02-21 16:30:21 UTC
I see this too with Garnome 0.30.1 on a Debian testing system (updated
as of Feb 21 2004).
Comment 2 Paul Drain 2004-09-20 02:10:21 UTC
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.