axiom-developer
[Top][All Lists]
Advanced

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

[Fwd: Re: [Axiom-developer] Building Axiom on Slackware]


From: Igor Pashev
Subject: [Fwd: Re: [Axiom-developer] Building Axiom on Slackware]
Date: Sun, 12 Apr 2009 01:39:45 +0400
User-agent: Thunderbird 2.0.0.21 (X11/20090302)

> As I mentioned to Greg, I spent 2 days trying to use the libXpm
> shared libraries and failed. If you can figure it out please post
> a diff-Naur patch and I'll include it.

Quite simple :-)

diff --git a/Makefile.pamphlet b/Makefile.pamphlet
index 5304ddf..672d982 100644
--- a/Makefile.pamphlet
+++ b/Makefile.pamphlet
@@ -1238,7 +1238,7 @@ PLF=LINUXplatform
 # C compiler flags
 CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE -D${PLF}
-I/usr/X11/include"
 # Loader flags
-LDF=" -L/usr/X11R6/lib ${XLIB}/libXpm.a "
+LDF=" -L/usr/X11R6/lib ${XLIB}/libXpm.so "
 # C compiler to use
 CC=gcc
 AWK=gawk






reply via email to

[Prev in Thread] Current Thread [Next in Thread]