On Mon, Sep 23, 2002 at 10:49:40AM -0300, Jean-Rene Cormier wrote: > I'm trying to compile Courier-IMAP and install it in a temp directory > somewhere else on the system so I can just pack it up and copy it on > another system. But if I use prefix=/temp/dir in the ./configure when I > install it on another system it looks for files installed in /temp/dir. > Is there a way I can install it in a different dir than the one it'll be > installed on the system?
Often stuff packaged with gnu tools can be told to do this by doing: ./configure --prefix=/standard/location make make strip prefix=/special/place make install -Peter -- The 5 year plan: In five years we'll make up another plan. Or just re-use this one. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
