swarm-support
[Top][All Lists]
Advanced

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

Re: Sample Apps under IRIX6.5


From: Marcus G. Daniels
Subject: Re: Sample Apps under IRIX6.5
Date: 12 Jan 1999 15:59:24 -0800

JI> "sg 4# ./configure --prefix=/usr/local --with-xpmdir=/usr/lib32"
JI> generates only the line:
JI> "checking directory of libXpm... /usr/lib"

Oh, there's not a --with-xpmlibdir, which is actually what you want
(I've added one for 1.4.)

As a workaround, you can make a directory that has a lib subdirectory
and point --with-xpmdir at its parent.  For example:

$ cd where-swarm-is
$ mkdir xpm
$ cd xpm
$ mkdir lib
$ ln -s /usr/lib32/libXpm*.so lib
$ cd ../..
$ ./configure --prefix=/usr/local --with-xpmdir=`pwd`/xpm



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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