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: Francois Maltey
Subject: Re: [Axiom-developer] axiom-silverbranch for linux (libXpm.a not at the right place)
Date: 28 Oct 2006 12:33:14 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

> 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 ?

make[3]: entrant dans le répertoire « /usr/local/axiom-local/src/graph »
1 making /usr/local/axiom-local/src/graph/viewman
make[4]: entrant dans le répertoire 
  « /usr/local/axiom-local/src/graph/viewman »
  1 linking /usr/local/axiom-local/mnt/linux/lib/viewman
gcc: /usr/X11R6/lib/libXpm.a: Aucun fichier ou répertoire de ce type
make[4]: *** [/usr/local/axiom-local/mnt/linux/lib/viewman] Erreur 1
make[4]: quittant le répertoire « /usr/local/axiom-local/src/graph/viewman »
make[3]: *** [viewmandir] Erreur 2
make[3]: quittant le répertoire « /usr/local/axiom-local/src/graph »
make[2]: *** [graphdir] Erreur 2
make[2]: quittant le répertoire « /usr/local/axiom-local/src »
make[1]: *** [srcdir] Erreur 2
make[1]: quittant le répertoire « /usr/local/axiom-local »
make: *** [all] Erreur 2




reply via email to

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