Re: New User
- From: Mark Galassi <rosalia cygnus com>
- To: "Andre Masella" <amasella ica net>
- Cc: "_GNOME List" <gnome-list gnome org>
- Subject: Re: New User
- Date: Sun, 19 Jul 1998 09:43:29 -0600 (MDT)
Andre> Ok, I got and installed ZLib. But the Core still won't
Andre> compile because it cannot find the refreences to gzread,
Andre> gzopen, and gzclose in misc.c. The FAQ did tell some of the
That frequently happens because you need to remove your "config.cache"
file and then re-run "./configure"
When you do that, configure will re-run its test for the existence of
zlib (rather than using the cached value) and add -lzlib to the link
line.
A shorter one-time solution is to compile with "make LIBS=-lzlib", but
removing config.cache is better.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]