Re: Problem in cross compilation
Dalibor Topic <[email protected]>
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
Kiyo Inaba wrote: > Hi Gilles, > > >> checking for ESD - version >= 0.2.1... no >> *** The esd-config script installed by ESD could not be found >> *** If ESD was installed in PREFIX, make sure PREFIX/bin is in >> *** your path, or set the ESD_CONFIG environment variable to the >> *** full path to esd-config. >> Useable version of ESD not found. >> Information: Using native math library >> checking if malloc debugging is wanted... no >> configure: error: Can't find or can't use system zlib.h >> >> >> >> * zlib.h is in prefix/include >> * I asked without ESD .... >> > > The non existing ESD is ok, the messages is just warning. So the real > problem is configure can not detect zlib.h. Please see config.log > for the three checks for zlib.h (usability, presence, and check itself) > also note that the configure script does not check --prefix for headers or libraries, you need to add the respective include and lib directories using --with-includes and --with-libraries. cheers, dalibor topic