Re: zlib not found
Ian Lindsay <[email protected]> Sat, 22 Oct 2005 10:33:34 -0400
| Newsgroups | gmane.comp.breve |
|---|---|
| Message-ID | <[email protected]> |
all your configure tests are failing because ld can't find the glut library. On Sat, Oct 22, 2005 at 12:09:35PM +0200, Jan Callewaert wrote: > I have attached my config.log, but I can't make up a lot about it. > > This should be the relevant part: > > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "the breve simulation environment" > | #define PACKAGE_TARNAME "the-breve-simulation-environment" > | #define PACKAGE_VERSION "2.3" > | #define PACKAGE_STRING "the breve simulation environment 2.3" > | #define PACKAGE_BUGREPORT "[email protected]" > | #ifdef __cplusplus > | extern "C" void std::exit (int) throw (); using std::exit; > | #endif > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define HAVE_WCTYPE_H 1 > | #define HAVE_PTHREAD_H 1 > | #define HAVE_PTHREADS 10 > | #define HAVE_LINUX_THREADS 1 > | #define HAVE_SCHED_H 1 > | /* end confdefs.h. */ > | > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char gzopen (); > | int > | main () > | { > | gzopen (); > | ; > | return 0; > | } > configure:7943: result: no > configure:7954: error: Missing zlib library -- see http://www.zlib.org > See `config.log' for more details. > > > Regards, > > Jan > > > 2005/10/21, jon klein <[email protected]>: > > > > On Oct 21, 2005, at 9:32 AM, Jan Callewaert wrote: > > > > > $ ./configure > > > <...> > > > checking for gzopen in -lz... no > > > configure: error: Missing zlib library -- see http://www.zlib.org > > > See `config.log' for more details. > > > > > > > > > Other programs wich require zlib configure and compile just fine. Is > > > this some kind of bug in the configure, or is there a problem on my > > > system? > > > > Have a look at the file config.log -- you should find a more detailed > > error describing exactly why it's not working with the zlib you have > > installed. > > > > - jon klein > > _______________________________________________ > > breve mailing list > > [email protected] > > http://lists.spiderland.org/mailman/listinfo/breve > > > _______________________________________________ > breve mailing list > [email protected] > http://lists.spiderland.org/mailman/listinfo/breve _______________________________________________ breve mailing list [email protected] http://lists.spiderland.org/mailman/listinfo/breve