Re: undefined references compiling mc
- From: Mark Galassi <rosalia cygnus com>
- To: Michael Madore <mmadore animal blarg net>
- Cc: gnome-list gnome org
- Subject: Re: undefined references compiling mc
- Date: Fri, 20 Mar 1998 03:56:21 -0700 (MST)
>>>>> "Michael" == Michael Madore <mmadore@animal.blarg.net> writes:
Michael> Hi again, More compilation woes. This time with midnight
Michael> commander. The compilation mostly works, but ends with a
Michael> couple of pages of messages like this:
I have the following patch to mc/gnome/Makefile.in, but I'm not
committing it because mc is used in a much wider context and it would
be bad to break it. I'm sure Miguel is coming up with something for
gnome portability in mc.
Index: Makefile.in
===================================================================
RCS file: /debian/home/gnomecvs/mc/gnome/Makefile.in,v
retrieving revision 1.12
diff -c -r1.12 Makefile.in
*** Makefile.in 1998/03/19 04:51:18 1.12
--- Makefile.in 1998/03/20 10:48:59
***************
*** 5,14 ****
@MCFG@@MCF@
CFLAGS = $(XCFLAGS) @X_CFLAGS@
! CPPFLAGS = $(XCPPFLAGS) -I$(vfsdir) -I$(slangdir) -DHAVE_X -DHAVE_GNOME
LDFLAGS = $(XLDFLAGS) @X_LIBS@
DEFS = $(XDEFS)
! LIBS = -lgnomeui -lgdk_imlib -lgnome -lgnomesupport -lgtk -lgdk -lglib @X_EXTRA_LIBS@ -lX11 @X_PRE_LIBS@ $(XLIBS) $(XLIB) @TERMNET@
EXTRALIBS = @LVFS@ @LSLANG@ @LEDIT@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
--- 5,14 ----
@MCFG@@MCF@
CFLAGS = $(XCFLAGS) @X_CFLAGS@
! CPPFLAGS = $(XCPPFLAGS) -I$(vfsdir) -I$(slangdir) -I/packages/include/libgnomesupport -DHAVE_X -DHAVE_GNOME
LDFLAGS = $(XLDFLAGS) @X_LIBS@
DEFS = $(XDEFS)
! LIBS = -lgnomeui -lgdk_imlib -lgnome -lgnomesupport -lgtk -lgdk -lglib @X_EXTRA_LIBS@ -lX11 @X_PRE_LIBS@ $(XLIBS) $(XLIB) @TERMNET@ -lXext -ljpeg -lgif -ldl
EXTRALIBS = @LVFS@ @LSLANG@ @LEDIT@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]