Re: Error compiling gnome-libs



On Wed, 20 May 1998, Mark Galassi wrote:

> I understand your frustration because I had the same problems last
> fall (it turns out they were due to a crappy gtk install from an old
> GIMP RPM...)

Oh I got a certain point. There was a blessed time when gnome-core,
gnome-games, and mc where working fine. Then I wanted to recompile mc to
take advantages of some new bugfixes, but that meant recompiling gnome-libs.
And that broke panel. And now I'm in a muddle. mc works but sigsegv's when I
double-click on desktop icons (a bug that has been fixed, but I can't
compile the new version). panel sigsegv's awkwardly (see previous posts).
gnome-games seem to be running. I haven't managed to recompile anything
except gnome-core, but it still gives me the runtime stuff.

> This mailing list can probably lick your problem if you include the
> following:
> 
> 0. "uname -a" output

Linux teatime 2.0.33 #2 Fri Feb 13 11:52:11 GMT 1998 i586 unknown
(w/ gcc 2.8.1 and libc 5.4.33)

> 1. the order in which you did things, and whether you removed
>    config.cache and did a "make maintainer-clean" (or "make distclean
>    for packages that do not use automake, like mc -- see my other
>    email).

Lessee, I've got gtk+, mico and imlib working, and not much has changed
recently. Problems could be:

1) Gtk+ is v1.0.1 from ftp.gimp.org, not the CVS version. I want to keep
GIMP working. It's worked so far. Do I need the CVS version?
2) Imlib is a couple of weeks old. I haven't seen anything change. It won't
compile anyway
3) Mico is also a couple of weeks old, from CVS. I'm sure that hasn't
changed.

not only did I make maintainer-clean, I got so frustrated I rm-rf'd and
checked out gnome-libs again.

> 3. config.log file

config.log is at the end of this message. This is the error I get:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I/usr/local/lib/glib/include
-I/usr/local/include -I/usr/X11R6/include -g -O2 -Wp,-MD,.deps/argp-help.p
-c -fPIC -DPIC argp-help.c
argp-help.c: In function argp_state_help':
argp-help.c:1627: program_invocation_short_name' undeclared (first use in
this function)
argp-help.c:1627: (Each undeclared identifier is reported only once
argp-help.c:1627: for each function it appears in.)
argp-help.c: In function argp_error':
argp-help.c:1656: program_invocation_short_name' undeclared (first use in
this function)
argp-help.c: In function argp_failure':
argp-help.c:1692: program_invocation_short_name' undeclared (first use in
this function)
make[2]: *** [argp-help.lo] Error 1
make[2]: Leaving directory /home/sp249/GNOME/gnome-libs/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /home/sp249/GNOME/gnome-libs'
make: *** [all-recursive-am] Error 2


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:583: checking for a BSD compatible install
configure:636: checking whether build environment is sane
configure:693: checking whether make sets ${MAKE}
configure:739: checking for working aclocal
configure:752: checking for working autoconf
configure:765: checking for working automake
configure:778: checking for working autoheader
configure:791: checking for working makeinfo
configure:806: checking whether to enable maintainer-specific portions of Makefiles
configure:831: checking for gcc
configure:908: checking whether the C compiler (gcc  ) works
configure:922: gcc -o conftest    conftest.c  1>&5
configure:942: checking whether the C compiler (gcc  ) is a cross-compiler
configure:947: checking whether we are using GNU C
configure:956: gcc -E conftest.c
configure:971: checking whether gcc accepts -g
configure:999: checking for POSIXized ISC
configure:1022: checking for gcc
configure:1099: checking whether the C compiler (gcc -g -O2 ) works
configure:1113: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1133: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:1138: checking whether we are using GNU C
configure:1162: checking whether gcc accepts -g
configure:1190: checking how to run the C preprocessor
configure:1211: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1251: checking for ANSI C header files
configure:1264: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1331: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1426: checking host system type
configure:1449: checking for ranlib
configure:1488: checking for ld used by GCC
configure:1545: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.8.1 (with BFD linux-2.8.1.0.1)
configure:1561: checking for BSD-compatible nm
configure:1598: checking whether ln -s works
configure:1667: checking for pthread_create in -lpthread
configure:1686: gcc -o conftest -g -O2   conftest.c -lpthread   1>&5
ld: cannot open -lpthread: No such file or directory
configure: failed program was:
#line 1675 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char pthread_create();

