axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] axiom-silverbranch for linux (libXpm.a not at the


From: Waldek Hebisch
Subject: Re: [Axiom-developer] axiom-silverbranch for linux (libXpm.a not at the right place)
Date: Sat, 28 Oct 2006 14:20:12 +0200 (CEST)

[ Charset UTF-8 unsupported, converting... ]
> > On my debian testing I have X11/gnome running but I must install
> > headers files for x11 and xt packages.
> > 
> >   apt-get install libx11-dev
> >   apt-get install libxt-dev
> > 
> > I began to compile 2 hours ago and the main make works without complains.
> But I get a new error. The file isn't in the right place.
> 
> I add apt-get install libxpm-dev and get a new error.
> 
> The makefile of viewman is looking for a /usr/X11R6/lib/libXpm.a file
> but this file is in /usr/lib/libXpm.a.
> 
> ls -l /usr/lib/libXpm.a 
> -rw-r--r-- 1 root root 86648 2006-08-30 23:15 /usr/lib/libXpm.a
> 
> Where must I add a $I or $L option in order to force axiom to look 
> at the right place ?
> 

That is a known issue: I am hitting it regularly (last time was two days
ago).  For quick fix I just edited Makefile.pamphlet changing 
all ocurences of XLIB=/usr/X11R6/lib to XLIB=/usr/lib (only one
is used, but for it was faster to chage all).


-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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