> 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


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to