int main() {
pthread_create()
; return 0; }
configure:1705: checking for pthread_create in -lc_r
configure:1724: gcc -o conftest -g -O2   conftest.c -lc_r   1>&5
ld: cannot open -lc_r: No such file or directory
configure: failed program was:
#line 1713 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char pthread_create();

int main() {
pthread_create()
; return 0; }
configure:1791: checking for gtk-config
configure:1822: checking for GTK - version >= 1.0.0
configure:1908: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include   conftest.c  -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm 1>&5
configure:2009: checking for SmcSaveYourselfDone in -lSM
configure:2028: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm conftest.c -lSM  -lICE  1>&5
configure:2057: checking for X11/SM/SMlib.h
configure:2067: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:2106: checking for XpmFreeXpmImage in -lXpm
configure:2125: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm conftest.c -lXpm   1>&5
configure:2160: checking for getopt_long
configure:2188: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2217: checking for working argp code
configure:2233: gcc -c -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5
configure:2224: argp.h: No such file or directory
configure: failed program was:
#line 2223 "configure"
#include "confdefs.h"
#include <argp.h>
int main() {

        struct argp foo;
	extern char *foo2;
	foo.argp_domain = foo2;
; return 0; }
configure:2311: checking for linewrap.h
configure:2321: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:2317: linewrap.h: No such file or directory
configure: failed program was:
#line 2316 "configure"
#include "confdefs.h"
#include <linewrap.h>
configure:2353: checking for dirent.h that defines DIR
configure:2366: gcc -c -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5
configure:2391: checking for opendir in -ldir
configure:2410: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -ldir   1>&5
ld: cannot open -ldir: No such file or directory
configure: failed program was:
#line 2399 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:2494: checking for program_invocation_short_name
configure:2506: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2494: checking for program_invocation_name
configure:2506: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2494: checking for sys_errlist
configure:2506: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2533: checking for vsnprintf
configure:2561: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2645: checking for scandir
configure:2673: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2645: checking for strcasecmp
configure:2673: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2645: checking for strerror
configure:2673: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2645: checking for strndup
configure:2673: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
/tmp/cca318861.o: In function `main':
/home/sp249/GNOME/gnome-libs/configure:2667: undefined reference to `strndup'
configure: failed program was:
#line 2650 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strndup(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strndup();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strndup) || defined (__stub___strndup)
choke me
#else
strndup();
#endif

; return 0; }
configure:2645: checking for strnlen
configure:2673: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
/tmp/cca318991.o: In function `main':
/home/sp249/GNOME/gnome-libs/configure:2667: undefined reference to `strnlen'
configure: failed program was:
#line 2650 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strnlen(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strnlen();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strnlen) || defined (__stub___strnlen)
choke me
#else
strnlen();
#endif

; return 0; }
configure:2702: checking for strtok_r
configure:2730: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
/tmp/cca319121.o: In function `main':
/home/sp249/GNOME/gnome-libs/configure:2724: undefined reference to `strtok_r'
configure: failed program was:
#line 2707 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strtok_r(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strtok_r();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strtok_r) || defined (__stub___strtok_r)
choke me
#else
strtok_r();
#endif

; return 0; }
configure:2702: checking for vasprintf
configure:2730: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2794: checking for working const
configure:2848: gcc -c -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5
configure:2869: checking for inline
configure:2883: gcc -c -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5
configure:2909: checking for off_t
configure:2942: checking for size_t
configure:2977: checking for working alloca.h
configure:2989: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3010: checking for alloca
configure:3038: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3207: checking for unistd.h
configure:3217: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3246: checking for getpagesize
configure:3274: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3299: checking for working mmap
configure:3447: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3475: checking for argz.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3475: checking for limits.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3475: checking for locale.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3475: checking for nl_types.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3475: checking for malloc.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3475: checking for string.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3475: checking for unistd.h
configure:3475: checking for values.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3475: checking for sys/param.h
configure:3485: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3515: checking for getcwd
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for munmap
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for putenv
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for setenv
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for setlocale
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for strchr
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for strcasecmp
configure:3515: checking for __argz_count
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for __argz_stringify
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3515: checking for __argz_next
configure:3543: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
/tmp/cca323371.o: In function `main':
/home/sp249/GNOME/gnome-libs/configure:3537: undefined reference to `__argz_next'
configure: failed program was:
#line 3520 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_next(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __argz_next();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___argz_next) || defined (__stub_____argz_next)
choke me
#else
__argz_next();
#endif

