Hi,

There is a patch for config/unix/ppc_gnulinux/Makedefs to include the
libs reported by the configure script.



cvs diff: warning: skipping invalid entry in password file at line 1
Index: Makedefs
===================================================================
RCS file: /cvsroot/unicon/unicon/config/unix/ppc_gnulinux/Makedefs,v
retrieving revision 1.1
diff -u -r1.1 Makedefs
--- Makedefs    23 May 2003 19:19:45 -0000      1.1
+++ Makedefs    24 Oct 2003 11:02:13 -0000
@@ -11,11 +11,13 @@
 # Note: -lsocket is not available on some GNU/Linux systems,
 # but if your system has it you might need to add it to RLIBS
 
+
+LIBS = @GL_LDFLAGS@ @LIBS@ -lm
 CC = gcc
-CFLAGS = -O2 -I../libtp -I../gdbm -I../xpm
+CFLAGS = -O2 -I../libtp -I../gdbm -I../xpm @GL_CFLAGS@ -I/usr/X11R6/include
 CFDYN = -fPIC
-RLINK = -Wl,-E -L../../bin
-RLIBS = -lm -lgdbm -ltp -lnsl -ldl
+RLINK = -Wl,-E -L../../bin @GL_LDFLAGS@
+RLIBS = @LIBS@ -lm -lgdbm -ltp -lnsl -ldl
 XLIBS = -L/usr/X11R6/lib -lXpm -lX11
 XPMDEFS = -DZPIPE
 XPM=xpm






-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to