; return 0; }
configure:3572: checking for stpcpy
configure:3600: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3634: checking for LC_MESSAGES
configure:3646: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
configure:3667: checking whether NLS is requested
configure:3687: checking whether included gettext is requested
configure:3706: checking for libintl.h
configure:3716: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:3733: checking for gettext in libc
configure:3745: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
/tmp/cca323941.o: In function `main':
/home/sp249/GNOME/gnome-libs/configure:3741: undefined reference to `gettext'
configure: failed program was:
#line 3738 "configure"
#include "confdefs.h"
#include <libintl.h>
int main() {
return (int) gettext ("")
; return 0; }
configure:3761: checking for bindtextdomain in -lintl
configure:3780: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lintl   1>&5
configure:3796: checking for gettext in libintl
configure:3808: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c  1>&5
/tmp/cca324211.o: In function `main':
/home/sp249/GNOME/gnome-libs/configure:3804: undefined reference to `gettext'
configure: failed program was:
#line 3801 "configure"
#include "confdefs.h"

int main() {
return (int) gettext ("")
; return 0; }
configure:4020: checking whether catgets can be used
configure:4284: checking for msgfmt
configure:4318: checking for gmsgfmt
configure:4350: checking for xgettext
configure:4440: checking for catalogs to be installed
configure:4545: checking for main in -lm
configure:4560: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lm   1>&5
configure:4592: checking for dlfcn.h
configure:4602: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:4592: checking for dl.h
configure:4602: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:4598: dl.h: No such file or directory
configure: failed program was:
#line 4597 "configure"
#include "confdefs.h"
#include <dl.h>
configure:4629: checking for dlopen in -ldl
configure:4648: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -ldl  -lm  1>&5
configure:4770: checking for dlerror
configure:4798: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lm  1>&5
/tmp/cca325161.o: In function `main':
/home/sp249/GNOME/gnome-libs/configure:4792: undefined reference to `dlerror'
configure: failed program was:
#line 4775 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dlerror(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dlerror();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_dlerror) || defined (__stub___dlerror)
choke me
#else
dlerror();
#endif

; return 0; }
configure:4827: checking for strerror
configure:4827: checking for gethostbyname
configure:4855: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:4827: checking for setfsgid
configure:4855: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:4827: checking for setenv
configure:4827: checking for putenv
configure:4929: checking for gtk_signal_handler_pending
configure:4957: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lm  -lSM -lICE -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm   1>&5
configure:4987: checking for sys/select.h
configure:4997: gcc -E  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:4993: sys/select.h: No such file or directory
configure: failed program was:
#line 4992 "configure"
#include "confdefs.h"
#include <sys/select.h>
configure:5026: checking for inflate in -lz
configure:5045: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lz  -lm  1>&5
configure:5069: checking for jpeg_abort in -ljpeg
configure:5088: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -ljpeg  -lm  1>&5
configure:5112: checking for png_get_valid in -lpng
configure:5131: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lpng -lz -lm  1>&5
configure:5155: checking for TIFFClose in -ltiff
configure:5174: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -ltiff -lz -ljpeg -lm  1>&5
configure:5198: checking for DGifOpenFileName in -lgif
configure:5217: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lgif -lSM -lICE -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm   -lm  1>&5
configure:5241: checking for gdk_imlib_init in -lgdk_imlib
configure:5260: gcc -o conftest -g -O2  -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include  conftest.c -lgdk_imlib -ltiff -lz -ljpeg -lgif -ljpeg -lpng -lz -lSM -lICE -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -
lm   -lm  1>&5


-- Stephanos Piperoglou -- sp249@cam.ac.uk -------------------
All tribal myths are true, for a given value of `true'.
                         - Terry Pratchett, The Last Continent
------------------------- http://www.thor.cam.ac.uk/~sp249/ --



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]